From d8bc01fc4d27830a1711358ddf9228c1877fbb8a Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Wed, 3 Sep 2025 08:52:27 +0200 Subject: [PATCH] more focused config documentation --- README.md | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 4b89c756..e0abe0bd 100644 --- a/README.md +++ b/README.md @@ -12,27 +12,8 @@ To get an idea of what functionality you can expect to be missing [have a look t SpaceNinjaServer requires a `config.json`. To set it up, you can copy the [config-vanilla.json](config-vanilla.json), which has most cheats disabled. +- `skipTutorial` affects only newly created accounts, so you may wish to change it before logging in for the first time. - `logger.level` can be `fatal`, `error`, `warn`, `info`, `http`, `debug`, or `trace`. - `myIrcAddresses` can be used to point to an IRC server. If not provided, defaults to `[ myAddress ]`. -- `worldState.eidolonOverride` can be set to `day` or `night` to lock the time to day/fass and night/vome on Plains of Eidolon/Cambion Drift. -- `worldState.vallisOverride` can be set to `warm` or `cold` to lock the temperature on Orb Vallis. -- `worldState.duviriOverride` can be set to `joy`, `anger`, `envy`, `sorrow`, or `fear` to lock the Duviri spiral. -- `worldState.nightwaveOverride` will lock the nightwave season, assuming the client is new enough for it. Valid values: - - `RadioLegionIntermission13Syndicate` for Nora's Mix Vol. 9 - - `RadioLegionIntermission12Syndicate` for Nora's Mix Vol. 8 - - `RadioLegionIntermission11Syndicate` for Nora's Mix Vol. 7 - - `RadioLegionIntermission10Syndicate` for Nora's Mix Vol. 6 - - `RadioLegionIntermission9Syndicate` for Nora's Mix Vol. 5 - - `RadioLegionIntermission8Syndicate` for Nora's Mix Vol. 4 - - `RadioLegionIntermission7Syndicate` for Nora's Mix Vol. 3 - - `RadioLegionIntermission6Syndicate` for Nora's Mix Vol. 2 - - `RadioLegionIntermission5Syndicate` for Nora's Mix Vol. 1 - - `RadioLegionIntermission4Syndicate` for Nora's Choice - - `RadioLegionIntermission3Syndicate` for Intermission III - - `RadioLegion3Syndicate` for Glassmaker - - `RadioLegionIntermission2Syndicate` for Intermission II - - `RadioLegion2Syndicate` for The Emissary - - `RadioLegionIntermissionSyndicate` for Intermission I - - `RadioLegionSyndicate` for The Wolf of Saturn Six -- `allTheFissures` can be set to `normal` or `hard` to enable all fissures either in normal or steel path, respectively. -- `worldState.circuitGameModes` can be set to an array of game modes which will override the otherwise-random pattern in The Circuit. Valid element values are `Survival`, `VoidFlood`, `Excavation`, `Defense`, `Exterminate`, `Assassination`, and `Alchemy`. + +The remaining options can be changed in the WebUI while the server is running. You'll only have to add yourself to `administratorNames`; a server restart is not needed.