GrosTon1 26 Posted September 21, 2018 So, I was playing around files inside scripts.pbo and found 4_World/Plugins/PluginBase/PluginDeveloper, and I saw that it contains the debug menu we saw on their 0.63 livestream with options to teleport, activate/deactive godmod and stuff. I tried to activate it, but didn't succeeded that far. Anyone found it as well, tried to activate it and suceeded ? Share this post Link to post Share on other sites
SaarPlayTV 1 Posted September 21, 2018 Hey, have seen that synonymous and the hotkeys to, but it can not unlock :-/ sorry for my bad English Share this post Link to post Share on other sites
bindik 0 Posted September 22, 2018 PluginManager.c RegisterPluginDebug( "PluginConfigViewer", true, true ); RegisterPluginDebug( "PluginLocalEnscriptHistory", true, true ); RegisterPluginDebug( "PluginKeyBinding", true, false ); RegisterPluginDebug( "PluginDeveloper", true, true ); RegisterPluginDebug( "PluginDeveloperSync", true, true ); Maybe change it to RegisterPlugin, check the plugin itself if there are checks for GUID, If plugin is loaded as debug etc. Share this post Link to post Share on other sites
GrosTon1 26 Posted September 22, 2018 I already removed the debug part from the functions it didnt worked. Will look for guids. Share this post Link to post Share on other sites