Quake3World.com Forums
     Programming Discussion
        Crosshair in ThirdPerson View


Post new topicReply to topic
Login | Profile | | FAQ | Search | IRC




Print view Previous topic | Next topic 
Topic Starter Topic: Crosshair in ThirdPerson View

Grunt
Grunt
Joined: 11 Oct 2016
Posts: 55
PostPosted: 11-17-2016 06:13 AM           Profile Send private message  E-mail  Edit post Reply with quote


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 ?




Top
                 

Cool #9
Cool #9
Joined: 01 Dec 2000
Posts: 44127
PostPosted: 11-17-2016 06:18 AM           Profile   Send private message  E-mail  Edit post Reply with quote


You'll need to write a mod for that.




Top
                 

Grunt
Grunt
Joined: 11 Oct 2016
Posts: 55
PostPosted: 11-17-2016 06:25 AM           Profile Send private message  E-mail  Edit post Reply with quote


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




Top
                 

The Afflicted
The Afflicted
Joined: 21 Apr 2005
Posts: 563
PostPosted: 12-29-2016 09:18 PM           Profile Send private message  E-mail  Edit post Reply with quote


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.




Top
                 
Quake3World.com | Forum Index | Programming Discussion


Post new topic Reply to topic


cron
Quake3World.com
© ZeniMax. Zenimax, QUAKE III ARENA, Id Software and associated trademarks are trademarks of the ZeniMax group of companies. All rights reserved.
This is an unofficial fan website without any affiliation with or endorsement by ZeniMax.
All views and opinions expressed are those of the author.