Skip to content

Commit

Permalink
add instructions: Debug/Run from Visual Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 21, 2018
1 parent 4e84c8e commit a3a13e3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/howto/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,11 @@ Setup:
game installation directory to this script. Once done, you can find .xrbinup_xxx scripts in the reporitory root:
use them later to install newly built binaries to the corresponding game binary directory.
- Now you can build the engine!

Debug/Run from Visual Studio:
------
In solution "engine" properties in Visual Studio set:
- Startup Project: Single startup project = xr_3da

In Project "xr_3da" properties set:
- Debugging: Working Directory = C:\PATH\TO\StalkerCallOfPripyat\ (which contains fsgame.ltx)

0 comments on commit a3a13e3

Please sign in to comment.