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.

Running a Server in Linux

Learn more on how to use Sandbox, or submit your own tutorials or resources.
Post Reply
User avatar
DaGeek247
Member
Member
Posts: 53
Joined: May 17th, 2010, 6:52 pm
Name: DaGeek247
IRC Username: DaGeek247
Location: sitting or standing when not laying down
Contact:

Running a Server in Linux

Post by DaGeek247 »

It took me forever to find this myself, so i figured all the other linux users might want to know this as well.

First, you need to setup you computer with a static IP address, so that it wont have server problems. Try google searching "Setting up a static ip adresse in ubuntu" and change ubuntu to the name of the OS you are using. Linux has to many differences in this area for me to put/link to a tutorial to do that.

Next, You need to know these things:
what arch your computer is. if its 32, you in luck. if its 64, you have to compile the server yourself. (I have no idea how to do THAT)
What type of server you want, eg rpg fps or movie.

Next, CD to the folder that PAS is in. I have it on my desktop, so the code looks like this:

Code: Select all

cd ~/Desktop/PlatinumArtsSandbox2.6
then, run this code in the terminal

Code: Select all

./bin/sandbox_server_32_fps
change fps to the mode you want it in. This will set up a server for you. Tell me if you have any problems!
If a packet hits a pocket on a socket on a port,
and the bus is interrupted as a very last resort,
and the address of the memory makes your floppy disk abort,
then the socket packet pocket has an error to report

DaGeek247 of http://dageek247.tk/
Post Reply