shudnal-MoreGatesExtended icon

MoreGatesExtended

MoreGates mod originally created by LordHayze. Localization support, configurable recipes, disableable pieces.

Last updated a month ago
Total downloads 4032
Total rating 5 
Categories Server-side Client-side Building Ashlands Update
Dependency string shudnal-MoreGatesExtended-1.0.1
Dependants 35 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202
ValheimModding-Jotunn-2.20.0 icon
ValheimModding-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.20.0

README

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.

Or Official BepInEx Configuration Manager.