ServersideQoL PrefabConfigurator BETA
(BETA) Configure prefabs to your hearts content.Serverside QoL
BETA Version
This mod is part of an early beta version of a major rewrite of ServersideQoL that splits all its features up into separate mods. It's compiled against the valheim PTB version.
This mod is not compatible with the current live version of valheim and some features of version 1.8 are still missing.
This mod adds some QoL features as a serverside-only mod.
It's designed and tested for dedicated servers with vanilla clients (e.g. xbox users).
If you'd like to support me, subscribe as a test user and/or buy me a coffee.
Features
Configure every vanilla compatible field in the game.
On startup, a template configuration file with all the available component-prefab combinations and their fields with default values will be generated.
Examples:
Omitting PrefabNames will apply the configuration to all prefabs of the specified component.
$(ValheimInstallDir)/BepInEx/config/ArgusMagnus.ServersideQoL.PrefabConfigurator/Prefabs.yml:
Entries:
# Increase range of stone cutter/black forge
- Component: CraftingStation
PrefabNames:
- piece_stonecutter
- blackforge
Fields:
m_rangeBuild: 40
# Allow crafting station upgrades to connect to their crafting station from farther away
- Component: StationExtension
Fields:
m_maxStationDistance: 64
# Halve fermentation duration for all fermenters
- Component: Fermenter
Fields:
m_fermentationDuration: /2
# Give all fireplaces infinite fuel
- Component: Fireplace
Fields:
# m_infiniteFuel: true disables toggling, this way toggling still works
m_secPerFuel: 0
m_canRefill: false
# m_canTurnOff: true # Make all toggleable
# Disable space requirements and halve grow time for all plants
- Component: Plant
Fields:
m_growRadius: 0
m_destroyIfCantGrow: false
m_growTime: /2
m_growTimeMax: /2
# Allow all ships/carts to be deconstructed with the build hammer
- Component: Piece
PrefabNames:
- Raft
- Karve
- VikingShip
- VikingShip_Ashlands
- Cart
- BatteringRam
- Catapult
Fields:
m_canBeRemoved: true
# Ignore wind intensity for windmills (run full power even if there is no wind)
- Component: Windmill
Fields:
m_minWindSpeed: -3.4028235E+38
Feature Requests
If you have an idea you think might fit this mod, you can create a feature request issue in the github project.
Known Issues
Known issues are listed in the github project. If you experience an issue, please file a report there.
Uninstallation/Removal
Many of this mod's features permanently modify the world, if you simply uninstall the mod, these changes will persist in the world. To reverse these changes, you can reset the configuration to default values (e.g. by deleting the config file) and leave the mod running for a while (until the affected zones have been visited by players). After that, it can be uninstalled normally.
Configuration
The configuration is loaded from $(ValheimInstallDir)/BepInEx/config/ArgusMagnus.ServersideQoL.PrefabConfigurator.cfg. Start the server once to generate the file if it does not exist.
