Skip to content

PCvolt/RevolveLabtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Revolve Labtool

Features

  • Pause on 9
  • Framestep on 0

Build the project

Open x86 Native Tools Command Prompt for VS 20XX and go to the Revolve Labtool's directory.

mkdir build
cd build
cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Debug # Configure the project each time you edit CMakeLists.txt
cmake --build . # Build the injector and DLL each time you edit the source code

Pre-commit

When contributing to the project, use pre-commit to maintain a uniform code.

pre-commit install

To fix the formatting, either try to commit to automatically fix (does not work on --amend), or run this command:

pre-commit run --all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published