How to disable bullet tracers?
|
2013-07-27, 03:54 AM
(This post was last modified: 2013-07-27, 04:03 AM by niculinux.)
|
|||
|
|||
How to disable bullet tracers?
Hello!
It's possible to disable, as title says, "bullet trails"? Please I don't wanna see all those lines while I play ![]() |
|||
2013-07-27, 09:26 AM
(This post was last modified: 2013-07-27, 09:29 AM by asmanel.)
|
|||
|
|||
RE: How to disable bullet tracers?
Yes, it's possible. Just change the value of the variable shotline to 0. the easiest way is use the console (type /shotline 0)
Note this variable have three possible values : 0 : all shot lines are invisible. 1 : only ennemi shot lines are visibles, not the player's ones nor the teammates' ones. 2 : all shot lines are visible. They was confident : "Only some thousands of bricks, and it will look like something !"
More a community is little, more the "others will do it" way to think is dangerous for it. |
|||
2013-07-27, 01:01 PM
(This post was last modified: 2013-07-27, 01:01 PM by Victor.)
|
|||
|
|||
RE: How to disable bullet tracers?
Actually shotline 1 should show your teammates' shots. It just doesn't show your own shots.
Best regards,
Victor //victorz.ca Code: Your antithesis compares favorably with any high magnitude of pwnage. (-you > |p|, you < -|p|) |
|||
2013-07-27, 04:41 PM
(This post was last modified: 2013-07-27, 04:45 PM by asmanel.)
|
|||
|
|||
RE: How to disable bullet tracers?
It is what I believed at the beginning but, when I tested it (in a 2 vs 2 team deathmatch), the two ennemies' guns produced visible shot lines but not my teammate's one. muzzleflashes appears but not shot lines.
There maybe is a bug. They was confident : "Only some thousands of bricks, and it will look like something !"
More a community is little, more the "others will do it" way to think is dangerous for it. |
|||
2013-07-28, 09:19 AM
(This post was last modified: 2013-07-28, 09:19 AM by Victor.)
|
|||
|
|||
RE: How to disable bullet tracers?
renderparticles.cpp:661:
Code: if(!shotlinettl || !shotline || (shotline <= 1 && pl == focus)) return; Best regards,
Victor //victorz.ca Code: Your antithesis compares favorably with any high magnitude of pwnage. (-you > |p|, you < -|p|) |
|||
« Next Oldest | Next Newest »
|