From 59b02221a9cb257db73a7af0563a5303e6e9f6ac Mon Sep 17 00:00:00 2001 From: Twirlbug Date: Sun, 2 Jul 2023 16:38:24 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 34 +++++----------------------------- 1 file changed, 5 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index b750f06..6de38bf 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # srmp-public -This is the code for the Slime Rancher MultiPlayer Mod (SRMP). - -The suer manual can be found [here](/manual.md). +This is the code for the Slime Rancher MultiPlayer Mod (SRMP) by SatyPardus. +The user manual which includes information about compatability information, download and installation instructions and standard troubleshooting can be found [here](/manual.md). ## Bug Status @@ -30,37 +29,14 @@ Known Bugs: - Upgrades sometimes does not get applied to All players -##Current Status -@Twirlbug +## Current Status +@Twirlbug: - Currently working on going through the code, adding notes and fixing some of the bugs in my free time. - I adore this mod and want to give both credit and a huge thank you to Saty for the origional creation of the mod. I am slowly working my way through the list of bugs as seen above. -###Notation Status +### Notation Status Files in the following folders still need more notation: - Networking - Packets - Patches - ---------------------------------------------------------------------------------- -##Origional File From SatyPardus - -It's bad. It's really really bad. - -There is so much to clean up in this project, I would not even know where to begin. -Kinda the reason why it's already uploaded. No idea where and how to clean it up. - -But this is the source code of my Slime Rancher Multiplayer mod. -It went through many iterations and each new one had stuff copy pasted. - -It's a mess within a mess. -Oh god, forgive me. - ---------------------------------------------------------------------------------- - -But for real. Have fun digging through my unoptimized and undocumented code. -I never thought I actually gonna release this, yet here we are. -Would have dressed differently if I would have known. - -Don't judge me tho. It still .... "works". -Just not as good as it could! From 13862be94ac06fb941ad0e6e525715ec1fa5d9f7 Mon Sep 17 00:00:00 2001 From: Twirlbug Date: Sun, 2 Jul 2023 16:39:06 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6de38bf..69119b4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The user manual which includes information about compatability information, down ## Bug Status -Notes: Bug list compiled from last known bug list of version 1488 +Note: Bug list compiled from last known bug list of version 1488 FIXED: - Multiplayer window doesn't show up on resolutions < 1920x1080 From 32b0b88a0a07db817f60695c8041bdfe96d681c4 Mon Sep 17 00:00:00 2001 From: Twirlbug Date: Sun, 2 Jul 2023 16:42:33 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69119b4..a52a696 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Known Bugs: ## Current Status -@Twirlbug: +[@Twirlbug](https://github.com/Twirlbug) - Currently working on going through the code, adding notes and fixing some of the bugs in my free time. - I adore this mod and want to give both credit and a huge thank you to Saty for the origional creation of the mod. I am slowly working my way through the list of bugs as seen above.