UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

Disable Round Dogs

broken avatar :(
Created 2 years ago
by shippuden1592
0 Members and 1 Guest are viewing this topic.
466 views
broken avatar :(
×
broken avatar :(
Location: mxGuanajuato
Date Registered: 5 May 2013
Last active: 5 days ago
Posts
225
Respect
Forum Rank
Mr. Elemental
Primary Group
Member
My Contact & Social Links
More
Personal Quote
If you do not take risks, you can not create a fut
×
shippuden1592's Groups
In order to disable dogs on your maps you must follow these steps.
 
1.-Go to raw/maps/... and find the zombie_mapname.gsc file and copy it to your mods/mapname/maps/.. folder.
 
2.-Open the file and look for this line:
Code Snippet
Plaintext
level.dogs_enabled = true;
Change the variable to false
Code Snippet
Plaintext
level.dogs_enabled = false;
In the same file look for this line:
Code Snippet
Plaintext
maps\_zombiemode_ai_dogs::enable_dog_rounds();
Just comment the line like this:
Code Snippet
Plaintext
//maps\_zombiemode_ai_dogs::enable_dog_rounds();
IMPORTANT NOTE. If you want to remove the dogs from your map do so, but don't remove the script_struct from the zone_test (your initial zone) where the dogs spawn as those are used by quickrevive.

 
Loading ...