Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

[bug] Tracers not working in multiplayer #36

Open
8dcc opened this issue Jul 8, 2022 · 0 comments
Open

[bug] Tracers not working in multiplayer #36

8dcc opened this issue Jul 8, 2022 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@8dcc
Copy link
Member

8dcc commented Jul 8, 2022

Bug description

Bullet tracers only work when playing with bots. This is because the way the cheat gets the necessary game event (bullet_impact) is through FireEventIntern. This method is better in my opinion but has these kind of problems.

I would like to avoid using an event listener.

Steps to reproduce

  1. Join a bot match and try the tracers (option is in the visuals tab, under the misc group box)
  2. Join a multiplayer match and try the tracers. The event is not received.

Possible fix

There is a thread on UC talking about this topic. Find it here.

We could use an event listener, but it's the last option.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant