
10-28-2002, 08:53 AM
Feanor, copy the lines EXACTLY as listed below:
sv_maplist "obj/obj_team1 obj/obj_team2 obj/obj_team3 obj/obj_team4"
map obj/obj_team1
Rude messed up the map names a little thats why the error "Cant find map...."
Also to get rid of the "g_gametype will be changed upon restarting." problem, take that line out of your config and set the g_gametype in your command line of the mohaa.exe.
Heres how my command line looks:
"H:\Program Files\EA GAMES\MOHAA\MOHAA.exe" +set dedicated 1 +set ui_console 1 +set g_gametype 4 +set sv_maxclients 14 +map obj/obj_team1 +exec server.cfg
I set my gametype, number of players and starting map in my command line. I would recommend at least setting gametype at command line to avoid the restart errors.
|