-
Notifications
You must be signed in to change notification settings - Fork 652
Debugging
Alex Lo edited this page Aug 14, 2014
·
1 revision
For debugging in Visual Studio, see the page on Debugging in Visual Studio.
- Make sure that
CMAKE_BUILD_TYPEwas set toDebugwhen you created the project or make file with CMake. - Navigate to the directory where you installed OpenJK
- Launch the
openjk.x86.exeoropenjk.i386binary with the arguments+set sv_pure 0 +set r_fullscreen 0 +set fs_game OpenJK. If you are debugging your own mod, you can change the value offs_gameto the name of your own mod folder.
![]()