Replacing _zm_powerups
-
I took a copy of _zm_powerups.gsc from jezuzlizard's recompilables and edited just a few numbers and compiled it then put in zm/maps/mp/zombies/
How come it doesn't load it in place of the original?
-
chasef7 wdym by original
-
hindercanrun Its supposed to run my file rather than the original game file, as far as i know
-
chasef7 then u didnt do something correctly
-
chasef7 Plutonium\storage\t6\scripts\zm folder is used for custom scripts. The method your trying to do is the old way by using t6r. Just make a custom script instead and use replaceFunc. Then you can replace any stock script with your own.
-
RedxSkull said in Replacing _zm_powerups:
chasef7 Plutonium\storage\t6\scripts\zm folder is used for custom scripts. The method your trying to do is the old way by using t6r. Just make a custom script instead and use replaceFunc. Then you can replace any stock script with your own.
Thanks!
-
chasef7 If you want to completely replace a GSC you would place it in storage/t6/maps/<gsc_path_here>. Scripts folder is for custom scripts.