Guncho
Multiplayer interactive fiction system based on Inform 7
Install / Use
/learn @taradinoc/GunchoREADME
GunchoConsole has been tested with Mono 2.0 on x86 Linux. To run it:
-
Build the server:
$ make
-
Obtain the Linux tarball from inform7.com, and extract the compiler binaries "ni" and "inform-6.31-biplatform" into HackedI7/<build>/Compilers.
-
Copy Guncho.Core/app.config to bin/GunchoConsole.exe.config, then edit it to set appropriate values for CachePath, RealmDataPath, NiSkeletonPath, LogPath, and NiInstallationsPath.
-
Start the server:
$ mono bin/GunchoConsole.exe
