I've been working on make a snazzy joequake (jppro 1.5) setup for a while, and I want to know if there's anything I'm missing?
My bat file for launching jq:
joequake-gl.exe -game joequake -iplog -width 1024 -height 768 -bpp 32 -conwidth 576 -conheight 432
Should I have -heapsize x in there?
And in my autoexec.cfg:
+mlook
sv_aim 1
scr_conspeed 900
gl_flashblend 0
r_rockettrail 3
gl_conalpha .5
scr_printstats 0
gl_consolefont charset-1
cl_sbar 1
When I started using joequake, it screwed up my aim that the center of the screen was lower. This is because by default, it runs fullscreen and overlays status bar elements, where in regular/proquake the status bar pushes up everything and makes aim a little higher. So now I use cl_sbar 1, and edited the hud graphics (which were made for cl_sbar 0) to look nice and match the menu graphics I'm using (from moon drunk). I like this setup so that I can easily switch between joequake and proquake for cheat free servers.
thanks,
|