rtldg
rtldg
Going to leave this PR sitting for now until I decide what to do about it and that blacklist style plugin.
> 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...
> plugin.shavit-replay-recorder.cfg plugin.shavit-replay-playback.cfg
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...
bhoptimer uses sql procedures, which sqlite doesn't have, to handle the point weighting system. also shavit-rankings has a lot of mysql specific syntax that needs to be ported so it...
Yeah, it'll probably be supported. I did some work on it earlier to make some queries compatible (& to prepare for postgresql support in sourcemod 1.11). The main point recalculation...
Months ago I looked at what btimes did for !overtake. It used a sql function afair to handle all the inserting and updating the overtake rows. That's probably the best...
I don't really want to merge this as is. It does work, but it doesn't show a route as prettily as some other replay route/ghost plugins I've seen (arcing lines...
I'm not really a fan of adding a push zone to keep people out of somewhere tbh. In my opinion, the map should be fixed with stripper, a `_fix` bsp,...
shavit-rankings should work with sqlite in the master branch now and in next release. Using `shavit_rankings_weighting 1.0` should work fine. Using `shavit_rankings_weighting 0.xxxx` will require using dbi.sqlite.ext{.dll,.so} Sourcemod 1.12.