From fdd4e3cc8052d2a99b77d19e110575508fb14534 Mon Sep 17 00:00:00 2001 From: Stefan Heinz <31664665+StefanH-AT@users.noreply.github.com> Date: Wed, 8 Dec 2021 18:22:05 +0100 Subject: [PATCH] Add note to readme for troubleshooting tips with script editing --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c8afb9f0..f3cb6cd7 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,8 @@ The client script for the survival minigame has a bug in it which can cause the * Change `PlayerReady(self)` to `onPlayerReady(self)` * Save the file, overriding readonly mode if required +If you still experience the bug, try deleting/renaming `res/pack/scripts.pak`. + ### Brick-By-Brick building Brick-By-Brick building requires `PATCHSERVERIP=0:` in the `boot.cfg` to point to a HTTP server which always returns `HTTP 404 - Not Found` for all requests. This can be achieved by pointing it to `localhost` while having `sudo python -m http.server 80` running in the background.