aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-12-05 15:13:00 +0100
committermetamuffin <metamuffin@disroot.org>2025-12-05 15:13:00 +0100
commit92096618f27053efb2da74a0c359502c6a17d4f8 (patch)
tree7126836e53847cab50091880a186add59b5da21c
parentee2aae2427e6fbd598dd9cbee626e3fa99c98cbb (diff)
downloadhurrycurry-92096618f27053efb2da74a0c359502c6a17d4f8.tar
hurrycurry-92096618f27053efb2da74a0c359502c6a17d4f8.tar.bz2
hurrycurry-92096618f27053efb2da74a0c359502c6a17d4f8.tar.zst
document new server features
-rw-r--r--server/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/server/README.md b/server/README.md
index fc2285c4..17fc8714 100644
--- a/server/README.md
+++ b/server/README.md
@@ -8,7 +8,11 @@ directory.
## Development setup
Use the `fast_recipes` feature flag to decrease active/passive recipe duration.
+Also enable `cheats` to change game duration and spawn arbitrary items and
+tiles. There is also `debug_events` which sends additional debug information
+(mainly bot related, like pathfinding); This information is only displayed in
+test-client however and impacts performance negatively.
```
-LOG=info cargo run --bin hurrycurry-server --features fast_recipes
+LOG=info cargo run --bin hurrycurry-server --features fast_recipes,cheats
```