UGX-Mods

Call of Duty: Black Ops 3 => Help Desk => Scripting => Topic started by: sebastian001 on December 12, 2016, 05:34:10 pm

Title: changes in scripts didnt affect on the game
Post by: sebastian001 on December 12, 2016, 05:34:10 pm
I wanted to change some variables in _zm.gsc but if i change something nothing happens.

for example:
Code Snippet
Plaintext
zombie_utility::set_zombie_var( "zombie_score_damage_normal",		10 );		
// points gained for a hit with a non-automatic weapon

zombie_utility::set_zombie_var( "zombie_score_damage_light", 10 );
// points gained for a hit with an automatic weapon

I changed it to 15 but ingame until i compiled and linked it i get only standart (10 points).


i changed it in the usermap not in a mod.
i linked the files for only my map

Code Snippet
Plaintext
#using scripts\zm\_zm;             Call of Duty Black Ops III\usermaps\zm_kozi2\scripts\zm\zm_kozi2.gsc
scriptparsetree,scripts/zm/_zm.gsc      Call of Duty Black Ops III\usermaps\zm_kozi2\zone_source\zm_kozi2.gsc
pls help :'(