1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Directory structure:
--------------------
./ : The root directory
./data/base : The class characteristics of items, bots, programs, ...
./data/fonts : The bitmap fonts used by the game
./data/graphics : The in-game graphics files
./data/gui : The graphics used to compose the game GUI
./data/sound : The in-game sound files
./data/storyline/actX : The content data (map, quests, dialogs, bots...) related to actX
./lua_modules : Lua functions and modules used by dialogs, quests, events...
./macosx : MacosX dmg packager data
./po : Localization files
./src/ : The game source code
./src/lua : The lua bindings to some of the in-game data
./src/lvledit : The leveleditor source code
./src/mapgen : The random dungeon validator
./src/widgets : User interface related files
./tools : Set of tools used by devs (used to manipulate images, fonts, atlases...)
./win32 : Windows .exe packager data
Text files containing descriptions:
-----------------------------------
README : Read it!
FILES : This file.
NEWS : An empty file that the autotools force upon us.
ChangeLog : What has changed recently, targeting developers.
INSTALL.freedroidRPG : Instructions for building and installing from source.
freedroidRPG.6 : Description of the game in man page style.
Legal documents
---------------
COPYING : A copy of GPL license, the copyright license this game is released under
|