Search found 2 matches
- Tue Jan 03, 2017 11:43 am
- Forum: Quake III Arena & Quake Live Discussion
- Topic: Best options for widescreen gaming?
- Replies: 14
- Views: 39425
Re: Best options for widescreen gaming?
Right. I've made some more modifications in the meantime, so here's a convenient pk3: http://smiletheory.ioquake3.org/zzz-cg_aspectHack.pk3 Put this in your baseq3 directory, launch ioquake3, open up the console and set cg_aspectHack 1 then all the problems should be fixed. Diff here: http://paste.d...
- Tue Jan 03, 2017 1:56 am
- Forum: Quake III Arena & Quake Live Discussion
- Topic: Best options for widescreen gaming?
- Replies: 14
- Views: 39425
Re: Best options for widescreen gaming?
Try this patch: diff --git a/code/cgame/cg_draw.c b/code/cgame/cg_draw.c index cb914c95..47cc2d9a 100644 --- a/code/cgame/cg_draw.c +++ b/code/cgame/cg_draw.c @@ -1891,9 +1891,10 @@ static void CG_DrawCrosshair(void) h *= ( 1 + f ); } - x = cg_crosshairX.integer; - y = cg_crosshairY.integer; - CG_Ad...