From 7d12c10298656bda665a6c72d6abab18d0069b0f Mon Sep 17 00:00:00 2001 From: Joshua Paul Woods Date: Wed, 17 Jan 2024 13:47:52 +1100 Subject: [PATCH] 4.6.0: Changing minion eye color added; changing minion cape emblems updates dynamically --- ChebsNecromancy/Package/README.md | 5 ++++- Friendly-Skeleton-Wand.wiki | 2 +- README.md | 5 ++++- generate_config_docs.py | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChebsNecromancy/Package/README.md b/ChebsNecromancy/Package/README.md index 16b4fe1..4ed7005 100644 --- a/ChebsNecromancy/Package/README.md +++ b/ChebsNecromancy/Package/README.md @@ -54,6 +54,7 @@ Detailed info in the [wiki](https://github.com/jpw1991/chebs-necromancy/wiki). H - Almost everything is configurable. Minions too weak/overpowered? Tweak them. - [Player vs Player (PvP)](https://github.com/jpw1991/chebs-necromancy/wiki/PvP) settings can be configured as of 4.5.0. +- As of 4.6.0, further minion [appearance customization](https://github.com/jpw1991/chebs-necromancy/wiki/Appearance-Customization) options are available. You can change the eye color of your minions and also give them special symbols on their capes. - Craftable items at the workbench and forge: + [**Skeleton Wand**](https://github.com/jpw1991/chebs-necromancy/wiki/item_skeletonwand): Summons skeleton warriors, archers, miners, and woodcutters. + [**Draugr Wand**](https://github.com/jpw1991/chebs-necromancy/wiki/item_draugrwand): Summons draugr warriors and archers. @@ -98,7 +99,7 @@ Detailed info in the [wiki](https://github.com/jpw1991/chebs-necromancy/wiki). H ### Config -**Attention:** To edit the config as described, the [Configuration Manager](https://github.com/BepInEx/BepInEx.ConfigurationManager/releases) is the most user friendly way. This is a separate mod. Please download and install it. +**Attention:** To edit the config as described, the [Configuration Manager](https://valheim.thunderstore.io/package/Azumatt/Official_BepInEx_ConfigurationManager/) is the most user friendly way. This is a separate mod. Please download and install it. Press **F1** to open the mod's configuration panel. @@ -140,6 +141,7 @@ A special thanks to the people who've helped me along the way: - **redseiko** for helpful advice on the official Valheim modding Discord. - **Ogrebane** for the [spell effect sound](https://opengameart.org/content/teleport-spell). - **Jetbrains** for kindly providing me with an [Open Source Development license](https://jb.gg/OpenSourceSupport) for their Rider product which makes development on this project smooth and easy. + - The unknown author of this awesome [Lovecraftian chart](https://lovecraftzine.files.wordpress.com/2013/04/lovecraft-bestiary.jpg), from which I took inspiration for a lot of the Lovecraft symbol designs for the minion capes. Rider logo. @@ -151,6 +153,7 @@ A special thanks to the people who've helped me along the way: Date | Version | Notes --- | --- | --- +17/01/2024 | 4.6.0 | Changing minion eye color added; changing minion cape emblems updates dynamically 07/01/2024 | 4.5.0 | PvP with friends as exceptions implemented via console commands. diff --git a/Friendly-Skeleton-Wand.wiki b/Friendly-Skeleton-Wand.wiki index 7227a40..9dc2099 160000 --- a/Friendly-Skeleton-Wand.wiki +++ b/Friendly-Skeleton-Wand.wiki @@ -1 +1 @@ -Subproject commit 7227a40a1b88ebd4e55fc68ba3322b2af7662d2c +Subproject commit 9dc209950b7b6601b6cf417c06538b13f3aed9a7 diff --git a/README.md b/README.md index 16b4fe1..4ed7005 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ Detailed info in the [wiki](https://github.com/jpw1991/chebs-necromancy/wiki). H - Almost everything is configurable. Minions too weak/overpowered? Tweak them. - [Player vs Player (PvP)](https://github.com/jpw1991/chebs-necromancy/wiki/PvP) settings can be configured as of 4.5.0. +- As of 4.6.0, further minion [appearance customization](https://github.com/jpw1991/chebs-necromancy/wiki/Appearance-Customization) options are available. You can change the eye color of your minions and also give them special symbols on their capes. - Craftable items at the workbench and forge: + [**Skeleton Wand**](https://github.com/jpw1991/chebs-necromancy/wiki/item_skeletonwand): Summons skeleton warriors, archers, miners, and woodcutters. + [**Draugr Wand**](https://github.com/jpw1991/chebs-necromancy/wiki/item_draugrwand): Summons draugr warriors and archers. @@ -98,7 +99,7 @@ Detailed info in the [wiki](https://github.com/jpw1991/chebs-necromancy/wiki). H ### Config -**Attention:** To edit the config as described, the [Configuration Manager](https://github.com/BepInEx/BepInEx.ConfigurationManager/releases) is the most user friendly way. This is a separate mod. Please download and install it. +**Attention:** To edit the config as described, the [Configuration Manager](https://valheim.thunderstore.io/package/Azumatt/Official_BepInEx_ConfigurationManager/) is the most user friendly way. This is a separate mod. Please download and install it. Press **F1** to open the mod's configuration panel. @@ -140,6 +141,7 @@ A special thanks to the people who've helped me along the way: - **redseiko** for helpful advice on the official Valheim modding Discord. - **Ogrebane** for the [spell effect sound](https://opengameart.org/content/teleport-spell). - **Jetbrains** for kindly providing me with an [Open Source Development license](https://jb.gg/OpenSourceSupport) for their Rider product which makes development on this project smooth and easy. + - The unknown author of this awesome [Lovecraftian chart](https://lovecraftzine.files.wordpress.com/2013/04/lovecraft-bestiary.jpg), from which I took inspiration for a lot of the Lovecraft symbol designs for the minion capes. Rider logo. @@ -151,6 +153,7 @@ A special thanks to the people who've helped me along the way: Date | Version | Notes --- | --- | --- +17/01/2024 | 4.6.0 | Changing minion eye color added; changing minion cape emblems updates dynamically 07/01/2024 | 4.5.0 | PvP with friends as exceptions implemented via console commands. diff --git a/generate_config_docs.py b/generate_config_docs.py index 24cb5c7..a966d44 100644 --- a/generate_config_docs.py +++ b/generate_config_docs.py @@ -6,7 +6,7 @@ def main(): parsed = parse_config_file( - '/home/joshua/.local/share/Steam/steamapps/common/Valheim/BepInEx/config/com.chebgonaz.ChebsNecromancy.cfg') + '/home/joshua/.config/r2modmanPlus-local/Valheim/profiles/cheb-development/BepInEx/config/com.chebgonaz.ChebsNecromancy.cfg') print(render_markdown(parsed))