Difference between revisions of "Fall From Heaven"

From RogueBasin
Jump to navigation Jump to search
Line 4: Line 4:
|influences =  
|influences =  
|released = 2010 Jun 15
|released = 2010 Jun 15
|updated = 2010 Aug 02 (0.0.4b)
|updated = 2010 Sept 07 (0.0.4c)
|licensing = [[Closed Source]], [[Freeware]]
|licensing = [[Closed Source]], [[Freeware]]
|language = [[Delphi]]
|language = [[Delphi]]
Line 13: Line 13:
}}
}}


''Author has announced this to be part of the 2010 ARRP lineup.''
== Description ==
== Description ==
'''Fall From Heaven the roguelike''' based on dark fantasy mod for Civilization IV, Fall From Heaven.
'''Fall From Heaven the roguelike''' based on dark fantasy mod for Civilization IV, Fall From Heaven.
Line 28: Line 29:


FFH using directX, so it works only with windows, as you can understand.
FFH using directX, so it works only with windows, as you can understand.
Before launching the game, you must set screen resolution and sprite size in config.cfg file.
 
<br/>
Game would automatically detect resolution and sprite size.
Resolution configuration looks this way, I think, rather easy:
If you wouldn't be satisfied by results, you can set it manually in ''config.cfg'' file.
<br/><br/>
Resolution configuration looks this way:
SCRX:1024;<br/>
SCRX:1024;<br/>
SCRY:768;<br/>
SCRY:768;<br/>
Line 42: Line 45:
Smaller sprite size would give bigger screen and so on, combine and find most comfortable combination.
Smaller sprite size would give bigger screen and so on, combine and find most comfortable combination.
<br/>
<br/>
''Author has announced this to be part of the 2010 ARRP lineup.''


== Download ==  
== Download ==  
[http://www.roguetemple.com/forums/index.php?topic=1286.0 Link to Rogue Temple forum topic.]
[http://rlgclub.ru/forum/download/file.php?id=319 Link to v. 0.0.4c]

Revision as of 18:47, 7 September 2010

Fall From Heaven the Roguelike
Alpha Project
Developer User:Jolly Roger
Theme Fantasy
Influences
Released 2010 Jun 15
Updated 2010 Sept 07 (0.0.4c)
Licensing Closed Source, Freeware
P. Language Delphi
Platforms Windows
Interface
Game Length
[ Official site of Fall From Heaven the Roguelike]


Author has announced this to be part of the 2010 ARRP lineup.

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. 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 language).
  • Closed source, but free mod. Game is planed to be easily moded without changing of 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.

Resolution configuration looks this way: SCRX:1024;
SCRY:768;

Sprite config is a bit more come complicate, but allow you to tweak game screen as you like.
It looks like this
GRID_UNIT_SIZE_X:26;
GRID_UNIT_SIZE_Y:28;
For example, If you set resolution to 1024x768 and sprite size to 26x28, you would have:
1024/26 = 39 sprites on X line and 768x26 = 27 on Y.
Smaller sprite size would give bigger screen and so on, combine and find most comfortable combination.

Download

Link to v. 0.0.4c