Statistics, XP and some other small features for Garry's Mod (Especially the Zombie Survival gamemode)
Go to file
2020-01-22 15:25:58 +01:00
.vscode Prepare for github & add license 2020-01-22 15:25:58 +01:00
lua Prepare for github & add license 2020-01-22 15:25:58 +01:00
resource/fonts Move files back to root directory 2018-08-03 11:29:47 +02:00
.gitignore Prepare for github & add license 2020-01-22 15:25:58 +01:00
LICENSE Prepare for github & add license 2020-01-22 15:25:58 +01:00
README.md Prepare for github & add license 2020-01-22 15:25:58 +01:00
XP Spreadsheet.ods Optimizations 2016-10-13 23:59:52 +02:00

D3stats

A simple addon managing map statistics and player levels.

  • It outputs statistics about the win ratio of a map at the begging of a round
  • It gives the players a level, XP and permission to use or buy the hammer
  • XP is earned by gaining pointshop points as human or by killing humans as zombie
  • Player levels increase after gathering a certain amount of XP
  • Permissions are given after a specific level is reached
  • All those things are freely configurable

State

It works, but the addon is not finished, and probably will not be finished in the forseeable future.

Usage

  • Create a folder called d3stats inside of your addon folder of your Garry's Mod server
  • Copy files by either:
    • Clone the repository inside the created folder
    • If you download the repository as zip, move the content of D3bot-master inside the created folder
  • You should get a folder structure like: .../garrysmod/addons/d3stats/lua
  • You can change settings as you wish inside of .../garrysmod/addons/d3stats/lua/d3stats/sh_settings.lua"
  • Done

License

MIT