Game Development Community

Dedicated Server Syntax.

by NA1234567 · in Technical Issues · 09/12/2003 (4:25 pm) · 1 replies

I'm trying to play around with the -dedicated feature for both realmwars and the test appliction.

Originally, when I ran realmwars, I forgot to specify -mission filename switch. I closed the console, and tried something along the lines of "realmwars -dedicated -mission /rw/data/missions/missionname.mis", but it refuses to find the map.

What's the syntax for this command, and where can I find documentation on all of the commands so I don't have to ask again?

Thanks.

#1
10/14/2003 (9:12 am)
Mine is:

RealmWars.exe -dedicated -mission rw/data/missions/myMission.mis

and it works.

Make sure you use slashes and not backslashes. That's what stumped me at first.