Go to file
SilverNexus ad2337f984 Rename ChangeLog to prevent naming conflicts with the base arch directory. 2020-09-27 20:51:13 -04:00
armour Initial commit 2020-09-27 01:29:46 -04:00
connect Initial commit 2020-09-27 01:29:46 -04:00
construct Initial commit 2020-09-27 01:29:46 -04:00
door Initial commit 2020-09-27 01:29:46 -04:00
exit Initial commit 2020-09-27 01:29:46 -04:00
flesh Initial commit 2020-09-27 01:29:46 -04:00
floor Initial commit 2020-09-27 01:29:46 -04:00
food Initial commit 2020-09-27 01:29:46 -04:00
gods Initial commit 2020-09-27 01:29:46 -04:00
ground Initial commit 2020-09-27 01:29:46 -04:00
indoor Initial commit 2020-09-27 01:29:46 -04:00
inorganic Fix incorrect conversion of green on river/mountain stone graphics. 2020-09-27 20:38:32 -04:00
jewel Initial commit 2020-09-27 01:29:46 -04:00
light Remove unused palette colors from chandelier_1. 2020-09-27 20:42:10 -04:00
mapbuilding Initial commit 2020-09-27 01:29:46 -04:00
misc Initial commit 2020-09-27 01:29:46 -04:00
monster Initial commit 2020-09-27 01:29:46 -04:00
planes/fire Initial commit 2020-09-27 01:29:46 -04:00
player Initial commit 2020-09-27 01:29:46 -04:00
potion Initial commit 2020-09-27 01:29:46 -04:00
random Initial commit 2020-09-27 01:29:46 -04:00
readable Initial commit 2020-09-27 01:29:46 -04:00
river Initial commit 2020-09-27 01:29:46 -04:00
road Initial commit 2020-09-27 01:29:46 -04:00
shop Initial commit 2020-09-27 01:29:46 -04:00
skills Initial commit 2020-09-27 01:29:46 -04:00
spell Initial commit 2020-09-27 01:29:46 -04:00
system Initial commit 2020-09-27 01:29:46 -04:00
talisman Initial commit 2020-09-27 01:29:46 -04:00
transport Initial commit 2020-09-27 01:29:46 -04:00
traps Initial commit 2020-09-27 01:29:46 -04:00
wall Initial commit 2020-09-27 01:29:46 -04:00
weapon Initial commit 2020-09-27 01:29:46 -04:00
ChangeLog.rtro Rename ChangeLog to prevent naming conflicts with the base arch directory. 2020-09-27 20:51:13 -04:00
Makefile.server.lib.am Initial commit 2020-09-27 01:29:46 -04:00
README.rtro Clarify directions on installation to fix missing and ambiguous steps. 2020-09-27 01:37:01 -04:00
TODO.rtro Initial commit 2020-09-27 01:29:46 -04:00
image_info Initial commit 2020-09-27 01:29:46 -04:00
retro.tar Initial commit 2020-09-27 01:29:46 -04:00

README.rtro

How to install the retro image set into an existing server:

1. Extract/copy image_info and the folders of images into an existing arch directory.
2. Copy Makefile.server.lib.am to your server's lib folder, and merge it with the Makefile.am there.
3. Run autogen.sh at the top level of the server to regenerate the Makefiles.
4. Ensure that there is a link to arch (or your arch folder is directly stored) in the lib folder.
5. Run `make do-collect` from the lib folder of the server.
6. Run `make` and `make install` with appropriate permissionsat the top level ofthe server.
       This will copy the compiled image file to the installed data directory.