Installing Platinum Arts Sandbox

From Platinum Arts Sandbox Free 3D Game Maker
Revision as of 00:36, 29 June 2008 by Hirato (Talk | contribs)

Jump to: navigation, search

Windows

When you click on the downloaded file it will ask you where you want to install Sandbox. If you click the three dots to the right you can browse your computer and select where you'd like to place sandbox. After you are satisfied with where it is to install hit extract. The sandbox folder will then be created where you chose to install it. Locate the folder and enter it. Click on the file that says "(clickheretostart)" and it should launch. To launch the carts click on the file that says "cartmode".

Multiplatform

As a note the multiplatform version works on Windows, Linux and Mac.

Linux

This method should also work with freebsd, but gmake will have to be used.

to do a system wide install, simply extract the zip into it's own folder, and navigate to it with the command line. if it's on your Desktop in a directory named sandbox, type cd Desktop/sandbox, as an example. from there, cd to the src directory, and type sudo make distinstall.

note, it'll give an error if /usr/local/sandbox exists, in which case, run sudo make distclean to get rid of that. your settings are still saved, as they'll save in ~/.platinumarts.

after it compiles the binaries, it'll copy everything over to /usr/local/sandbox, and create some /usr/bin/ symlinks, so you can just type sandbox into whatever command line you want, to launch sandbox!

OSX

We'll leave it to you, chances are you'll want to put it in the applications, but first, before you do that, you'll have to compile your own binaries till we can provide them for.

See Also