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

ZONES NOT WORKING WHAT SO EVER

broken avatar :(
Created 6 years ago
by bakuhh
0 Members and 1 Guest are viewing this topic.
1,873 views
broken avatar :(
×
broken avatar :(
Location: ca
Date Registered: 17 May 2018
Last active: 4 years ago
Posts
3
Respect
Forum Rank
Fresh Corpse
Primary Group
Member
My Contact & Social Links
More
×
bakuhh's Groups
bakuhh's Contact & Social LinksbakuhhbakuhhbakuhhBakuhh
 i have been working on my first map for a good amount of time now and i ran into a few problems but i always managed to figure them out. except zoning, i have tried to follow multiple tuts and i have even tried making a test map so i can practice scripting them, i have made sure my zombies/info_volumes/triggers all have the correct KVP's but yet nothing


here is my script from my gsc

dlc3_zone_init()
{
   //add_adjacent_zone( "start_zone",      "zone_2",   "enter_zone_1" );
   /*
   =============
   ///ScriptDocBegin
   "Name: add_adjacent_zone( <zone_2>, <zone_2>, <flag>, <one_way> )"
   "Summary: Sets up adjacent zones."
   "MandatoryArg: <zone_2>: Name of first Info_Volume"
   "MandatoryArg: <flag>: Flag to be set to initiate zones"
   "OptionalArg: <one_way>: Make <zone_1> adjacent to <zone_2>. Defaults to false."
   "Example: add_adjacent_zone( "receiver_zone",      "outside_east_zone",   "enter_outside_east" );"
   ///ScriptDocEnd
   =============
   */
}


any help would be great, even if its discord screen share
broken avatar :(
×
broken avatar :(
Location: gbMilton Keynes
Date Registered: 17 January 2014
Last active: 4 years ago
Posts
6,877
Respect
1,004Add +1
Forum Rank
Immortal
Primary Group
Community Scripter
My Groups
More
My Contact & Social Links
More
Signature
If you want scripts / features made for you, then contact me by PM or email / skype etc
it will cost you tho so if you have no intention of reciprocating don't even waste my time ;)
×
Harry Bo21's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Community Scripter Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community.
Harry Bo21's Contact & Social Links[email protected]HarryBo21HarryBo000
start zone -> zone 2

enter zone 1?
 :o
broken avatar :(
×
broken avatar :(
Location: deDortmund
Date Registered: 20 December 2015
Last active: 4 months ago
Posts
307
Respect
Forum Rank
Perk Hacker
Primary Group
Community Scripter
My Groups
More
Personal Quote
Payback
Signature
Tears Of The Fallen | Join the project https://discord.gg/8gDNQRj
×
fanmagic's Groups
Community Scripter Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community.
fanmagic's Contact & Social LinksTears Of The Fallen
Code Snippet
Plaintext
 //add_adjacent_zone( "start_zone",      "zone_2",   "enter_zone_1" ); 

Should be
Code Snippet
Plaintext
 add_adjacent_zone( "start_zone",      "zone_2",   "enter_zone_1" ); 
broken avatar :(
×
broken avatar :(
Location: nl
Date Registered: 20 September 2013
Last active: 14 hours ago
Posts
643
Respect
Forum Rank
Zombie Enslaver
Primary Group
Community Scripter
My Groups
More
My Contact & Social Links
More
Personal Quote
No code is bug free
Signature
My published cod maps:

Subzero
Djinncaves
Enclosed (a.k.a baconcube)
Bayern
Snowblind
Furtrelock

Black Ops Perks: https://www.ugx-mods.com/forum/scripts/55/call-of-duty-world-at-war-black-ops-perks/22180/
×
gympie6's Groups
Community Scripter Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community.
gympie6's Contact & Social LinksTheRevenantSkullTeffrieTeffrieGympie5#5971
i have been working on my first map for a good amount of time now and i ran into a few problems but i always managed to figure them out. except zoning, i have tried to follow multiple tuts and i have even tried making a test map so i can practice scripting them, i have made sure my zombies/info_volumes/triggers all have the correct KVP's but yet nothing


here is my script from my gsc

dlc3_zone_init()
{
   //add_adjacent_zone( "start_zone",      "zone_2",   "enter_zone_1" );
   /*
   =============
   ///ScriptDocBegin
   "Name: add_adjacent_zone( <zone_2>, <zone_2>, <flag>, <one_way> )"
   "Summary: Sets up adjacent zones."
   "MandatoryArg: <zone_2>: Name of first Info_Volume"
   "MandatoryArg: <flag>: Flag to be set to initiate zones"
   "OptionalArg: <one_way>: Make <zone_1> adjacent to <zone_2>. Defaults to false."
   "Example: add_adjacent_zone( "receiver_zone",      "outside_east_zone",   "enter_outside_east" );"
   ///ScriptDocEnd
   =============
   */
}


any help would be great, even if its discord screen share

This guy is explaining zones perfectly!:

broken avatar :(
×
broken avatar :(
Location: cawhere...
Date Registered: 11 August 2016
Last active: 3 years ago
Posts
73
Respect
Forum Rank
Rotting Walker
Primary Group
Member
Personal Quote
I am done. done I am, am I done?
×
GlueGun87's Groups
GlueGun87's Contact & Social Links
practice and practice and do some more! yes its not what you want even i dont what it... but have to.
So here's  some-what good to do, do some kvp for your zone and open the dlc3 and analyze your zone name
By that I mean ctrl+f (search word) and case match every one of them, that's what I do, when it go's to
Creating your very first scripted edit scraped part copyed  or every other mod I didn't  mention then the first top line
Should be some what happy about it. :).
Btw did you fix it?
The error flags I believe so is cause there is no zombie spawn for zone_2 (or is it that yellow txt message when playing?)
I quit using the ugx-mods mod tools because I felt like I was not fit for them back then and started from 3arc original
Don't know if I think I know where your at, some 1 change the raw folders
In my downloads before I downloaded the modtool... xD i personally felt like that
Tell my cinematic subtitle stop being weirdly alien bullshit because I fixed it...
broken avatar :(
×
broken avatar :(
Location: ca
Date Registered: 17 May 2018
Last active: 4 years ago
Posts
3
Respect
Forum Rank
Fresh Corpse
Primary Group
Member
My Contact & Social Links
More
×
bakuhh's Groups
bakuhh's Contact & Social LinksbakuhhbakuhhbakuhhBakuhh
start zone -> zone 2

enter zone 1?
 :o

i noticed this after i made the post and fixed it lol
broken avatar :(
×
broken avatar :(
Location: ca
Date Registered: 17 May 2018
Last active: 4 years ago
Posts
3
Respect
Forum Rank
Fresh Corpse
Primary Group
Member
My Contact & Social Links
More
×
bakuhh's Groups
bakuhh's Contact & Social LinksbakuhhbakuhhbakuhhBakuhh
This guy is explaining zones perfectly!:

(Content removed from quote.)

this was tutorial i followed

 
Loading ...