Difference between revisions of "Private Server"
Jump to navigation
Jump to search
m |
m (Added server mods to primary links.) |
||
Line 14: | Line 14: | ||
[[Private Server Common Tasks|Common Tasks]] |
[[Private Server Common Tasks|Common Tasks]] |
||
+ | |||
+ | Server mods: https://github.com/ScreepsMods |
||
== Source Code == |
== Source Code == |
Revision as of 00:54, 15 January 2017
This article is a stub. You can help Screeps Wiki by editing to add more information.
Info
This article is a stub. You can help Screeps Wiki by editing to add more information.
TODO
Links
Server mods: https://github.com/ScreepsMods
Source Code
https://GitHub.com/screeps/screeps | Main Repo, mostly a meta-package and wrapper for the rest. |
https://GitHub.com/screeps/launcher | Electron/CLI launcher |
https://GitHub.com/screeps/backend-local | Webserver/API module |
https://GitHub.com/screeps/engine | Core Engine, this is shared with the public server |
https://GitHub.com/screeps/storage | Storage module, acts as a communications hub for all other modules |
https://GitHub.com/screeps/common | Shared module that other modules use to connect to storage |
https://GitHub.com/screeps/driver | This is the driver for the engine. |