Download Latest Version gnurpgm_0.2-2_linux_x64.tar.bz2 (9.4 MB)
Email in envelope

Get an email when there's a new version of gnu RolePlayGame Maker

Name Modified Size InfoDownloads / Week
Parent folder
event_templates 2012-02-13
matrix_templates 2012-02-13
event_dialogs 2012-02-12
actors.xml 2012-02-13 1.3 kB
animations.xml 2012-02-13 367 Bytes
armors.xml 2012-02-13 1.2 kB
classes.xml 2012-02-13 2.6 kB
enemies.xml 2012-02-13 2.2 kB
game.xml 2012-02-13 2.5 kB
items.xml 2012-02-13 779 Bytes
skills.xml 2012-02-13 630 Bytes
states.xml 2012-02-13 1.5 kB
switches.xml 2012-02-13 108 Bytes
texts.xml 2012-02-13 104 Bytes
troops.xml 2012-02-13 1.4 kB
variables.xml 2012-02-13 160 Bytes
weapons.xml 2012-02-13 1.2 kB
Totals: 17 Items   16.0 kB 0
/*
* Copyright (C) 2010 2011 2012 Alexander Hochreiter
*
*  This program is free software: you can redistribute it and/or modify
*  it under the terms of the GNU General Public License as published by
*  the Free Software Foundation, either version 3 of the License, or
*  (at your option) any later version.
*
*  This program is distributed in the hope that it will be useful,
*  but WITHOUT ANY WARRANTY; without even the implied warranty of
*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
*  GNU General Public License for more details.
*
*  You should have received a copy of the GNU General Public License
*  along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

------------------------------------------------------------------



------------------------------------------------------------------
Requirements:

*) Qt libs and qmake executeable
*) gcc 4.x

optional: *) Qt creator

---
To compile it, open a terminal inside this directory and type 
$ qmake
$ make      (<--- this will take some time)

This will create an executeable file called "gnurpgm".
You can start it from a terminal with 
$ ./gnurpgm

Or use a graphical file browser of your choice.

---
An easy alternative is to install Qt Creator on your system and simply open the gnurpgm.pro file and press the upper green play button in the bottom left corner.
Source: readme.txt, updated 2012-02-13