-
Notifications
You must be signed in to change notification settings - Fork 29
Home
Alex edited this page May 5, 2018
·
6 revisions
Welcome to the armok-vision wiki!
If you would like to contribute artwork to Armok Vision, start with reading XML-Configuration
Here is a list of building models that need to be made: Building-Artwork-Progress
Armok Vision assumes remotefortressreader listens on TCP port 5000 (or the environment variable DFHACK_PORT if defined) on one of the addresses that "localhost" resolves to.
remotefortressreader configures itself with dfhack-config/remote-server.json. If the key allow_remote exists and is true, RFR listens on 0.0.0.0 (i.e. all interfaces). If not, it listens on 127.0.0.1. For port number, it uses the key port if it exists, the environment variable DFHACK_PORT if it doesn't, and TCP port 5000 if that doesn't either.