The Condor by JNT
THE CONDOR
Made by JNT and Vunse for Ludum Dare 31, Saturday-Monday 6th-8th December 2014.
-------------
PREREQUISITES
-------------
Linux:
64-bit OS
SDL
SDL_image
SDL_mixer
A working OpenGL implementation
1280x720 monitor (see notes if this requirement is not met)
Windows:
64-bit OS
Up-to-snuff graphics drivers
1280x720 monitor (see notes if this requirement is not met)
-----------------
STARTING THE GAME
-----------------
On Linux, because the game uses relative search paths it may be necessary to run the game through a terminal by opening up a terminal and navigating to the binary before launching it. Failure to do so might cause the game to crash, depending on the current working directory. Also, you may need to make sure the binary is marked as an executable.
On Windows, simply double-click the .exe file.
-----------
HOW TO PLAY
-----------
The game starts with negotiation with the bad guys, who want ransom money. Bids can be changed by pressing the left or right mouse button (when hovering with the cursor over a bid item). Try not to low-ball you opponent as that will increase his asking price. However, if you find an acceptable, yet low, bid you might find a middle ground. Once you are done negotiating, it's time to kick ass. That's why they call you The Condor.
The goal is to get the best possible deal before entering the building and killing the bad guys. However, the more money you spend getting hostages out safely, the less money you have to spend on weaponry. Once inside, you need to kill the bad guys without mortally wounding the hostages. You rescue them by touching them in the right spot. Gently. You navigate using the WASD keys, fire using the left mouse button, and switch weapons using 1-3 number keys.
The only way to beat the game is to stay alive, get all the hostages out safely, kill all the bad guys.
------------
KNOWN ISSUES
------------
The font may not render properly. This seems to be due to differences between the drivers that were tested. Hopefully the font will still be readable.
---------------
ADDITIONAL INFO
---------------
OS X versions will come at a later date.
In case you do not have high enough resolution set for your monitor (recommended is 1280x720) you can use the "-width xxxx" and "-height xxxx" command line parameters to customize your resolution. This will scale the playable area. Some graphical artifacts might occur.
---------
TESTED ON
---------
Ubuntu 14.04 (x86-x64)
Windows 7 64-bit
If the game does not work, try compiling it yourself if you have the patience.
---------
COMPILING
---------
Tested on the default g++ for Ubuntu 14.04, and compiles and works without any problems. You need the development packages for GLEXT, libSDL, libSDL_image, and libSDL_mixer installed. Qt Creator project files included.
Tested on Microsoft Visual Studio 2010 on Windows 7. Some code has to be commented out (MML/mmlMath.g - mmlIsInf, mmlIsNegativeInf, and mmlIsNAN). You need development packages for SDL, SDL_mixer, SDL_image, and GLEW installed. Project files included.
Made by JNT and Vunse for Ludum Dare 31, Saturday-Monday 6th-8th December 2014.
-------------
PREREQUISITES
-------------
Linux:
64-bit OS
SDL
SDL_image
SDL_mixer
A working OpenGL implementation
1280x720 monitor (see notes if this requirement is not met)
Windows:
64-bit OS
Up-to-snuff graphics drivers
1280x720 monitor (see notes if this requirement is not met)
-----------------
STARTING THE GAME
-----------------
On Linux, because the game uses relative search paths it may be necessary to run the game through a terminal by opening up a terminal and navigating to the binary before launching it. Failure to do so might cause the game to crash, depending on the current working directory. Also, you may need to make sure the binary is marked as an executable.
On Windows, simply double-click the .exe file.
-----------
HOW TO PLAY
-----------
The game starts with negotiation with the bad guys, who want ransom money. Bids can be changed by pressing the left or right mouse button (when hovering with the cursor over a bid item). Try not to low-ball you opponent as that will increase his asking price. However, if you find an acceptable, yet low, bid you might find a middle ground. Once you are done negotiating, it's time to kick ass. That's why they call you The Condor.
The goal is to get the best possible deal before entering the building and killing the bad guys. However, the more money you spend getting hostages out safely, the less money you have to spend on weaponry. Once inside, you need to kill the bad guys without mortally wounding the hostages. You rescue them by touching them in the right spot. Gently. You navigate using the WASD keys, fire using the left mouse button, and switch weapons using 1-3 number keys.
The only way to beat the game is to stay alive, get all the hostages out safely, kill all the bad guys.
------------
KNOWN ISSUES
------------
The font may not render properly. This seems to be due to differences between the drivers that were tested. Hopefully the font will still be readable.
---------------
ADDITIONAL INFO
---------------
OS X versions will come at a later date.
In case you do not have high enough resolution set for your monitor (recommended is 1280x720) you can use the "-width xxxx" and "-height xxxx" command line parameters to customize your resolution. This will scale the playable area. Some graphical artifacts might occur.
---------
TESTED ON
---------
Ubuntu 14.04 (x86-x64)
Windows 7 64-bit
If the game does not work, try compiling it yourself if you have the patience.
---------
COMPILING
---------
Tested on the default g++ for Ubuntu 14.04, and compiles and works without any problems. You need the development packages for GLEXT, libSDL, libSDL_image, and libSDL_mixer installed. Qt Creator project files included.
Tested on Microsoft Visual Studio 2010 on Windows 7. Some code has to be commented out (MML/mmlMath.g - mmlIsInf, mmlIsNegativeInf, and mmlIsNAN). You need development packages for SDL, SDL_mixer, SDL_image, and GLEW installed. Project files included.
- a better Aesthetical (black and white only can be a good choix but used this way it's juste very confusing and not really appealing)
- a more clear interface (weird errors in the typo make me wonder if there is more to read or if it's just visual artifact, no padding in the text boxes).
- why do people shoot at me when i'm not in sight ?
- less redundant sounds.
Enjoyable overall, thanks for the game !
I tried with the pistol and the shotgun; I liked the notable difference in how they handled. I would have tried again with the machine gun, but I realized that given the visibility issue above, it is far safer to free as many hostages as possible through negotiation and go in with the pistol which is effective enough, than to go in with the ability to generate a whole ton of bullets quickly in a building filled with a bunch of hostages.