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.

Messages - CamericanAndy

I was able to download someone else's file but now I have a new problem, its on this thread, just a little higher up, if you could help it would be great, thanks!
7 years ago
Code Snippet
Plaintext
Hi All,
I'm receiving an unknown command error for my map, the line that is the problems is:
level.zone_manager_init_func = ::dlc3_zone_init;

here's some of the code leading before and after:


[code=]/*--------------------
ZOMBIE MODE
----------------------*/
[[level.DLC3.weapons]]();
[[level.DLC3.powerUps]]();


maps\_zombiemode::main();

/*--------------------
FUNCTION CALLS - POST _Load
----------------------*/
level.zone_manager_init_func = ::dlc3_zone_init;
level thread DLC3_threadCalls2();


dlc3_zone_init()

add_adjacent_zone("initial_zone", "zone1", "enter_zone1" );
add_adjacent_zone("zone_1", "zone_2", "enter_zone2" );

/*
=============
///ScriptDocBegin
"Name: add_adjacent_zone( <zone_1>, <zone_2>, <flag>, <one_way> )"
"Summary: Sets up adjacent zones."
"MandatoryArg: <zone_1>: Name of first Info_Volume"
"MandatoryArg: <zone_2>: Name of second 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
=============
Please help, this is so frustrating as I'm new to modding.
7 years ago
Hi all,
I keep getting syntax errors with this file, does anyone have a link to a clean one so I can overwrite the file?
Thanks.

7 years ago
Loading ...