Difference between revisions of "Fall From Heaven"

From RogueBasin
Jump to navigation Jump to search
(Redirected page to Fallen)
 
(76 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{game-alpha| name = Fall From Heaven the Roguelike
#REDIRECT [[Fallen]]
|developer = [[User:Jolly Roger|Jolly Roger]]
|theme = Fantasy
|influences =
|released = 2010 Jun 15
|updated = 2010 Sept 07 (0.0.4c)
|licensing = [[Closed Source]], [[Freeware]]
|language = [[Delphi]]
|platforms = [[Windows]]
|interface =
|length =
|site =
}}
 
''Author has announced this to be part of the 2010 ARRP lineup.''
== Download ==
[http://rlgclub.ru/forum/download/file.php?id=319 Link to v. 0.0.4c]
 
== Description ==
'''Fall From Heaven the roguelike''' based on dark fantasy mod for Civilization IV, Fall From Heaven.
 
It is still on early stage of developments, so there isn`t lot of things from FFH universe, even It has not got Its own shape, so It is one more wannabe roguelike.<br/>
Weapons, weight, money etc needs balancing. Ranged weapons and magic had been turned off from this release, because of lurking bugs.
 
== Features ==
* bodypart system. Creatures have hands, legs, heads e.t.c. Damaging them cause different results. (Internal organs planed in future versions).
* Closed source, but free mod. Game is planed to be easily moded without changing the source code.
* Unstable mana. Spellcaster doesn’t use his own mana reserves, but focus existing raw power.
* Mana affinity. Erebus is highly magical world, you would be affected by mana, even if you are magicless fighter.
 
== Notes ==
 
FFH using directX, so it works only with windows, as you can understand.
 
Game would automatically detect resolution and sprite size.
If you wouldn't be satisfied by results, you can set it manually in ''config.cfg'' file.
<br/><br/>
Resolution configuration looks this way:<br/>
SCRX:1024;<br/>
SCRY:768;<br/>
<br/>
Sprite config  is a bit more come complicate, but allow you to tweak game screen as you like.<br/>
It looks like this<br/>
GRID_UNIT_SIZE_X:26;<br/>
GRID_UNIT_SIZE_Y:28;<br/>
For example, If you set resolution to 1024x768 and sprite size to 26x28, you would have:<br/>
1024/26 = 39 sprites on X line and 768x26 = 27 on Y.<br/>
Smaller sprite size would give bigger screen and so on, combine and find most comfortable combination.
<br/>
 
== How to Play ==
 
== Modification ==
=== Font changing ===
You can change font, used in the game.<br/>
<br/>
Open Config.cfg file and put the name of new font here:
FONT:Graph\font_Default.bmp; <br/>
<br/>
Also, change size of single symbol in pixels.<br/>
FONT_FILE_CHAR_SIZE_X:10; <br/>
FONT_FILE_CHAR_SIZE_Y:12; <br/>
 
 
=== Sprite size auto-detection ===
Check files X_TABLE.txt and Y_TABLE.txt in <br/>
folder Graph\
you will see there something like this: <br/>
RES:600; <br/>
SIZE:10; <br/>
RES:700; <br/>
SIZE:12; <br/>
Game checks number in RES line, if current resolution higher then this number,  game reads next line, if not, game uses last selected size (default 10). <br/>
When game meets SIZE line, it sets this number as last selected size. It looks easy and allows setting sprite size for almost every resolution.
 
=== New sprites ===
Every used sprite has its own name in the game. <br/>
For example we have bmp file in Graph\ folder named Sprites.bmp. <br/>
In folder Res\Graph\ we have file Sprites.txt. This file holds description for every sprite used in the game, It looks like this: <br/>
<br/>
FILE:Sprites; <br/>
SIZE_X:32; <br/>
SIZE_Y:32; <br/>
<br/>
[BIG_GOBLIN][1][1] <br/>
[SMALL_GOBLIN][1][2] <br/>
[SWORD_BIG][1][3] <br/>
<br/>
 
FILE – means filename of bmp file in graph\ folder.
SIZE_X and SIZE_Y, as you can understand, size of single sprite in pixels.
Then follows lines when we link name and sprite.
[SWORD_BIG][1][3] <br/>
SWORD_BIG is name of sprite, I think, it must be some sword or something like this, and numbers 1 and 3 means it absolute coordinates in the grid of sprites in file. (Note first number is 1, not 0). <br/>
So, then, when we linked name to special part in bmp file, we can use it in item or creature description.
 
=== Item and Creature modding ===

Latest revision as of 11:18, 13 May 2013

Redirect to: