config and running instructions

This commit is contained in:
Kadigan KS/b/ 2018-12-29 19:15:15 +01:00
parent 92a9f32ed5
commit f250a0bb93
2 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,16 @@
# atlas.js simple HTTP server
The atlas.js node.js server is intended to do one thing - serve your `MapImg`, `CellImg_` and `/n/n/n.png` files over HTTP. It is written for this single purpose, and will serve no other files.
This server obviously requires you have **node.js** installed on your system. You will also require the `node_modules` included here in a .zip file for your convenience.
### Configuration
Please remember to edit `ServerWWWPort` and `ATLAS_ServerGrid_Folder` to your liking, and remember to *port-forward* the chosen port to your public IP.
### Running
Run the server via `node atlas.js`
### Debugging
`atlas.js` outputs full headers received and the raw request. Use these to debug what the Game server is trying to do and failing.
If you're getting repeated requests for the same file, **make sure your `SeamlessDataPort` is port-fordwarded and included in your starter cmd**. Once that is done, the server should stop making a fool of itself. ;]

View File

@ -4,7 +4,7 @@
* Version: 1.0
* Last change: 2018-12-29
* Author: Kad, kadigan.ksb@gmail.com
* Released under (CC), CC BY 3.0 or newer
* License: GPL v3.0
*/
// CONFIG: