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

Starting Points Help!

broken avatar :(
Created 7 years ago
by StyledSnail
0 Members and 1 Guest are viewing this topic.
2,356 views
broken avatar :(
×
broken avatar :(
Location: usAuburn, NY
Date Registered: 24 December 2013
Last active: 3 years ago
Posts
40
Respect
Forum Rank
Legless Crawler
Primary Group
Member
My Contact & Social Links
More
×
StyledSnail's Groups
I changed my starting score to 500, but in game it says 5000000. The first shot/kill in game gives me over 4000000.
Code Snippet
Plaintext
set_zombie_var( "zombify_player", 					false 		);
set_zombie_var( "below_world_check", -1000 );
set_zombie_var( "spectators_respawn", true );
set_zombie_var( "zombie_use_failsafe", true );
set_zombie_var( "zombie_round_time", 30 );
set_zombie_var( "zombie_between_round_time", 10 );
set_zombie_var( "zombie_intermission_time", 15 );
set_zombie_var( "zombie_spawn_delay", 1.5 );
set_zombie_var( "zombie_health_increase", 100 );
set_zombie_var( "zombie_health_increase_percent", 10, 100 );
set_zombie_var( "zombie_health_start", 150 );
set_zombie_var( "zombie_max_ai", 24 );
set_zombie_var( "zombie_ai_per_player", 6 );
set_zombie_var( "zombie_score_start", 500 );
set_zombie_var( "zombie_score_kill", 50 );
set_zombie_var( "zombie_score_damage", 5 );
set_zombie_var( "zombie_score_bonus_melee", 80 );
set_zombie_var( "zombie_score_bonus_head", 50 );
set_zombie_var( "zombie_score_bonus_neck", 20 );
set_zombie_var( "zombie_score_bonus_torso", 10 );
set_zombie_var( "zombie_score_bonus_burn", 10 );
set_zombie_var( "penalty_no_revive_percent", 10, 100 );
set_zombie_var( "penalty_died_percent", 0, 100 );
set_zombie_var( "penalty_downed_percent", 5, 100 );
set_zombie_var( "zombie_flame_dmg_point_delay", 500 );
This is the code from my _zombiemode.gsc
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 2 March 2016
Last active: 6 years ago
Posts
126
Respect
Forum Rank
Pack-a-Puncher
Primary Group
Donator ♥
My Groups
More
My Contact & Social Links
More
Personal Quote
I'm the REAL TTheenderr
Signature
I'm the REAL TTheenderr

Any questions? PM me or find me in chat. I'm on chat most of the time on school days.

Personal Highest Round Record: 26 (infinite Warfare: Zombies in Spaceland)
×
TTheenderr's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Can you show the code for the player score?
broken avatar :(
×
broken avatar :(
Location: usAuburn, NY
Date Registered: 24 December 2013
Last active: 3 years ago
Posts
40
Respect
Forum Rank
Legless Crawler
Primary Group
Member
My Contact & Social Links
More
×
StyledSnail's Groups
Can you show the code for the player score?
Do you know exactly where the code for it is? Is it in the same file? Sorry, beginner mapper, not a lot of experience in scripting.
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 2 March 2016
Last active: 6 years ago
Posts
126
Respect
Forum Rank
Pack-a-Puncher
Primary Group
Donator ♥
My Groups
More
My Contact & Social Links
More
Personal Quote
I'm the REAL TTheenderr
×
TTheenderr's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
No not really, thought you might know. I never mapped on WaW to be honest.
broken avatar :(
×
broken avatar :(
Location: it
Date Registered: 5 September 2014
Last active: 3 years ago
Posts
282
Respect
Forum Rank
Mr. Elemental
Primary Group
Member
My Contact & Social Links
More
Personal Quote
I belive purple is getting me...
×
IperBreach86's Groups
IperBreach86's Contact & Social LinksIperBreach86
Do you know exactly where the code for it is? Is it in the same file? Sorry, beginner mapper, not a lot of experience in scripting.
If you have harry's perk you need to disable perk's debug.
broken avatar :(
×
broken avatar :(
Location: usAuburn, NY
Date Registered: 24 December 2013
Last active: 3 years ago
Posts
40
Respect
Forum Rank
Legless Crawler
Primary Group
Member
My Contact & Social Links
More
×
StyledSnail's Groups
No not really, thought you might know. I never mapped on WaW to be honest.
Code Snippet
Plaintext
level waittill( "connecting", player ); 
player.entity_num = player GetEntityNumber();
player thread onPlayerSpawned();
player thread onPlayerDisconnect();
player thread player_revive_monitor();
player thread watchGrenadeThrow();
player.score = level.zombie_vars["zombie_score_start"];
player.score_total = player.score;
player.old_score = player.score;
player.is_zombie = false;
player.initialized = false;
player.zombification_time = 0;
Is it here with player.score = level.zombie_vars["zombie_score_start'];

Double Post Merge: December 15, 2016, 05:52:04 pm
If you have harry's perk you need to disable perk's debug.
Ok ill try it
Last Edit: December 15, 2016, 05:52:04 pm by StyledSnail
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 2 March 2016
Last active: 6 years ago
Posts
126
Respect
Forum Rank
Pack-a-Puncher
Primary Group
Donator ♥
My Groups
More
My Contact & Social Links
More
Personal Quote
I'm the REAL TTheenderr
×
TTheenderr's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
It might be what IperBreach said. Atleast im learning stuff aswell.
broken avatar :(
×
broken avatar :(
Location: usAuburn, NY
Date Registered: 24 December 2013
Last active: 3 years ago
Posts
40
Respect
Forum Rank
Legless Crawler
Primary Group
Member
My Contact & Social Links
More
×
StyledSnail's Groups
It might be what IperBreach said. Atleast im learning stuff aswell.
It works!

Double Post Merge: December 15, 2016, 06:52:10 pm
If you have harry's perk you need to disable perk's debug.
It worked thank you.
Last Edit: December 15, 2016, 06:52:10 pm by StyledSnail

 
Loading ...