Ascension no space monkeys?
-
anyone have a script to remove space monkey rounds on ascension?

-
I know that on another COD you can disable dogs round with
level.dog_rounds_allowed = false;in GSC. Maybe give this a try, in init and main as well -
I know that on another COD you can disable dogs round with
level.dog_rounds_allowed = false;in GSC. Maybe give this a try, in init and main as wellResxt which gsc file do i add that on?

-
Create a script
-
anyone have a script to remove space monkey rounds on ascension?

SourPatchCx place this code under any .gsc script in your zombie_cosmodrome folder this is how i removed the monkeys
main() { replacefunc(maps\_zombiemode_ai_monkey::init, ::removemonkeys); replacefunc(maps\_zombiemode_ai_monkey::monkey_prespawn, ::removemonkeys); replacefunc(maps\_zombiemode_ai_monkey::monkey_round_spawning, ::removemonkeys); replacefunc(maps\_zombiemode_ai_monkey::monkey_setup_spawners, ::removemonkeys); replacefunc(maps\_zombiemode_ai_monkey::monkey_round_tracker, ::removemonkeys); } removemonkeys() { } -
SourPatchCx place this code under any .gsc script in your zombie_cosmodrome folder this is how i removed the monkeys
main() { replacefunc(maps\_zombiemode_ai_monkey::init, ::removemonkeys); replacefunc(maps\_zombiemode_ai_monkey::monkey_prespawn, ::removemonkeys); replacefunc(maps\_zombiemode_ai_monkey::monkey_round_spawning, ::removemonkeys); replacefunc(maps\_zombiemode_ai_monkey::monkey_setup_spawners, ::removemonkeys); replacefunc(maps\_zombiemode_ai_monkey::monkey_round_tracker, ::removemonkeys); } removemonkeys() { }@FluffySn0w0yFox thank you!!! it worked

-
That is already provided.
-
yea i made it to gsc and but it to C:\Users\Phone\AppData\Local\Plutonium\storage\t5\scripts\sp\zom but it didint work this was the script: main()
{
replacefunc(maps_zombiemode_ai_monkey::init, ::removemonkeys);
replacefunc(maps_zombiemode_ai_monkey::monkey_prespawn, ::removemonkeys);
replacefunc(maps_zombiemode_ai_monkey::monkey_round_spawning, ::removemonkeys);
replacefunc(maps_zombiemode_ai_monkey::monkey_setup_spawners, ::removemonkeys);
replacefunc(maps_zombiemode_ai_monkey::monkey_round_tracker, ::removemonkeys);
}removemonkeys()
{}
but if you are talking about this level.dog_rounds_allowed = false; i didnt cheak and if it works does it romove dog rounds Xerxes Resxt
-
mine is not working either, putting it in C:\Users\username\AppData\Local\Plutonium\storage\t5\scripts\sp\zom and C:\Users\TCube\AppData\Local\Plutonium\storage\t5\maps, it looks like in the post from sourpatch his worked but he put it in the zombie_cosmodrome folder, but I don't know where that is
-
mine is not working either, putting it in C:\Users\username\AppData\Local\Plutonium\storage\t5\scripts\sp\zom and C:\Users\TCube\AppData\Local\Plutonium\storage\t5\maps, it looks like in the post from sourpatch his worked but he put it in the zombie_cosmodrome folder, but I don't know where that is
AuthenticSquare i think its not a folder, its a ff file, but idk
-
This post is deleted!
-
For those that need help installing, the script needs to specifically go into:
storage/t5/scripts/zombie_cosmodrome
AND/OR
storage/t5/scripts/zombie_temple -
For those that need help installing, the script needs to specifically go into:
storage/t5/scripts/zombie_cosmodrome
AND/OR
storage/t5/scripts/zombie_templeBiblioklept This may just be a massive skill issue on my part but I cannot get it to work, any help would be appreciated

-
is there any script to remove astronaut from the moon?
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login