Skip to content

ATLAS server plugin to extract all map resources to json

Notifications You must be signed in to change notification settings

antihax/ATLAS-Extract-Plugin

Folders and files

NameName
Last commit message
Last commit date
Mar 5, 2023
Feb 2, 2025
Mar 5, 2023
Feb 2, 2025
Oct 27, 2024
Jan 1, 2023
Mar 27, 2022
May 4, 2022
May 4, 2022
Jan 20, 2025
Mar 27, 2022
Feb 2, 2025
May 30, 2022
Jun 26, 2022
Dec 20, 2021
May 4, 2022
Dec 4, 2022
Jan 20, 2025

Repository files navigation

ko-fi

ATLAS-Extract-Plugin

Plugin for ATLAS dedicated server to extract resources, bosses, and other imporant data.

Usage

Do not run on a production server. This can be ran on a Windows 10 PC.

  1. install nodejs https://nodejs.org/en/
  2. clone this repository
  3. in a command window run prereq.bat to install the server, plugins, and configuration.
  4. install your servergrid.json file to DumpResources\server\ShooterGame.
  5. in a command window run node build_json.js and once all grids are processed the output will be in ./json.
  6. download latest build of the site
  7. copy the json directory to a the site directory
  8. using the ServerGridEditor from Grapeshot Games, export the slippymap tiles to the site directory
  9. upload or host the site repository on a webserver

If you have a very large configuration you may run out of stack-size. You can increase with such: node --max-old-space-size=8096 .\build_json.js

Support

Please note I cannot offer support. If you manage to get it to work for you, that is awesome; this was not designed with unofficials clusters in mind.

Commandline arguments

  • nobuild - Only process JSON and do not run servers. Useful for debugging.
  • debug - Print more information

About

ATLAS server plugin to extract all map resources to json

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published