Skip to content

wtfrank/screepsmod-missing-api-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

missing-api-methods

Mod for screeps world private servers, which implements missing API methods

There are a few methods and objects that exist in the Screeps World MMO server that are not present in the open source private servers. This means that code that runs on the MMO server may crash on private servers.

This mod adds stub methods to the player sandbox which return an error code when called.

stubbed methods

other missing functionality

The InterShardMemory object (https://docs.screeps.com/api/#InterShardMemory) has functions which don't have return codes. At present this mod does not replace or stub the object and the functions on it.

INSTALLATION

To install the mod, copy missing-api-methods.js to the mods/ directory of your private server, and update the mods.json file with an entry.

About

Mod for Screeps World private server that implements missing API methods

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published