Statistics, XP and some other small features for Garry's Mod (Especially the Zombie Survival gamemode)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Vogel bb27299d3c Prepare for github & add license 5 years ago
.vscode Prepare for github & add license 5 years ago
lua Prepare for github & add license 5 years ago
resource/fonts Move files back to root directory 6 years ago
.gitignore Prepare for github & add license 5 years ago
LICENSE Prepare for github & add license 5 years ago
README.md Prepare for github & add license 5 years ago
XP Spreadsheet.ods Optimizations 8 years ago

README.md

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