Tomas Zemanovic - S1033008
##Dependencies
Envirnoment variable | SDK |
---|---|
DXSDK_DIR | DirectX 11 SDK |
HAVOKSDK_DIR | Havok physics 2013.3 SIMD |
FMODSDK_DIR | FMOD api |
Other smaller libraries are packed within 3rdParty folder.
##Build in VS2010
- Open Source\ZNTestGame\Msvc\ZNTestGame_2010.sln
- Build ZionNoise_2010 Project first.
- Make sure ZNTestGame is setup as startup project.
- Build & Run Solution.
If you are using NO SIMD Havok (getting linker error error LNK2001: unresolved external symbol "struct hkQuadReal const * const g_vectorConstants" (?g_vectorConstants@@3QBUhkQuadReal@@B)), change ZionNoise_2012 Properties / C/C++ / Preprocessor Definitions HK_CONFIG_SIMD from 1 to 2.
##Game Controls
F2 | Debug view / FPS view |
W | Move Forward |
S | Move Backard |
A | Strafe Left |
D | Strafe Left |
Spacebar | Jump |
Ctrl + W | Debug view - Move Up |
Ctrl + S | Debug view - Move Down |
R | Debug view - Reset Position |
Mouse move | Rotate View |