Skip to content

Releases: Armitxes/StardewValley_UnlimitedPlayers

v2024.4.16

16 Apr 17:20
c1ffbbf
Compare
Choose a tag to compare

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 balance
    • bank suslist: Print bank statement of players with suspicious balance
    • bank 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

30 Mar 04:17
f7e682e
Compare
Choose a tag to compare
  • Compatibility fix: Merged #22 and #23
  • 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+

27 Feb 17:46
Compare
Choose a tag to compare
  • 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

15 Feb 01:32
Compare
Choose a tag to compare
  • 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

05 Mar 19:36
Compare
Choose a tag to compare

Big thanks to @Mizzion for his contribution!

Update available at Nexus: https://www.nexusmods.com/stardewvalley/mods/2213?tab=files