Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
You are viewing a potentially older version of this package.
View all versions.
LetMePlay
Optionally disable ward flashing, camera sway. Inventory breaking items are turned into odin horns.
| Date uploaded | 4 years ago |
| Version | 0.0.6 |
| Download link | ComfyMods-LetMePlay-0.0.6.zip |
| Downloads | 968 |
| Dependency string | ComfyMods-LetMePlay-0.0.6 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202README
Recommended to use with
- Configuration Manager. Then press F1 for mod options.
Looking for a chill server? Join us on Comfy Valheim Discord Github: https://github.com/redseiko/ComfyMods
Looking for great Valheim servers to play on? Check out our community driven listing site at https://valheimlist.org
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.