Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate

Chat with us!

Discord: OpenGameArt
discord.gg/yDaQ4NcCux

IRC: #OpenGameArt on freegamedev.net/irc/#opengameart

Active Forum Topics - (view more)

  • Is it possible to have a offline version of this site like wikipedia does? 4 hours 56 min ago by glitchart
  • I wonder if anyone is aware of this dataset 1 day 4 hours ago by glitchart
  • Sharing My Music and Sound FX - Over 2500 Tracks 3 days 21 hours ago by glitchart
  • Mix distribution 1 week 1 day ago by glitchart
  • Bump Requests 1 week 4 days ago by Nexuso3o3o
  • Fantasy World Map 2 weeks 2 days ago by Stolenham53
  • Slowly getting somewhere, learning opengl and ocaml along the way. 2 weeks 4 days ago by blue_prawn
  • temp. disabl.d 3 weeks 1 day ago by MedicineStorm
Subscribe to Active Forum Topics

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
Subscribe to Recent comments

New Art Collections - (view more)

  • 2d-iso-assets
  • 3D low-poly racing kit
  • Sci-Fi
  • Magical Girl Vibes
  • CC0 Weapons
  • opengame art jam(2025)
  • Dunefused Credits
  • Blade Ferret OST (Potential)
  • Sound Effects
  • ARPG Sounds

Affiliates

  • Ancient Beast
  • FLARE
  • FreeGameDev
  • Kenney
  • Liberated Pixel Cup
  • Universal LPC Spritesheet Generator

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): 
Trouble in Libreland.7z Trouble in Libreland.7z 30.9 Mb [62 download(s)]
Repository Link: 
svn://svn.code.sf.net/p/trinlibr/code/trunk
Flags: 
Team