Tarackgame Posted December 25, 2017 Share Posted December 25, 2017 (edited) Hey guys! I'm working on a mod menu in SinglePlayer. How can i enable the snowy map? This code doesn't work Thank you! STREAMING::REQUEST_NAMED_PTFX_ASSET("core_snow");GRAPHICS::_SET_PTFX_ASSET_NEXT_CALL("core_snow"); AUDIO::REQUEST_SCRIPT_AUDIO_BANK("ICE_FOOTSTEPS", true); AUDIO::REQUEST_SCRIPT_AUDIO_BANK("SNOW_FOOTSTEPS", true); Edited December 25, 2017 by Tarackgame Link to comment Share on other sites More sharing options...
alloc8or Posted December 25, 2017 Share Posted December 25, 2017 It can only be done by editing the memory. NOP 20 bytes at 74 25 B9 40 00 00 00 E8 ? ? ? ? 84 C0 ikt 1 Link to comment Share on other sites More sharing options...
Tarackgame Posted December 25, 2017 Author Share Posted December 25, 2017 Umm, thank you Link to comment Share on other sites More sharing options...
Tarackgame Posted December 29, 2017 Author Share Posted December 29, 2017 It can only be done by editing the memory. NOP 20 bytes at 74 25 B9 40 00 00 00 E8 ? ? ? ? 84 C0 And how can i turn off? [in memory of course] Link to comment Share on other sites More sharing options...
alloc8or Posted December 29, 2017 Share Posted December 29, 2017 It can only be done by editing the memory. NOP 20 bytes at 74 25 B9 40 00 00 00 E8 ? ? ? ? 84 C0 And how can i turn off? [in memory of course] Uh, restore the original instructions? Link to comment Share on other sites More sharing options...