shithub: rott

Download patch

ref: 7dbe27dcb987231832144838bb252ee34a7007b1
parent: 22df2905cff1d2e41a2671d040cc78c9307e6388
author: Jacob Moody <moody@posixcafe.org>
date: Mon Aug 4 19:56:42 EDT 2025

add plan9 README

--- /dev/null
+++ b/README.plan9
@@ -1,0 +1,26 @@
+This a port of rottexpr[0] to 9front.
+This port relies on NPE[1].
+
+Building:
+; cd src && mk
+
+This port expects game files to be installed in /sys/games/lib/rott.
+The following files seemed to work for me:
+d876e11a792261c8a6b777f9f70df209bd76d642cbf83503957e097e23f67058	/sys/games/lib/rott/battle.rot
+674cf871a03723e5624887c3a62dcf5bd8e9acc19a60f05e3fc887bf44d33de4	/sys/games/lib/rott/config.rot
+471a7b77fd03bbdd43a2dec3ca56034981bcab2eff8d4046bfbaa7b57a186b66	/sys/games/lib/rott/darkwar.rtc
+72d8f9dd1bf2fa50cd06e27432496ab5c3895e0c9a61298de4c0b43be631d680	/sys/games/lib/rott/darkwar.rtl
+78761bdc78cb2340b71e3b7b320dbe47e3f7dbcd0eb456fc084973acd582edeb	/sys/games/lib/rott/darkwar.wad
+7901e0102436b3d153a747e1d7b7fe18a4af113701e4dc9ba4764fb997d7d88b	/sys/games/lib/rott/remote1.rts
+e56533b10e4a42fe09c61bdd92c7e3c5707a7eee90f42b511e03a7b344b4221c	/sys/games/lib/rott/scores.rot
+be9bbedb1386c01bc71106fa53ed6e601ed6de243f2d79c1518e95c144bceda4	/sys/games/lib/rott/sound.rot
+
+There are some noticable bugs in the port that need ironing out, the following is a incomplete list:
+* Image scaling in loading screens is not correct
+* Has only been tested against the full game (ie darkwar.*)
+* Some screen effects are stubbed out (like the "drunken" effect)
+* Networking is stubbed out entirely
+* A full playthrough has not been tested (sorry)
+
+[0] https://github.com/LTCHIPS/rottexpr
+[1] https://shithub.us/moody/npe/HEAD/info.html
--