shavitush / bhoptimer

A bunnyhop timer plugin for Counter-Strike: Source, Counter-Strike: Global Offensive and Team Fortress 2.
https://timer.shav.it
GNU General Public License v3.0
228 stars 93 forks source link

How to turn TIMEDIFFERENCE in hud (IN REAL TIME) #1166

Closed lllLORD2000lll closed 1 year ago

lllLORD2000lll commented 1 year ago

I did this before, but now it doesn't work. After a certain update, it stopped working.

Nairdaa commented 1 year ago

https://github.com/shavitush/bhoptimer#readme

lllLORD2000lll commented 1 year ago

https://github.com/shavitush/bhoptimer#readme

I wouldn't be asking if that information was there.

Nukoooo commented 1 year ago
  • sm_closestpos C++ extension to efficiently find the closest replay position for calculating time-difference and velocity-difference.

Literally in readme.md

Nairdaa commented 1 year ago

Author

You literally just did.

Nairdaa commented 1 year ago

Thank Nuko for being kind and actually holding your hand to help you with your "issue", that you'd have found on your own if that info was there.

lllLORD2000lll commented 1 year ago

Solution: works only shavit_hud_timedifference "1" and only in cvar force

Nairdaa commented 1 year ago

That's not a solution. That's just misleading and you're using an outdated version of the timer. It literally says in the change log of 3.0.0 "shavit_hud_timedifference renamed to shavit_replay_timedifference"

Nairdaa commented 1 year ago

Use the updated version of the timer and the correct convars to avoid such problems and misleading people reading the issues for further reference.

lllLORD2000lll commented 1 year ago

That's not a solution. That's just misleading and you're using an outdated version of the timer. It literally says in the change log of 3.0.0 "shavit_hud_timedifference renamed to shavit_replay_timedifference"

Previously, this cvar included lagging behind WR anywhere on the map. What value does cvar shavit_replay_timedifference take initially? And has its principle of operation changed?

lllLORD2000lll commented 1 year ago

image It looked like this

Nairdaa commented 1 year ago

plugin.shavit-replay-recorder.cfg

rtldg commented 1 year ago

Previously, this cvar included lagging behind WR anywhere on the map.

It still does that.

What value does cvar shavit_replay_timedifference take initially?

It was changed to a default of 1

And has its principle of operation changed?

No

rtldg commented 1 year ago

plugin.shavit-replay-recorder.cfg

plugin.shavit-replay-playback.cfg

Nairdaa commented 1 year ago

in b4 he asks where those are located

rtldg commented 1 year ago

Going to close this. Check for timedifference cvars in the cfg/sourcemod/plugin.shavit-*.cfg files if you want to enable it. sm_closestpos can be useful too of course. And you might have to enable it in !hud if it's not shown.