Skip to content

CounterStrikeSharp/GamedataChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GamedataChecker

A tool to run-check gamedata files on binaries

Note

This tool is pretty experimental currently.

Commands

  • check
    • alias: c
    • switches:
      • --gamedata specify a gamedata file, usage: --gamedata path/to/gamedata.json
      • --binary specify a binary file, usage: --binary path/to/binary.extension
    • usage: GDC check --gamedata "path/to/gamedata.json" --gamedata "path/to/another/randomgamedata.json" --binary "path/to/server.dll" --binary "path/to/libserver.so" --binary "path/to/engine2.dll" PAUSE
      • note that the PAUSE is not needed in the end
    • returns: amount of total errors across every gamedata specified

About

Gamedata Checker for CounterStrikeSharp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published