I've been setting up a dedicated Mac Q3 1.31 server. When I click create after setting it up, the regular Q3 screen disappears and a Quake3 app is running but there's no console window as you get on the PC (and as I recall seeing from running an OS 9 Quake 3 server many years ago) and no way to control the app. The mouse pointer disapears too so it can only be force quit.
The server is running, I can see and join it from other computers (PC and Mac) and even control it via /rcon. But it would be nice to have a proper console window on the host machine. Anyone know how to fix this?
thx
OS X Q3 server consle window?
-
- Posts: 8
- Joined: Tue Jun 14, 2005 9:23 am
Interesting. It appears more or less functional bar the fact that I can't control it from the host. It doesn't always appear in the browser at first click but maybe that's because it's on a wireless network... (I'm using an iBook as the server). Will do some further testing as once the server's running OK it doesn't need that much input anyway...
You might try this little app: http://www.versiontracker.com/dyn/moreinfo/macosx/22615
It's the only server administration tool for Q3 that I know of.
It's the only server administration tool for Q3 that I know of.
Doesnt Seem to work
The Link doesnt seem to work....any other Server tools?
-
- Posts: 18
- Joined: Fri Sep 23, 2005 6:36 pm
Try this...
Wow. Haven't been here in a while. Anyway, if you're still interested, here's a couple things to try.
You said 1.31 server? I think that only runs under OS9, right? In that case, you need to start the application with a control click? (command click? I don't remember, it's been so long since I used OS 9). But one of those will give you a window to let you pass arguments to q3. You have to start q3 with dedicated 1, so want to pass something like this...
+set dedicated 1 +set vm_game 2 +set vm_cgame 2 +set vm_ui 2 +exec myq3config.cfg
That should start you up in dedicated server mode with a window, as I recall.
If, however, you meant 1.32 on OSX, (there is a 1.32 dedicated server - but it has no pb support), start it from Terminal using something like...
/Games/quake3/Q3DedicatedServer1.32 -RetailInstallationPath /Games/quake3 +set dedicated 1 +set vm_game 2 +set vm_cgame 2 +set vm_ui 2 +exec myq3config.cfg
Of course, replace /Games/quake3 with your actual path to your q3 folder.
Hope this helps.
- Shrapnel
You said 1.31 server? I think that only runs under OS9, right? In that case, you need to start the application with a control click? (command click? I don't remember, it's been so long since I used OS 9). But one of those will give you a window to let you pass arguments to q3. You have to start q3 with dedicated 1, so want to pass something like this...
+set dedicated 1 +set vm_game 2 +set vm_cgame 2 +set vm_ui 2 +exec myq3config.cfg
That should start you up in dedicated server mode with a window, as I recall.
If, however, you meant 1.32 on OSX, (there is a 1.32 dedicated server - but it has no pb support), start it from Terminal using something like...
/Games/quake3/Q3DedicatedServer1.32 -RetailInstallationPath /Games/quake3 +set dedicated 1 +set vm_game 2 +set vm_cgame 2 +set vm_ui 2 +exec myq3config.cfg
Of course, replace /Games/quake3 with your actual path to your q3 folder.
Hope this helps.
- Shrapnel