Skip to content

RustyMods/CustomBanners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Custom Banners

Plugin allows to create infinite amount of custom banners

The plugin is published with 4 example folders.

In order to successfully add custom banners into the game, you will need to create folders with 3 dinstict files:

  • texture.png
  • icon.png
  • banner.yml

The plugin will read these 3 files, and generater the necessary information to create a new banner prefab.

Server Sync

If plugin is loaded on server, the yml file is read and shared with clients in order to dictate the recipe.

Server requires to have the texture.png and icon.png as well.

Recipes cannot be manipulated during run-time.

Example YML

prefab_name: piece_banner_bear
display_name: Banner Bear
recipe:
- m_prefabName: FineWood
  m_recover: true
  m_amount: 2
  m_amountPerLevel: 1
  m_extraAmountOnlyOneIngredient: 0
- m_prefabName: LeatherScraps
  m_recover: true
  m_amount: 2
  m_amountPerLevel: 1
  m_extraAmountOnlyOneIngredient: 0
- m_prefabName: Coal
  m_recover: true
  m_amount: 4
  m_amountPerLevel: 1
  m_extraAmountOnlyOneIngredient: 0
- m_prefabName: Chitin
  m_recover: true
  m_amount: 2
  m_amountPerLevel: 1
  m_extraAmountOnlyOneIngredient: 0

Imgur

Contact information

For Questions or Comments, find Rusty in the Odin Plus Team Discord

https://i.imgur.com/XXP6HCU.png

Or come find me at the Modding Corner

If you enjoy this mod and want to support me: PayPal

https://www.buymeacoffee.com/peimalcolm2

About

Plugin allows to create custom banners for Valheim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published