The most impactful shift for players is the end of auto-updating mods. To prevent malicious code from slipping through undetected, mods now require manual approval if their contents have changed. This means if a creator updates a mod you've subscribed to, the game won't pull the new files until they've passed a security check. It’s a necessary hurdle to ensure the sandbox remains a safe place to experiment.
Under the hood, update 1.27.7 and the preceding 1.27.6 patch have overhauled the game's security architecture. The trust cache now performs a hash check on mod contents, ensuring that what you're loading matches the verified version on the server. Additionally, the move to C# 9 allows for more robust modding capabilities while implementing stricter import lists to limit what scripts can actually execute on your machine.
Key Changes in Version 1.27.7
- Workshop Reopening: Full access to community creations has been restored.
- Manual Approvals: Modified mods no longer update automatically to prevent runtime exploits.
- Hash Verification: The trust cache now validates mod integrity before loading.
- C# 9 Upgrade: Modernized coding environment with enhanced security measures.
While these changes might slow down the pace of mod updates, they are vital for the long-term health of the People Playground community. In a game built entirely on player-driven experimentation, knowing that your latest physics-defying contraption won't compromise your PC is a fair trade for a manual approval step.
