Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

Custom Plugin Loader

Have any cool screenshots and/or projects to show off? Post your content here!
(If you need somewhere to post your images, why not use our gallery?)
Locked
User avatar
Leo_V117
Support Team
Support Team
Posts: 1640
Joined: February 16th, 2010, 8:00 pm
Name: Leo
IRC Username: Leo_V117
Location: That one place...
Contact:

Custom Plugin Loader

Post by Leo_V117 »

Thats right guys, yet another brilliant code from Leo_V117!

Custom Plugin Loader

Description
The Custom Plugin Loader (CPL) works just like the theme loader. although, instead of loading themes, it loads plugins instead. Rather than having to add the autoexec.cfg to your root-sandbox folder, you simply place the plugin (preferably within a folder) into the data/plugins folder, create a config that will load the plugin, and voila! A plugin that you didnt even need to do much to load.

Possible Uses
The CPL can be used for multiple things, be it a small test area for "unstable" codes, or even a permanent plugin list. You can even use it to load a menu code for testing.

Advantages
One advantage of using the CPL is a huge reduction in code editing, rather than having to place your codes in the main menu, or in an autoexec, you can simply place it in a folder with a small exec code to boot it. It will also decrease the amount of time required to create the code, again, by removing the autoexec.

Installing CPL
To install CPL, follow these steps: (CPL works in all modes, and in any version of sandbox)
Step 1: Download the latest version of CPL from here
Step 2: Extract the files and place them in your sandbox installation path (where you installed sandbox).
Step 3: Run sandbox and ensure the code is working (you should see a "plugins" option at the bottom of the menus).

Thats all! Tell me what you think, and have fun with whatever you want to use it for...
User avatar
kid matthew
Developer
Developer
Posts: 468
Joined: August 11th, 2009, 5:28 pm
Name: Matthew
IRC Username: Kid_matthew
Location: Land of Sandbox.

Re: Custom Plugin Loader

Post by kid matthew »

Ive Used it its EPIC!!!!
Lost Lands Work In Progress <3 viewtopic.php?f=10&t=2522 <3
User avatar
Leo_V117
Support Team
Support Team
Posts: 1640
Joined: February 16th, 2010, 8:00 pm
Name: Leo
IRC Username: Leo_V117
Location: That one place...
Contact:

Re: Custom Plugin Loader

Post by Leo_V117 »

Thanks for that Matt! Most advanced, yet simplest code I've ever developed!
User avatar
kid matthew
Developer
Developer
Posts: 468
Joined: August 11th, 2009, 5:28 pm
Name: Matthew
IRC Username: Kid_matthew
Location: Land of Sandbox.

Re: Custom Plugin Loader

Post by kid matthew »

HEHERHE HEHe
Lost Lands Work In Progress <3 viewtopic.php?f=10&t=2522 <3
User avatar
Leo_V117
Support Team
Support Team
Posts: 1640
Joined: February 16th, 2010, 8:00 pm
Name: Leo
IRC Username: Leo_V117
Location: That one place...
Contact:

Re: Custom Plugin Loader

Post by Leo_V117 »

By the way, Heres a plugin for you!

Autosave Plugin

This ones easy to run, place both the "autosave.cfg" file and "autosave" folder in "data/plugins". hopefully, if the "Plugins" option is available on the main menu in PAS, You can select "Autosave" from the selection in there. When editing a map, type "autosave_on" to activate, and "autosave_off" to deactivate.
Locked