Difference between revisions of "CryptRL"

From RogueBasin
Jump to navigation Jump to search
Line 8: Line 8:
It's bilingual (english/french) and allows you to switch language ingame.
It's bilingual (english/french) and allows you to switch language ingame.


Its main influence is NetHack/Slash'Em (on the ingame interaction)
Its main influence is NetHack/Slash'Em (as for the ingame interaction)
 


Latest version, while being playable, is not the final version
Latest version, while being playable, is not the final version
Current versions include:tools(picking tools, picks, shovels, lanterns, oil flasks, etc),LOS,lightning,monsters,potions,weapons,armors,traps,chests,stats & skills,night/day cycles,teleporters,automap,parrying,spells,scrolls,weather effects, etc......


But a lot of features are not yet implemented.
Current version includes:tools (picking tools, picks, shovels, lanterns, oil flasks, etc), LOS, lighting, monsters, potions, weapons, armors, traps, chests, stats & skills, night/day cycles, teleporters, automap, parrying, spells, scrolls, weather effects, amongst many others, altough there are still a lot of features to implement.


In the game some maps are pregenerated while others are random, all of them are persistant and the final version will contain thematic random generators for dungeons and terrain (for instance a random room could be a laboratory, etc), NPCs, towns, quests, more of everything, etc. (and maybe random quests...)
In the game some maps are pregenerated while others are random, all of them are persistant and the final version will contain thematic random generators for dungeons and terrain (for instance a random room could be a laboratory), NPCs, towns, quests, and more of everything, including maybe random quests.


== Keybindings ==
== Keybindings ==
 
  Alt L = switch english/français
  Alt L = switch english/français
 
  789
  789
  4 6
  4 6
Line 31: Line 27:
  456
  456
  123 = direction action
  123 = direction action
 
  z = Spell book / Grimoire                                                                                 
  z = Spell book / Grimoire                                                                                 
  Z = Cast Spell / Lancer un sort
  Z = Cast Spell / Lancer un sort
Line 78: Line 74:
== Known Issues ==
== Known Issues ==


In current version, i must correct these important issues :  
In current version, these important issues must be corrected:  


* Null pointer exceptions are still being generated sometimes by the random dungeon generator
* Null pointer exceptions are still being thrown sometimes by the random dungeon generator
* Someone told me there are GUI troubles under LINUX. Not tested under MacOS.
* There are GUI troubles under LINUX. Not tested under MacOS.
* Several optimizations still have to be done
* Several optimizations still have to be done


Line 90: Line 86:
== Links ==
== Links ==
* Executable distribution and source code:  
* Executable distribution and source code:  
  http://sourceforge.net/projects/cryptrl/
  http://sourceforge.net/projects/cryptrl/


THE MOST RECENT RELEASE IS ALWAYS HERE :
* THE MOST RECENT RELEASE IS ALWAYS HERE :
  http://cryptmaster.free.fr/cryptrl/CRYPT_RL/
  http://cryptmaster.free.fr/cryptrl/CRYPT_RL/


* Screenshots: http://cryptmaster.free.fr/cryptrl/Screenshots/
* Screenshots: http://cryptmaster.free.fr/cryptrl/Screenshots/


== Running Instructions ==


Under Windows : simply run CryptRL128.bat
Under Windows : simply run CryptRL128.bat
If you do not use this .bat file please launch CryptRL using this command line:
 
If you do not use this .bat file please launch CryptRL from the command line as:
  java -cp . -Xms128m -Xmx128m CryptRL
  java -cp . -Xms128m -Xmx128m CryptRL


Line 111: Line 107:
Not tested under MacOS, Win98, WinMe nor Win2000.
Not tested under MacOS, Win98, WinMe nor Win2000.


== Screenshot ==
== Screenshots ==
http://cryptmaster.free.fr/cryptrl/Screenshots/603_1.jpg
http://cryptmaster.free.fr/cryptrl/Screenshots/603_1.jpg
   
   

Revision as of 12:43, 20 April 2006

CURRENT VERSION 0.603 (2006/04/20)


Description

CryptRL is a Java 1.5 roguelike with sound and graphics, which uses the David Gervais tileset as well as the RLTiles library.

It's bilingual (english/french) and allows you to switch language ingame.

Its main influence is NetHack/Slash'Em (as for the ingame interaction)

Latest version, while being playable, is not the final version

Current version includes:tools (picking tools, picks, shovels, lanterns, oil flasks, etc), LOS, lighting, monsters, potions, weapons, armors, traps, chests, stats & skills, night/day cycles, teleporters, automap, parrying, spells, scrolls, weather effects, amongst many others, altough there are still a lot of features to implement.

In the game some maps are pregenerated while others are random, all of them are persistant and the final version will contain thematic random generators for dungeons and terrain (for instance a random room could be a laboratory), NPCs, towns, quests, and more of everything, including maybe random quests.

Keybindings

Alt L = switch english/français

789
4 6
123 = movements

789
456
123 = direction action

z = Spell book / Grimoire                                                                                 
Z = Cast Spell / Lancer un sort
i = inventory
c = close / fermer
o = open / ouvrir
, = get / prendre
d = drop / deposer
space  = pass turn / passer son tour
w = equip weapon / equiper arme
W = put on armor / equiper armure
x = release weapon / lacher arme
T = take off armor / enleve armure
a = apply / utiliser
+ = increase parry / augmenter parade
- = decrease parry / diminuer parade
k = kick / coup de pied
f = fire,throw / tirer,lancer
q = quaff / boire
e = eat / manger
l = loot / fouiller un contenant (coffre, sac, mobilier, etc)
> = down / descendre
< = up / monter
s = search / chercher
r = read / lire
Alt u = trap, untrap / activer, desactiver piege
S = save / sauvegarder partie
L = load / charger partie
? = shortcuts / raccourcis
";" = look / regarder - obtenir des informations sur quelque chose
A = activate / activer (levier, teleporteur, etc)
h = stealth mode (use stealth skill)/ mode discretion
t = switch trees display / alterner l'affichage des arbres

Test Shortcuts

) = LOS off / desactiver LOS
"=" = LOS on / activer LOS
i = increase night vision / augmente vue nocturne
u = decrease night vision / diminue vue nocturne
j = day / jour
n = night / nuit
Alt ? = god mode 
Alt g = garbage collector

Known Issues

In current version, these important issues must be corrected:

  • Null pointer exceptions are still being thrown sometimes by the random dungeon generator
  • There are GUI troubles under LINUX. Not tested under MacOS.
  • Several optimizations still have to be done

Please report any bug to:

cryptmaster@free.fr

Links

  • Executable distribution and source code:
http://sourceforge.net/projects/cryptrl/
  • THE MOST RECENT RELEASE IS ALWAYS HERE :
http://cryptmaster.free.fr/cryptrl/CRYPT_RL/

Running Instructions

Under Windows : simply run CryptRL128.bat

If you do not use this .bat file please launch CryptRL from the command line as:

java -cp . -Xms128m -Xmx128m CryptRL

Requirements

CryptRL requires Sun JAVA 1.5 JRE

Developped and works fine under Windows XP.

Not tested under MacOS, Win98, WinMe nor Win2000.

Screenshots

603_1.jpg

603_2.jpg

603_3.jpg

crlgoth.jpg