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

Black ops perks refusing to work

broken avatar :(
Created 9 years ago
by ProRevenge
0 Members and 1 Guest are viewing this topic.
1,689 views
broken avatar :(
×
broken avatar :(
Location: gbEast Midlands
Date Registered: 7 February 2015
Last active: 3 years ago
Posts
643
Respect
Forum Rank
Zombie Enslaver
Primary Group
Community Mapper
My Groups
More
My Contact & Social Links
More
Personal Quote
Donations massively appreciated: paypal.me/DanT98
Signature
Stranded
Nacht Der Untoten: Reimagined
Encampment
Encampment V2: BO3 Mod

Mapper and Weapon Porter - I release what I can of my work for the community to enjoy :)
×
ProRevenge's Groups
Community Mapper Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager.
ProRevenge's Contact & Social LinksProRevenge
So I followed Bam's ultimate BO perk tutorial EXACTLY, and it wont load now.
Im getting errors for "script error: unknow item: "zombie_perk_bottle_doubletap" and for every perk , animation and even bowie flourish I get this error. When I go to zombiemode_perks.gsc and check the line the problem is on it looks like this:

   
   // this map uses atleast 1 perk machine
   PrecacheItem( "zombie_perk_bottle_doubletap" );
   PrecacheItem( "zombie_perk_bottle_jugg" );
   PrecacheItem( "zombie_perk_bottle_revive" );
   PrecacheItem( "zombie_perk_bottle_sleight" );
   PrecacheItem( "zombie_knuckle_crack" );

   PrecacheShader( "specialty_juggernaut_zombies" );
   PrecacheShader( "specialty_fastreload_zombies" );
   PrecacheShader( "specialty_doubletap_zombies" );
   PrecacheShader( "specialty_quickrevive_zombies" );

And these all give errors. The machines also show as dirty waw perk machines in radiant, is that supposed to happen?

Double Post Merge: February 28, 2015, 12:18:41 pm
EDIT: ive just found out about Script Placer Z which does everything I need and more, after installing correctly I run it to be given "script placer Z has stopped working" and the app opening by saying "508 Resource limit is reached" "the website is temporarily unable to service your request as it has exceeded resource limit"

I don't know what is wrong or how to fix it, if it would fix it would be great if someone could help

Double Post Merge: February 28, 2015, 02:15:23 pm
Sorry, yet again another edit. The script placer is working and I have the machines in the map, however upon compiling I get the error:

Server script compile error
uninitialized variable 'startscore_string'
set_zombie_var( "zombie_score_start",
startscore_string );
(see console for details)

and the console tells me the problem is in zombiemode.gsc at line 537 which is as follows:

// AI
   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 );

   // Scoring
   set_zombie_var( "zombie_score_start",             500 );                             ([(PROBLEM LINE)])
/#
   if( GetDvarInt( "zombie_cheat" ) >= 1 )
   {
      set_zombie_var( "zombie_score_start",          100000 );
   }
#/
   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 );


posted the code around the error incase it is important

sorry to ask 3 questions in one topic but I resolved the first 2
If this question belongs in a new topic let me know for future reference
Last Edit: February 28, 2015, 02:15:23 pm by ProRevenge

 
Loading ...