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
Various game adjustments and tweaks for player accessibility and comfort.
| Date uploaded | a year ago |
| Version | 1.6.1 |
| Download link | ComfyMods-LetMePlay-1.6.1.zip |
| Downloads | 2320 |
| Dependency string | ComfyMods-LetMePlay-1.6.1 |
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
LetMePlay
Collection of tweaks and mods to improve player experience and accessibility.
Instructions
- Most toggles/options are initially disabled, there are two ways to toggle them.
- In-game ConfigurationManager
- Press F1 in-game to open the ConfigurationManager and navigate to "Let Me Play" section.
- Edit the BepInEx configuration file
- Start the game once to generate the configuration file.
- Navigate to and open:
<install folder>\Valheim\BepInEx\config\redseiko.valheim.letmeplay.cfg
Features
Wards
- Disable wards from flashing their blue shield.
Inventory
- Fixes interaction with non-player items (GoblinSpear, etc) in player inventory and chests.
- These items will have the
grey hammericon and the prefab name. - These items will have a special description and this mod as the crafter name.
- These items will have the
Build
- Disables the yellow placement indicator when building.
- If you are using gizmo, the gizmo indicator will also be disabled.
Weather
- Disable snow particles during Snow/SnowStorm weather.
- Disable ash particles during Ashrain weather.
SpawnArea
- Removes any null prefabs in in
SpawnArea.m_prefabsonSpawnArea.Awake().
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.