From 16fea66e7054e67a8206368e247cd7f3ac7c21a6 Mon Sep 17 00:00:00 2001 From: Twirlbug Date: Fri, 30 Jun 2023 23:34:16 -0500 Subject: [PATCH 1/2] Update README.md Updated Read me with current code status --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b243be5..41e42be 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,19 @@ I adore this mod and wanted to help out however I could. Currently, slowly working my way through the known list of bugs as of 1488. (See below) ---version: 1488---- -Last Known bugs: + + +---- Bug Status ---- +Notes: Bug list compiled from last known bug list of version 1488 + +FIXED: +- Multiplayer window doesn't show up on resolutions < 1920x1080 + +IN PROGRESS (NEEDS MORE TESTING): - Exchange sometimes skips rewards if multiple players put items in at the same time - Exchange chest disappears without rewards + +Known Bugs: - Plort collectors don't work properly sometimes (Playing effect but not pulling anything) - Nutcracker doesn't spit out right amount, or spits out "babies" - Slimes sometimes appear "angry" for other players @@ -15,7 +24,6 @@ Last Known bugs: - First time using the mod can apparently break a lot of things (falling through world, slimes not eating) - Restarting the game fixes it - DLCs don't seem to be loaded correctly when leaving and joining - DLC are not initialized on game start, making the "You need following DLCs:" message pop up (Can be fixed by loading the "Manage DLCs" menu and trying again) -- FIXED: Multiplayer window doesn't show up on resolutions < 1920x1080 - Gordos don't drop things sometimes - Slimes sometimes dont produce plorts - Drones get stuck in place sometimes From 1f6c3d86ef76e65842a10fa1a3a0e974ea3c832e Mon Sep 17 00:00:00 2001 From: Twirlbug Date: Fri, 30 Jun 2023 23:41:25 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 41e42be..227d717 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ # srmp-public Currently working on going through the code, adding notes and fixing some of the bugs in my free time. -I adore this mod and wanted to help out however I could. - -Currently, slowly working my way through the known list of bugs as of 1488. (See below) +I adore this mod and want to give both credit and a huge thank you to Saty for the corigional creation of the mod. +I am slowly working my way through the list of bugs as seen below. ----- Bug Status ---- +# Bug Status Notes: Bug list compiled from last known bug list of version 1488 FIXED: @@ -29,8 +28,8 @@ Known Bugs: - Drones get stuck in place sometimes - Chat sometimes empty for remote players - Upgrades sometimes does not get applied to All players - - + +--------------------------------------------------------------------------------- Origional File From SatyPardus