Monday 22 September 2008

Tip of the Day: Start an ioQuake 3 Server

ioQuake3 is a project which took the Quake 3 source code (which was licensed under the GPL in 2005) and started to fix bugs and add new features and improvements. You can download it and install it from here.

To start a server, execute the following command:

/usr/local/games/ioquake3/ioq3ded.i386 +set fs_game baseq3 +set net_IP <IP> +set dedicated 2 +set com_hunkmegs 128 +exec server.cfg &

Make sure the path to ioq3ded.i386 is the correct one, depending on where you installed it and replace <IP> with your IP address.

No comments: