Jump to content
GrosTon1

Anyone managed to activate PluginDeveloper ?

Recommended Posts

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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×