diff --git a/node.js simple HTTP server for MapImg and CellImg_/README.md b/node.js simple HTTP server for MapImg and CellImg_/README.md new file mode 100644 index 0000000..154d0ec --- /dev/null +++ b/node.js simple HTTP server for MapImg and CellImg_/README.md @@ -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. ;] \ No newline at end of file diff --git a/node.js simple HTTP server for MapImg and CellImg_/atlas.js b/node.js simple HTTP server for MapImg and CellImg_/atlas.js index 0970dca..45a60a7 100644 --- a/node.js simple HTTP server for MapImg and CellImg_/atlas.js +++ b/node.js simple HTTP server for MapImg and CellImg_/atlas.js @@ -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: