
Posts
21
Respect
Forum Rank
Legless Crawler
Primary Group
Donator ♥
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!# ====== Tele Sounds =====
evt_teleport,,,orng\tele\evt_teleport_PCM.wav,,,UIN_MOD,,,,,,,,,0,0,80,80,0,1000,1000,,,,,,,,,,,,,,,,2d,front,,NONLOOPING,,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
evt_teleport_out,,,orng\tele\evt_teleport_out_PCM.wav,,,UIN_MOD,,,,,,,,,0,0,80,80,0,1000,1000,,,,,,,,,,,,,,,,3d,front,,NONLOOPING,,,0,0,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
// 5 style Teleporter
#using scripts\orng\teleporter;
/////
thread init_power_orng();
/////
/////
zm_usermap::main();
/////
/////
function init_power_orng()
{
level flag::wait_till("power_on");
teleporter::teleporter_init();
}
/////
//Teleporter
fx,dlc0/factory/fx_teleporter_beam_factory
scriptparsetree,scripts/orng/teleporter.gsc
level.zom_timeout= 20; //Change to the timeout for the zombies to get to the teleporter "undefined = infinite (only recommend for specific use cases)"
level.target_distance= 1000; //Change to max distance to the portal that zombies can be to get attracted (else kill) "undefined = infinite (only recommend for specific use cases)"
level.how_close= 100; //Change to how close the player has to be to cancel zombie teleport "undefined = ignore (only recommend for specific use cases)"
level.cooldown= 10; //Cooldown time for the teleporters in seconds
level.random_static= 1; //Each number higher than 0 means the static teleporters have a greater chance to go to a random tele.
// ^^ Example: 0 = 0% 1 = 50% (Idea from NSZ Kino Tele)