CigarLounge / sbox-TTT

TTT is a mafia-esque multiplayer game created using s&box
https://cigarlounge.github.io/
Other
21 stars 11 forks source link

Bullets need tracer rounds #321

Closed GlivGluv closed 1 year ago

GlivGluv commented 1 year ago

Bullets in vanilla TTT were visible while in the air, allowing other people to see where they came from even if it was for a brief moment. Currently they are invisible.

I don't think this effect is applied to silenced weapons, however. This will have to be checked.

dch-GH commented 1 year ago

https://github.com/CigarLounge/sbox-TTT/issues/247

matekdev commented 1 year ago

😱

matekdev commented 1 year ago

https://streamable.com/ebv1fa

We need to modify the current tracer particles to look a bit better (it looks awful and the position is off). We also need to update all game resources to actually use the tracer particle.

From what it seems like silenced weapons don't have any tracers, should double check some of the more odd weapons like newton launcher (but it probably uses it as well).

We should look at some other s&box games and maybe they already have a nice tracer we can ask and borrow.

dch-GH commented 1 year ago

It looks like most of the weapon resources just don't have tracers assigned to them. image

matekdev commented 1 year ago

https://github.com/CigarLounge/sbox-TTT/pull/322

OK!!!