Skip to content

YaLTeR/DemTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DemTools

A collection of tools that operate GoldSource demo files.

  • DemoSanitizer: neutralizes malicious demo frames which may lead to infection of your PC.
  • FixYaw: fixes the view yaw to the given value.
  • Listdemo: prints some info about the demo (game, map, time, FPS).
  • DumpFrames: dumps frame info with little details.

#Building ####Windows

  • Get Boost and Boost.Nowide and build the latter.
  • Create a build directory along the src directory.
  • Run cmake -DBOOST_ROOT=path\to\boost\base\dir .. from the build directory.
  • Compile the ALL_BUILD project from the generated VS solution.

####Linux

  • Get Boost.Nowide.
  • Create a build directory along the src directory.
  • Run cmake .. from the build directory.
  • Run make from the build directory.

About

A collection of tools operating GoldSource demo files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published