Skip to content

A tool for the game King Arthurs Gold which allows maps to be saved

Notifications You must be signed in to change notification settings

Gingerbeard5773/MapSaver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Map Saver

The Map Saver is a tool for King Arthur's Gold that allows maps to be saved and then loaded at a later time, bypassing server shutdowns, crashes, and network failures.

How it works

The tool functions by serializing map information and blob information to a .cfg file, which is saved to your cache. The tool also allows for multiple saves to be created. Each save is its own .cfg file.

How to use

The files provided here are not meant to be the final product. Modders will have to edit the files for their own mod's needs—such as by adding in the missing 'autosave' system or adding in handlers for their mod's blobs.
For an example of a mod with a complete implementation, visit Zombies Reborn—which is the mod that this tool was originally created for.

To try out the tool, two chat commands are provided:

  • !savemap [save slot]
    Save the current map to the specified save slot.

  • !loadsave [save slot]
    Load the map from the specified save slot.

Credits

  • SonantDread
  • Gingerbeard

About

A tool for the game King Arthurs Gold which allows maps to be saved

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published