UGX-Mods

Call of Duty: Black Ops 3 => Help Desk => Mapping => Topic started by: hiyaimcool on November 25, 2016, 09:48:04 pm

Title: Dying right as I spawn in (before I am even able to move)
Post by: hiyaimcool on November 25, 2016, 09:48:04 pm
I have no clue what is going on or why this is happening, but any help would be greatly appreciated.
Title: Re: Dying right as I spawn in (before I am even able to move)
Post by: DeletedUser on November 26, 2016, 01:43:25 am
You probably don't have a start zone set up, there are tutorials on this site about how to properly set up zones.
Title: Re: Dying right as I spawn in (before I am even able to move)
Post by: hiyaimcool on November 26, 2016, 03:29:50 am
You probably don't have a start zone set up, there are tutorials on this site about how to properly set up zones.

I actually have multiple zones set up (about 5 or 6)
Title: Re: Dying right as I spawn in (before I am even able to move)
Post by: All0utWar on November 26, 2016, 09:39:15 am
But is your starting zone set up properly is the question. Make sure that whatever zone your player spawns are in is the same zone listed here inside your mapname.gsc:
Code Snippet
Plaintext
	//Setup the levels Zombie Zone Volumes
level.zones = [];
level.zone_manager_init_func =&usermap_test_zone_init;
init_zones[0] = "start_zone";
level thread zm_zonemgr::manage_zones( init_zones );
Title: Re: Dying right as I spawn in (before I am even able to move)
Post by: Rorke on November 26, 2016, 02:08:29 pm
But is your starting zone set up properly is the question. Make sure that whatever zone your player spawns are in is the same zone listed here inside your mapname.gsc:
Code Snippet
Plaintext
   //Setup the levels Zombie Zone Volumes
   level.zones = [];
   level.zone_manager_init_func =&usermap_test_zone_init;
   init_zones[0] = "start_zone";
   level thread zm_zonemgr::manage_zones( init_zones );
its got nothing to do with zones i dont have any zones in my map and it runs fine check that you dont have death triggers on the floor
Title: Re: Dying right as I spawn in (before I am even able to move)
Post by: hiyaimcool on November 26, 2016, 06:56:52 pm
its got nothing to do with zones i dont have any zones in my map and it runs fine check that you dont have death triggers on the floor

None of those seem to be the problem at all
Title: Re: Dying right as I spawn in (before I am even able to move)
Post by: All0utWar on November 26, 2016, 07:33:43 pm
its got nothing to do with zones i dont have any zones in my map and it runs fine check that you dont have death triggers on the floor

Okay lol, except that it's literally coded so that if you aren't in a player volume you die.
Title: Re: Dying right as I spawn in (before I am even able to move)
Post by: Rorke on November 29, 2016, 03:31:18 pm
Okay lol, except that it's literally coded so that if you aren't in a player volume you die.
i think im done here you code something like that and wonder why it dosnt work properly hmmmmm im done here
Title: Re: Dying right as I spawn in (before I am even able to move)
Post by: hiyaimcool on November 29, 2016, 04:07:13 pm
I found the problem. I had 8 spawn points for some reason but it was only using the ones outside the map. I couldn't see them for some reason.