Need Help setting up RA3 server for LAN

4 public posts in this discussion.

Post 1

I've installed the client and server files for RA3 but I am having problems setting one up for LAN only...

This is what I have in the batch file (ra3server.bat):

cd ..
start quake3.exe +set fs_game arena +set sv_pure 0 +set bot_enable 0 +set dedicated 0 +set net_port 27960 +exec server.cfg

The files installed: Ra315cl.exe and ra315sv (for windows)

The main problem is that when I try to connect up to my own lan server it kicks me back to the menu screen. I have 2 computers on a LAN and wanna serve a RA3 dedicated on one, and be able to play on both as well...

Any suggestions on my command line/config file?

Thanks [Blocked image]

TSUNAMI

Post 2

u cant make it dedicated and play on it dont think..

Post 3

the server has to be runnign on a differenty machine, Volry helped me set on up, ( you can play and host at the same time, but my machine crashed everythime i do it.

cd ..
start quake3.exe +set fs_game arena +set sv_pure 0 +set bot_enable 0 +set dedicated 2 +set net_port 27960 +exec server.cfg

ASk vorly, hes god with the Quake 3 engine [Blocked image]

Post 4

Yeah thanks TN1, but I found the problem..

I had to actually manually type the address into server query.. wierd?

I also add these commands to the line:
+set vm_game 0 +set vm_cgame 0+set vm_ui 0 + set sv_allowdownload 1

And also, RA3 does have a listen server command

its +set dedicated 0 (it works very well)

TSUNAMI