Quake3World.com
https://www.quake3world.com/forum/

Crosshair in ThirdPerson View
https://www.quake3world.com/forum/viewtopic.php?f=16&t=52492
Page 1 of 1

Author:  G-Stuff002 [ 11-17-2016 06:13 AM ]
Post subject:  Crosshair in ThirdPerson View

Crosshairs are not available in this mode. Is it possible to make like here?: https://www.youtube.com/watch?v=QpBaqVyP0GE

Maybe have a script for this ?

Author:  Eraser [ 11-17-2016 06:18 AM ]
Post subject:  Re: Crosshair in ThirdPerson View

You'll need to write a mod for that.

Author:  G-Stuff002 [ 11-17-2016 06:25 AM ]
Post subject:  Re: Crosshair in ThirdPerson View

This guy already have write a mod but i can not find him for downlod. Maybe someone have it?

Author:  Ganemi [ 12-29-2016 09:18 PM ]
Post subject:  Re: Crosshair in ThirdPerson View

All you would have to do is

if ( cg.renderingThirdPerson ) {
return;
}

disable that line of code in cg_draw.c, line 1931, then compile the cgamex86.dll.

Should even work on online servers that allow cheats.

Page 1 of 1 All times are UTC - 8 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/