how do i fix this final problem, i dont even know wich variables control the alowance of chase active, any ideas?
Announcement
Collapse
No announcement yet.
chase active has been disabled, but i dont want it to
Collapse
X
-
This is most likely the case where the server has disabled chase_active.
On stock glQuake, chase_active can be considered a cheat because it would allow a player to see through walls. Most modern clients, and even some server mods, correct this problem, by moving the origin of the camera when a player gets too close to walls. Basically it depends on the server.
-
If "chase active has been disabled" is printing to your console after typing
chase_active 1
even a local game, can be due to CRMOD or RUNEQUAKE servers stuffing an alias for the chase_active cvar.
Example:
alias "chase_active" "echo Chase Active has been disabled"
Which in return also disallows the user from setting the actual cvar with a value.
What source code are you rummaging through? Maybe just search in the source files for keyword "chase_active"?
Comment
-
oh its my own source code, ive been making a base thing for mods, wich is made of the warning free progs v106 [ maybe the guy shuoldhave callled it 107?] and bams observer and vote map tutorial things, i think i have aquired it with the vote map
btw, does anyone want the base for mods when i finish it? i think it will make things run faster when modding, nad maybe more people will want to play them ?
Comment
Comment