MoreGatesExtended
MoreGates mod originally created by LordHayze. Localization support, configurable recipes, disableable pieces.
Date uploaded | a day ago |
Version | 1.0.2 |
Download link | shudnal-MoreGatesExtended-1.0.2.zip |
Downloads | 490 |
Dependency string | shudnal-MoreGatesExtended-1.0.2 |
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.2202ValheimModding-Jotunn
Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.
Preferred version: 2.21.2README
MoreGatesExtended
MoreGates mod originally created by LordHayze. Localization support, configurable recipes, disableable pieces.
Some pieces are disabled by default as it duplicates the vanilla parts. Clear Disabled pieces
config value if your build already has them.
You can change category and tool which is used to build. You can't change category and tool for single piece.
Recipes are configurable
It isn't done in a handy way. But it works.
Recipes are set in Custom recipes
config and it's comma separated list of formatted string looking like "{prefabName}:{itemName}:{amount}:{itemName}:{amount}". Default value is given for example. h_drawbridge02:Wood:55:Bronze:8:Chain:4
means piece h_drawbridge02
takes 55 Wood, 8 Bronze ingots and 4 Chains to build.
Localization
Localizations can be provide through loading side by side with the plugin. The folder structure which will be queried will be Translations/{LanguageName}/{anyname}.json
, and can be placed in any sub directory within the plugin. An example of a path which will be read for localization at run time may be: BepInEx/plugins/MoreGatesExtended/Translations/English/backpack.json
.
All .json files within such a directory will be iterated through and localizations added for each of those languages.
You can find a list of language names here.
Credits to LordHayze
Donation link: Patreon
Public Mod Discord: https://discord.gg/a4XZeRjdu2
Installation (manual)
extract MoreGatesExtended.dll folder to your BepInEx\Plugins\ folder.
Compatibility
- you need Jotunn for mod to work
- that mod is incompatible with original mod and will not be loaded in that case
Configurating
The best way to handle configs is Configuration Manager.
CHANGELOG
1.0.2
- bog witch
1.0.1
- More info in description
1.0.0
- Initial release