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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - ProKosovich

I have encountered a problem with my zones. 4/9 Zones have zombies spawning. All the zones work as intended and don't kill me when I enter any of them. I have made sure everything is spelled correctly in the targets for the zones.

Here is the code in my .gsc file. and below the code is a map of the level with the zones. 1 = Zone1, 2 = Zone2 etc

Code Snippet
Plaintext
function usermap_test_zone_init()
{
zm_zonemgr::add_adjacent_zone( "start_zone", "zone1", "enter_zone1");
    zm_zonemgr::add_adjacent_zone( "zone1", "zone3", "enter_zone3");
    zm_zonemgr::add_adjacent_zone( "zone3", "zone4", "enter_zone4");
    zm_zonemgr::add_adjacent_zone( "zone4", "zone5", "enter_zone5");
    zm_zonemgr::add_adjacent_zone( "zone5", "zone6", "enter_zone6");
    zm_zonemgr::add_adjacent_zone( "zone6", "zone7", "enter_zone7");
    zm_zonemgr::add_adjacent_zone( "zone7", "zone8", "enter_zone8");
    zm_zonemgr::add_adjacent_zone( "start_zone", "zone2", "enter_zone2");
level flag::init( "always_on" );
level flag::set( "always_on" );
}


7 years ago
Upon attempting to load my map in radiant, i'm confronted with this error. This happened to a previous map where I deleted the map thinking it was corrupt and made a new one. Next day i try to edit my map i get this error again. I tried verifying the cache of both BO3 and BO3 mod tools with no luck on fixing it.

If anyone has any possible solutions it would be much appreciated.
8 years ago


When I load my map in Radiant it crashes when it gets to "Brush plane with no normal".

I can't access my map. Is there anyway I can fix this?

Double Post Merge: October 01, 2016, 01:30:05 am
I've resolved the issue. Mods delete the thread.
8 years ago


I have a problem. The zombies spawn successfully but fail to target a player. They stand still. Does anyone have a solution to why this is happening?
8 years ago
Loading ...