Skip to content

Releases: SharpTimer/WallLists

SharpTimer-WallLists v1.0.8

21 Sep 00:11
6d30a99

Choose a tag to compare

Fixes

  • Fixed list text overlapping with background. Text will now appear more clear/bright when using backgrounds.

Features

  • Added support for Modes. Set DefaultMode to the mode you want to be shown on Time lists (Standard, 85t, 102t, 128t, Source, Bhop, Custom). Leave blank ("DefaultMode": "",) if you aren't using a SharpTimer version that has modes yet. In the future you will be able to add multiple lists for each mode.

  • Added !mlist command. Opens a menu that allows you to make small adjustments to the locations/angle of the list. Requires CS2MenuManager by schwarper. This dependency is optional, but the !mlist command won't work without it.

image image image image

  
  
Config bump 7->8 (Check diff: https://www.diffchecker.com/CTLokGDs/)

SharpTimer-WallLists v1.0.7

21 Aug 03:41
67b3e56

Choose a tag to compare

Fixes

  • Fixed TablePrefix being applied to Map Times/Completions lists
  • Fixed json lists not being removed
  • Fixed lists spawning at waist height

Features

  • Added list backgrounds
  • Added RemoveDistance (how far you have to be from a list for it to be removable)
  • Added configurable text font (E.g. Arial, Arial Black, Arial Bold, Arial Narrow, Arial Unicode MS, Comic Sans MS, Courier New, HalfLife2, Lucida Console, MS Shell Dlg 2, Marlett, Stratum2, Tahoma, Times New Roman, Trebuchet MS, Verdana)

Important

This version requires you to update K4-WorldText-API to v1.2.5

SharpTimer-WallLists v1.0.6

25 May 04:02
a935c20

Choose a tag to compare

  • Added database support. If updating from version 1.0.5, use the command !importwalllists to import your existing json files into the database.
  • Fix list removal (again)
  • Update config layout (see SharpTimer-WallLists.example.json)
  • Updated dependencies. Make sure to install K4-WorldText-API 1.2.4 compiled by me (dev archived repo before publishing a release with their latest changes)

SharpTimer-WallLists v1.0.5

02 Dec 20:13

Choose a tag to compare

New Features:

  • Change the number of lines per list type.
  • !reloadlistcfg command. Configurable variable that will reload any changes you make to your config while your server is still live. In testing, it took about 15 seconds for changes to go into effect.
  • !updatelistcfg command. Configurable variable that will update your config file to add any new config variables that have been added in a new release. Default values will be applied. Variables that no longer exist will be removed. Example: You're currently on version 1.0.5, you download 1.0.6 onto your server, you then run !updatelistcfg in-game and your config will be auto-updated.
  • AutoUpdateConfig config setting. If true, your config will automatically be updated on plugin start, with no need to use the !updatelistcfg command in-game. Defaults to false.
  • Now supports plugin update automation when a new release is published on GitHub! Check out cs2-update-manager by Kandru to find out more!

Fixes:

  • Fixed command customization related issue

Config Removals:

  • TopCount

Config Additions:

  • TimesCount
  • PointsCount
  • CompletionsCount
  • AutoUpdateConfig
  • ReloadConfigCommand
  • UpdateConfigCommand