Skip to content

v2.0.0 - official release!

Compare
Choose a tag to compare
@shavitush shavitush released this 18 Mar 10:03
· 1838 commits to master since this release
f9b6745

1.4b-hotfix...v2.0.0

We're out of beta now!
The last release was in September 21, 2015. There have been too many changes, but I'll try to mention the important ones.

  • Added configuration files.
  • There are multiple styles now. They're defined in addons/sourcemod/configs/shavit-styles.cfg.
  • The database structure has been revamped. Visit the wiki page for information.
  • Added cvars for most features.
  • Created a website for bhoptimer. See https://bhop.online/
  • Revamped the whole zones plugin. You can setup aesthetic looking zones thanks to grid snapping, wall snapping and cursor zoning.
  • Added many zone types: No speed limit, teleport zone, easybhop zone, slide zone.
  • You can now choose the zone sprite.
  • You can now edit zones after creating them. This includes manual editing of coordinations.
  • The plugin has received massive optimizations. It's very lightweight now.
  • Added a stats module. The main command is !stats (or !profile), it shows lots of useful information.
  • Added a dynamic timelimits module. It sets the timelimit for the map relatively to the average completion time.
  • Added replay bots. By default, there's a single bot that players can choose to playback with, the command is !replay. The recorded data is saved in an efficient structure (binary, rather than UTF) to make sure the server doesn't hiccup when data is saved.
  • Added a rankings module. The design idea is simple: points given per record are relative to the map's length, tier and how good the record is compared to the rank 1 record. The style played also affects the amount of points given.
  • Added bonus track.
  • Added logging for admin actions.
  • Added chat module. It integrates with rankings and allows players to use custom titles if they have access. See !chatranks and !cchelp.
  • The target version is now SourceMod 1.9 as it offers functionality needed for accurate timing.
  • Added checkpoints. You can save while spectating players or bots too. Teleporting will make sure you're at the exact same state you were in while saving (including timer data), so that you can't segment an impossible to achieve record.
  • Added automatic integration with KZ maps with buttons, and the Fly zoning standard.
  • Added +strafe detection.
  • Added strafe/sync counters.
  • Added custom sv_airaccelerate values for styles.
  • Added the ability to have custom physics for styles (i.e. HSW, SHSW, W-only etc).
  • Made prespeed/prejump limitations more user-friendly.
  • Added CS:S support.
  • Added TF2 support.
  • Fixed zones not rendering after a certain number.
  • Added the !hud command, it allows players to make their HUD contain the information they want to see.
  • Added commands to teleport to the end zones (!end, !bend).
  • Added team join hooks for comfortable spawning.
  • Added spectator lists.
  • Redone player hiding.
  • Added player teleportation.
  • Added weapon commands (!usp, !glock, !knife) and ammo management.
  • Added noclip commands (!p, !nc, +noclip etc).
  • Allowed dropping all weapons.
  • Added godmode.
  • Added custom prespeed limitations.
  • Removed clutter (like team changes) from chat.
  • Hid radar.
  • Changed weapons to disappear when dropped.
  • Added auto-respawn.
  • Added radio commands blocking.
  • Added scoreboard manipulation (clan tags, score/deaths etc).
  • Added configurable chat advertisements.
  • Added player ragdoll removal.
  • Added fuzzy search in !wr (so you can write !wr arcane rather than !wr bhop_arcane_v1 for example).
  • Added !rr command to see the recent world records.
  • Fixed all reported bugs.