Yup, it's great it's finally done. Especially since I'm mainly playing Urban Terror and the mod is being ported to ET.
But r_smp 1 crashes the app for me. Dual G5 2 gig ram and 10.3.5
S@M wrote: 8mg vid ram only which seems to be teh main problem, anyone know cfg file tweaks I can use?
As the minimum requirements as specified in Applications/Wolfenstein ET/Docs/Help/index.htm on your harddive says 32 mb vram or more you are out of luck I think.
my 12" iBook 1.2 ghz (w/ 512 megs of RAM) got shat on; It ran at 20 FPS, until I got into a firefight/shot a weapon, then PB freaked out and locked everything up, requiring lots of random key pressing trying to remember what the force quit dialog was, since I don't know it off the top of my head as I never have to use it.
Psyche911 wrote:I'm actually forgetting right now. I keep thinking it's Ctrl+Apple+Power, but that's on the older Macs. heh
Ctrl+Opt+Esc ?
Close, cmd+opt+esc.
kill -9
Because every time an app locks, you must open up terminal, find the process's PID, then kill it in the most destructive way a UNIX app can be killed. There's a reason I switched to Macs and OS X, and thats so I don't have to jump through complex hoops in order to do something.
Thats exactly what I'm telling you. Activity Monitor works fin for checking to see if its a certain app bogging things down, and thats the only use I've found for process monitors in OS X for me so far.
I use top pretty often, mostly to see if a particular cron job is running. The game network I'm working on uses background tools run off cron to populate our database of servers.
Mind you, been a programmer, it's not that surprising I use it a lot.