Vek17 / TabletopTweaks-Base

Tabletop Tweaks is a mod that seeks to adjust the cRPG rules to more closely follow the tabletop ruleset. Additionally it adds content missing from the base game.
MIT License
163 stars 72 forks source link

Animal Companion Progression Checkbox Disable Doesn't Provide Levels #725

Closed pikachu01 closed 4 months ago

pikachu01 commented 4 months ago

image

I'm not sure if I'm reading this right, but TTTBase changes the animal companion leveling so that it will lag behind character level as per below image

However, disabling this checkmark doesn't revert it back to the default game behaviour (i.e. animal companion will level with character level).

Vek17 commented 4 months ago

Those changes 100% only occur with the progression setting enabled. If you have an existing animal companion you may need to respec (after restarting the game from when you changed the setting) to get the updated level progression.

pikachu01 commented 4 months ago

I've tried respec-ing. Not even starting a new game with the checkbox disabled fixes this.

Vek17 commented 4 months ago

With the setting enabled this logs indicating the progression change. [TabletopTweaks-Base] Executing Post Patch: LevelAdjustments.Update_AddPet_RankToLevelAnimalCompanion [TabletopTweaks-Base] 0,2,3,3,4,5,6,6,7,8,9,9,10,11,12,12,13,14,15,15,16

With the setting off this does not log. You get this with no displayed changes: [TabletopTweaks-Base] Executing Post Patch: LevelAdjustments.Update_AddPet_RankToLevelAnimalCompanion

Verified manually by leveling up and levels are not using the TTT scale. Any bugs you are encountering at that point are from vanilla.

I just successfully leveled a horse to 20 testing the be 1000% that it worked.

pikachu01 commented 4 months ago

After disabling and re-enabling my mods, and then disabling the animal companion checkmark again, somehow it started working correctly. I'm not even sure why or how. Consider the issue closed. Thank you.