Skip to content

tzemanovic/gp2cw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Games Programing 2 Coursework

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

  1. Open Source\ZNTestGame\Msvc\ZNTestGame_2010.sln
  2. Build ZionNoise_2010 Project first.
  3. Make sure ZNTestGame is setup as startup project.
  4. 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

About

Games Programming 2 - Coursework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published