- Open project in Eclipse
- Add required native libs
- Project Properties -> Java Build Path -> Expand "lwjgl.jar" -> Click "Native library location" -> Click "Edit..." -> Click "External Folder..." -> "$PROJECT/lib/$PLATFORM"
- Debug or Run (with game.Program as configured main class)
- Movement:
WASD - Weapon Selection:
123 - Shooting:
Left Click - Reloading:
R - Pause:
Escape
- Save Game:
123 - Buy/Select:
Left Click - Next Screen:
Space
- Load Game:
123 - Start Game:
Space
- Project -> Build All results in a
SYG.jarinbin/
- Create a directory called "StandYourGround"
- Put the
SYG.jarin it - Put the $PLATFORM libraries in it (
.dllfiles) - Copy the
res/directory into it
You should have a folder with the following inside it:
res/SYG.jar- A handful or two of DLL files
Now just zip it up and it should be good to go! It can be run by opening
SYG.jar once unzipped.