FreeDroidRPG is a free isometric RPG game inspired by elements of Diablo and Fallout.
Originally based on FreeDroid Classic, this project now has vastly deviated from its parent.
This game tells the story of a world destroyed by a conflict between the bots and their human masters.
Play as Tux in a quest to save the world from the murderous rebel bots who know no mercy… … Or maybe just spend your time wandering around the land while the people are slaughtered.
You get to choose which path you wish to follow, and freedom of choice is everywhere in the game.
FreeDroidRPG comes with an innovative system of magic, with features such as forced casting and over 20 spells.
You can use over 50 different kinds of items and fight countless enemies on your way to your destiny.
We have an advanced dialogue system, with it's aim to be at least on par with Fallout's.
Our battle engine supports both ranged and close combat in real time.
Finally, if guns are too inaccurate and blades too messy, you can always take over your enemies and have them fight on your side.
Players familiar with Diablo or similar games should feel quite at home with FreeDroidRPG.
More info: Freedroid RPG
This guide show you how to compile the latest version of FreeDroid RPG. If you don't want to compile from the source, please check Synaptic package manager for FreeDroid RPG or Getdeb if they have an up-to-date ubuntu package available.
Make sure that the driver to your 3D graphic card is proper installed and working.
Check if your sourcelist is fully enable (universe and multiverse).
Next step is to download Compiling tools and the right libs to make FreeDroid RPG work. To the terminal;
Code:
sudo aptitude update && sudo aptitude upgrade sudo aptitude install build-essential checkinstall sudo aptitude install libsdl1.2-dev libsdl-image1.2-dev libsdl-net1.2-dev libsdl-mixer1.2-dev libgl1-mesa-dev libgtk1.2-dev
Done.
Now you need to download FreeDroid RPG, compiling it and install it. But first download the sources codes to your Desktop;
To the terminal;
Code:
cd ~/Desktop tar jxfv freedroidrpg-0.10.3.tar.bz2 cd freedroidrpg-0.10.3 ./configure make sudo checkinstall
Now FreeDroid RPG's compiled and installed.
Download the freedroid.png to your Desktop.
Code:
cd ~/Desktop sudo mv freedroid.png /usr/local/share/freedroidrpg sudo nano /usr/share/applications/freedroidRPG.desktop
Add the following;
[Desktop Entry]
Name=Freedroid RPG
Comment=FreeDroidRPG is a free isometric RPG game inspired by elements of Diablo and Fallout. Originally based on FreeDroid Classic, this project now has vastly deviated from its parent.
Exec=freedroidRPG
Icon=/usr/local/share/freedroidrpg/freedroid.png
Terminal=false
Type=Application
Categories=Application;Game;
Save (ctrl)+(o) and Exit (ctrl)+(x)
You can now launch Freedroid RPG from Apllications —> Games —> Freedroid RPG
or by typing freedroidRPG in the terminal.
Enjoy!