Cooperative Editing

From Platinum Arts Sandbox Free 3D Game Maker
Revision as of 07:57, 21 January 2008 by Hirato (Talk | contribs) (Set the base layout of the article.)

Jump to: navigation, search

this is a guide that requires some knowledge of networks. if you fit any of the following criteria, do not attempt this.

  • has no idea where the program was installed
  • prefers to cuss and wreck work than help out


Starting the server

There are many arguments that can be passed to the client. The list is a brief overview of them

  1. -c sets the maximum amount of pople you'll allow to connect
  2. -i Sets the IP used for the server
  3. -m sets the masterserver
  4. -n sets the servername, as it'll appear in guiservers
  5. -o sets wheter mastermode 2 and 3 can eb activated or not
  6. -p Sets a password for he who wants to take admin
  7. -u set the upstream bandwidth

Linux

To start a linux server, it's actually more effort than the other platforms. first open up a shell, least so you can monitor progress. I'll assume you have little experience and will be quite verbose. You may need to see the Howto on compiling the source

  1. cd to where PAS is installed. eg cd ~/PlatinumArtsSandbox
  2. considering you compiled it yourself, type ./bin/native_server
  3. before hitting enter, add any arguments you want, eg ./bin/native_server -c8 -p"hack me" -n"Hirato is great"

You should get a few messages about the masterserver not replying etc, they can be ignored, just launch the client as well and you're set for some multiplayer editing action.

Mac OSX

Windows

Connecting

Now that you have succeeded in starting up your server, it's time to get on there with some friend. PAS does not yet have a masterserver so the server gui will prove useless. Now depending on how you wish to connect, you have two methods.

  1. type /connect ingame, eg /connect 127.0.0.1
  2. type /lanconnect ingame, this'll connect to any server on the network

Cooperative etiquette