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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - Anomalous13

Hi, I was checking out this mod for BO1 Shi No Numa: http://ugx-mods.com/forum/index.php/topic,10879.0.html
Which allows you to change zombie running speeds, for example having fast sprinters on round 1.

I modified zombiemode.gsc to include this:
Code Snippet
Plaintext
        level.scr_anim["zombie"]["sprint1"] = %ai_zombie_fast_sprint_01;
level.scr_anim["zombie"]["sprint2"] = %ai_zombie_fast_sprint_02;
level.scr_anim["zombie"]["sprint3"] = %ai_zombie_fast_sprint_01;
level.scr_anim["zombie"]["sprint4"] = %ai_zombie_fast_sprint_02;

But it seems the sprinting animation needs to be ported into the other maps. Would anyone happen to know how to do this, or just implement the zombie sprinting feature into other maps?
7 years ago
Loading ...