Last active
April 13, 2020 16:33
-
-
Save RGBKnights/4ca411834ea6dca8a9976ba0933ee409 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
steamKey: API_KEY_GOES_HERE | |
mods: # Recommended mods | |
- screepsmod-auth | |
- screepsmod-admin-utils | |
- screepsmod-mongo # You must install and start `mongodb` and `redis` before this mod will work | |
bots: | |
simplebot: screepsbot-zeswarm | |
serverConfig: | |
tickRate: 1000 | |
socketUpdateRate: 200 | |
shardName: 'vs' | |
welcomeText: | | |
<h1>Welcome</h1> | |
<div>Powered by screepsmod-admin-utils</div> | |
gclToCPU: true | |
maxCPU: 100 | |
baseCPU: 20 | |
stepCPU: 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment