LoginSignup
1
1

More than 5 years have passed since last update.

dosboxでrogue動かしてみた

Last updated at Posted at 2015-04-19

wiki

dosboxのインストール

apt install dosbox lhasa

dos時代はlha圧縮が主流だったのでlhasaもインストールしておく。

SPECIAL KEYS

man dosbox

  • ALT-ENTER : 全画面切り替え
  • CTRL-F9 : 終了 * CTRL-F10 : マウスキャプチャー切り替え

で終了というのだけ覚えておけばとりあえずOK。

実行

dosbox ROGUE.EXE
  • 英語キー配列の場合、*Shift-8

画面サイズを拡大

~/.dosbox/dosbox-0.74.conf
 [sdl]
 fullresolution=original
-windowresolution=original
+windowresolution=1024x768
-output=surface
+output=opengl

 [render]
-scaler=normal2x
+scaler=2xsai

ソフトの準備

  • rogue

    • manual
    • load : rogue.exe /r
    • save : S
  • rogueの派生について

  • crawl : キー割り当てがいろいろ違う。HPがバーになっていたり近づいたら略語の意味が表示されたり良い。

  • moria : cuiで動く。白黒。-rでhjkl移動

  • angband : 街がある。cuiでは動かない。

    • zangband : cuiで動く。-rでhjkl移動
  • omega-rpg : 巨編rpg

1
1
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1