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.

Messages - Araxxing

Was wondering if it was actually legal to port it with student edition.

On the website it all says you can't use it for Profit / Commercial Use and some others.
Including if someone takes the asset and uses for there own use.

But lots of people seem to use it so I don't really know if it is.

Any help is appreciated. Thanks
8 years ago
I managed to edit the health using
Edited [~20 Hits]
Code Snippet
Plaintext
zombie_utility::set_zombie_var( "player_base_health", 				999 );

That one was a lot of hits.

Base [3 Hits]
[code[zombie_utility::set_zombie_var( "player_base_health",             100 );[/code]

So I'd guess around
Code Snippet
Plaintext
zombie_utility::set_zombie_var( "player_base_health", 				77 );

Not sure though
8 years ago
Seems like adding

Code Snippet
Plaintext
	difficulty = 1;
column = int(difficulty) + 1;
zombie_utility::set_zombie_var( "zombie_move_speed_multiplier",  70, false, column );
zombie_utility::set_zombie_var( "zombie_move_speed_multiplier_easy",  70, false, column );

after
Code Snippet
Plaintext
zm_usermap::main();
should keep them sprinting.
8 years ago
Loading ...