Raspberry Pi 3 Model B Plus でDOOMⅡ

ひさしぶりにDOOMⅡをプレイしてみたくなった。前回はChocolate Doomをソースからコンパイルして構築しましたが、今回はパッケージ管理で手間いらずでした。

CUI環境でしたのでX11を導入後の作業となります。

導入環境

# cat /proc/device-tree/model
Raspberry Pi 3 Model B Plus Rev 1.3root@raspberrypi

# uname -a
Linux raspberrypi 5.15.56-v7+ #1575 SMP Fri Jul 22 20:28:11 BST 2022 armv7l GNU/Linux

# cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

 

インストール

Installing Chocolate Doom on Linux

ここからDebian/Ubuntu参照といってもapt install chocolate-doomのみ

#  apt install chocolate-doom
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  freedm libasyncns0 libfluidsynth2 libgbm1 libinstpatch-1.0-2
  libjack-jackd2-0 libmodplug1 libmpg123-0 libopus0 libopusfile0 libpulse0
  libsdl2-2.0-0 libsdl2-mixer-2.0-0 libsdl2-net-2.0-0 libsndfile1
  libvorbisenc2 libvorbisfile3 libwayland-client0 libwayland-cursor0
  libwayland-egl1 libwayland-server0 libxcursor1 libxfixes3 libxi6
  libxinerama1 libxkbcommon0 libxrandr2 libxrender1 libxss1 libxxf86vm1
  timgm6mb-soundfont x11-common
Suggested packages:
  jackd2 opus-tools pulseaudio xdg-utils fluid-soundfont-gm
The following NEW packages will be installed:
  chocolate-doom freedm libasyncns0 libfluidsynth2 libgbm1 libinstpatch-1.0-2
  libjack-jackd2-0 libmodplug1 libmpg123-0 libopus0 libopusfile0 libpulse0
  libsdl2-2.0-0 libsdl2-mixer-2.0-0 libsdl2-net-2.0-0 libsndfile1
  libvorbisenc2 libvorbisfile3 libwayland-client0 libwayland-cursor0
  libwayland-egl1 libwayland-server0 libxcursor1 libxfixes3 libxi6
  libxinerama1 libxkbcommon0 libxrandr2 libxrender1 libxss1 libxxf86vm1
  timgm6mb-soundfont x11-common
0 upgraded, 33 newly installed, 0 to remove and 6 not upgraded.
Need to get 16.4 MB of archives.
After this operation, 41.0 MB of additional disk space will be used.
Do you want to continue? [Y/n]

DOOMⅡのCDから

DOOM2.WADを取り出し cocolatedoomのフォルダにコピー

起動

メニューからChocolate Doomを選択するのみ

おまけ

Doomが好きで以前はLinuxZaurusにも入れて遊んでました。おどろおどろしさがたまらないです。次はWindowsで別のエンジンを入れて動かしてみたいですね。

様々なWADの入ったディスクも出てきました。

2016年の記事

RaspberryPi3 de DOOM
486DX4 100MHzの自作機1号機でよく遊んでいたDOOM 調べてみると1993年に公開とある。DOSで動かしていたのだなぁ。Windows95もこの後だ。。 懐かしい! 当時のCDがあれば全ステージが遊べたのかも、、秋葉原のOVER...

 

コメント