Chat with us!
Discord: OpenGameArt
discord.gg/yDaQ4NcCux
Active Forum Topics - (view more)
- Is it possible to have a offline version of this site like wikipedia does? by glitchart
- I wonder if anyone is aware of this dataset by glitchart
- Sharing My Music and Sound FX - Over 2500 Tracks by glitchart
- Mix distribution by glitchart
- Bump Requests by Nexuso3o3o
- Fantasy World Map by Stolenham53
- Slowly getting somewhere, learning opengl and ocaml along the way. by blue_prawn
- temp. disabl.d by MedicineStorm
Recent Comments - (view more)
- Re: Battle Theme A by glitchart
- Re: Pixel Space Gui by av3ightr
- Re: Brown Pixel Gui by MedicineStorm
- Re: Pixel Space Gui by MedicineStorm
- Re: DREADNOUGHT - petrolgirl by Foxdance
- Re: LPC Tile Atlas by luimangzz
- Re: Ninja Character by MedicineStorm
- Re: Ninja Character by veeru5656
New Art Collections - (view more)
Trouble in Libreland
Description and Notes:
It's a hybrid game that inherits from RTS and RPG. We're focusing on realistic combat management and story. In verry essence, there will be a town called Libreland and player is the mayor of the town. Wildlings will be attacking to town and protecting the town is the objective of the game. Soldiers will be able to equip items that are crafted by Artisans. Both Artisans and Soldiers will be chosen among the citizens by players respected to their stats. Each profession has specific stats which is more beneficial than the other stats. Finally, citizens will supply the resource to upgrade Soldiers and Artisans by paying taxes which may effect their happiness.
To compile the game run
cmake .
make
in /Project . it will compile to the same directory with the name trinlibr. We have tested Linux build only on Fedora 16 with g++ 4.6.3. g++ version might be important as the system uses C++11 features. The underlying engine assumes 32bit integers (sorry) and it will not run on 64bits systems.
The game is *mostly* playable state (might be too hard, it also has many bugs). Zoom has problems. Pathing has serious issues. Adjusting game speed works almost perfectly (except for animation, they don't match the speed) and can be used for quick glance. There are two maps, Test and Trouble in Libreland. Test map might be hard without debug mode cheats. As the ranged combat mechanics are not finished, range attacks are pretty powerful. Pathing has the most problems. It is best if you move your soldiers close to their targets, so that they can pick their own. There is help and tutorial documents in /Docs folder. Just a tip, plate mail is overpowered as is bow. Good luck.
All aspects of the game be edited using the respective editors. They are located in Tools/Editors folder. Their binaries are supplied however, recompile is strongly advised. To recompile a tool go into its own directory and use
cmake .
make
it will compile it to /Tools/Editors folder. Creating new maps is pretty easy and fun. I recommend you to give it a try.
UI is also rushed, if you have problem clicking on something try a little bit to the right.
Almost all game code including editors are written during the contest. Only animation importer was partially coded when the contest begun. Gorgon Game Engine, Gorgon Resource system and Gaming Libraries are all licensed GPL3. The Canvas object of Graphics Library is also licensed by GPL 3. The following is the sourceforge project link for these libraries
https://sourceforge.net/projects/gorgon-ge/
Thank you for hosting this contest. It was really the push we needed for a long time.
PS: sorry if any words are incomprehensible. Its 6am here.
File(s):

Repository Link:
svn://svn.code.sf.net/p/trinlibr/code/trunk
Flags:
Team