Difference between revisions of "Private Server"

From Screeps Wiki
Jump to navigation Jump to search
m (Added server mods to primary links.)
Line 15: Line 15:
 
[[Private Server Common Tasks|Common Tasks]]
 
[[Private Server Common Tasks|Common Tasks]]
   
Server mods: https://github.com/ScreepsMods
+
== Server mods: ==
  +
-Mods tracked by devs: https://github.com/ScreepsMods<br>
  +
-DeathTech's mods: https://github.com/DeathTech154/screepsMods<br>
  +
More to be added when more links get published.<br>
  +
<br>
  +
!Notice! <br>
  +
DeathTech's version of GCL to CPU made by iKlem is not the official one.<br>
  +
For the official version of GCLtoCPU please refer to iKlem's github page (or you can find it in the devs tracked repositories displayed above.)<br>
  +
Please use "https://github.com/ScreepsMods/screepsmod-gcltocpu" for gcltocpu. Unless you want deathtech's chronjob version.<br>
  +
   
 
== Source Code ==
 
== Source Code ==

Revision as of 16:09, 17 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

Installation

Common Tasks

Server mods:

-Mods tracked by devs: https://github.com/ScreepsMods
-DeathTech's mods: https://github.com/DeathTech154/screepsMods
More to be added when more links get published.

!Notice!
DeathTech's version of GCL to CPU made by iKlem is not the official one.
For the official version of GCLtoCPU please refer to iKlem's github page (or you can find it in the devs tracked repositories displayed above.)
Please use "https://github.com/ScreepsMods/screepsmod-gcltocpu" for gcltocpu. Unless you want deathtech's chronjob version.


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.