Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 952 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 952 Bytes

@admon-dev/screepsmod-speedrun

Screeps mod to configure the server for a speedrun.

License Version

Features

  • Disables NPC strongholds and invaders (cronjobs).
  • Removes NPC bots when the world is wiped/reset with system.resetAllData().

Installation

Mods Config

For unofficial launchers like Screepers/screeps-launcher and Jomik/screeps-server, surround the mod in quotes and add it to the mods section of the config yaml:

mods:
- '@admon-dev/screepsmod-speedrun'

Manual Install

  1. npm install @admon-dev/screepsmod-speedrun in your mods folder.
  2. That's it!