Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 421 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 421 Bytes

ScriptHookW3

Building

  • Clone the project

git clone https://github.com/Traderain/ScriptHookW3

  • Clone the submodules

git submodule init git submodule update --recursive --remote

  • Define $(TW3_DIR) enviroment variable (add it to path or whatever)

set %TW3_DIR% = "C:\Users\bence.hambalko\Documents\The Witcher 3";

  • Pull the Nuget packages needed by the solution
  • Build the project with Visual Studio 2017