Any way to bypass the death barriers on the maps? Noclipping through walls kills you instantly.
-
Title says it all. Thanks!
-
Same question here. What's the point of noclip in zombies for example if i'm just gonna get bopped 5 seconds after going through a closed door lol
-
AggelosApollon Unfortunately the way the game was scripted the only way to turn off the death barriers is with a GSC script.
Try creating a script with this code in it:
init() { level.player_out_of_playable_area_monitor = false; }
Alternatively you can try running a mod menu since they usually disable the out of playable area monitor anyway.
-
JezuzLizard I installed this mod menu https://forum.plutonium.pw/topic/6966/how-to-use-a-mod-menu-without-injecting-loading-gsc-scripts-client-sided and noclip literally does nothing at all. But I guess I will try running this script. Also I can run mod menus on custom matches I host right? I don't want to get banned .
-
AggelosApollon You can run any GSC script as long as you load it with the official method there is no ban risk.
https://plutonium.pw/docs/modding/loading-mods/If you use an injector or an external tool, go in LAN mode instead and you'll be fine
https://plutonium.pw/docs/anticheat/#plutonium-cheat-policyThere are some mod menus on the forum you can easily load if you wanna try again
https://forum.plutonium.pw/search?term=mod menu&in=titles&matchWords=all&categories[]=23&sortBy=relevance&sortDirection=desc&showAs=posts -
JezuzLizard to clarify, when you say create a script, do you just mean enter that in the "~" console command field?
-
NateLosesGames no this would jusg be entering a command.
A script is a set of commands in a file (I'm making it simple here).
What you need is to open a notepad, paste what he sent and save it as a .gsc file then compile it and put the compiled script in the right folder.This documentation can help you https://plutonium.pw/docs/modding/loading-mods/#t6