Releases: Armitxes/StardewValley_UnlimitedPlayers
Releases · Armitxes/StardewValley_UnlimitedPlayers
v2024.4.16
Changes:
- Client Mods
- (Console) Get info about which mods a player uses when joining your server/farm.
- (Optional) Deny players with certain mods (i.e. cheat mods) from joining your server.
- Console commands
bank statement
: Print bank statement about all players with their uid and balancebank suslist
: Print bank statement of players with suspicious balancebank wipe <uid>
: Wipe account balance of the provided uid
Tested with:
- Stardew Valley 1.6.3
- SMAPI 4.0.6
- Pathoschild.Stardew.ModBuildConfig v4.1.1
- Farm with 9 concurrent players
Full Changelog: 2024.3.30...2024.4.16
Compatibility with Stardew Valley v1.6
- Compatibility fix: Merged #22 and #23
- Big thanks to @Tenebrosful and @Mizzion for their awesome contribution
- Update .gitignore to remove generative build data (/obj, /bin)
- Publish/Release Build via VS Code
- Minor code fixes
Tested with:
- Stardew Valley 1.6.3
- SMAPI 4.0.4
- Pathoschild.Stardew.ModBuildConfig v4.1.1
- Farm with 10 concurrent players
Stardew Valley v1.5+
- Compatibility with Stardew Valley 1.5+
- The mod will now update your savefile automatically. Means you will no longer have to update you savefile/startup_preference file manually.
- More detailed console output for hosts/clients when playing with the mod.
- Splitted client specific code from host specific code.
Issues
As you will notice when playing with SMAPI + this mod, I'm currently only able to manipulate 4 of 5 values responsible for the max player cap.
In this particular case SMAPI is protecting the GameRunner.instance.GetMaxSimultaneousPlayers()
method with its own SGameRunner
class. Working on a solution for this issue but it doesn't seem to have any mayor negative effect as for now.
Several fixes
- The amount of cabins you can build is no longer dependent on the set player limit.
- Solved a rare scenario where building more cabins was not possible (#7). Please keep in mind that only the server / host can build additional cabins.
- Solved some scenarios where the "ok" button is disabled on character creation (#1). Please keep in mind that this can also happen when a server player limit is reached.
- Fixed an issue where other players with this mod could overwrite the host / server player limit.
Update available at:
SMAPI v3 Support
Big thanks to @Mizzion for his contribution!
Update available at Nexus: https://www.nexusmods.com/stardewvalley/mods/2213?tab=files