Please disclose if your mod was created primarily using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
LetMePlay
Various game adjustments and tweaks for player accessibility and comfort.
CHANGELOG
Changelog
1.6.1
- Hot-fix for
SpawnAreapatch missing a negation onHasValidPrefab()check.
1.6.0
- Fixed for the
v0.220.4patch. - Code clean-up and refactoring.
- Removed
[Camera] disableCameraSwayWhileSittingconfig-option as the camera sway is no-longer in vanilla.
1.5.0
- Updated
AshraintoAshlands_ashrain. - Added
Ashlands_Storm. - Moved changelog into
CHANGELOG.md. - Bumped <LangVersion> to C# 12.
- Bumped BepIn Dependancy to
5.4.2202. - Recompiled against game version
0.218.19.
1.4.0
- Moved all configuration code into new
PluginConfigclass. - Moved all Harmony-patching code into their own patch classes.
- Added
manifest.json, changed theicon.pngand updated thisREADME.md. - Modified the project file to automatically create a versioned Thunderstore package.
1.3.0
- Added patch to
SpawnArea.Awake()where it will check if there are any null prefabs in itsm_prefabslist and if so, remove them.
1.2.0
- Added two toggles
disableWeatherSnowParticlesanddisableWeatherAshParticles.- These disable the snow particles during Snow/SnowStorm weather and the ash particles during Ashrain weather.
1.1.0
- Updated for Hearth and Home.
1.0.0
- Initial release after updating to HarmonyX.