Norsca gods unlocked

If you liked this item, please rate it up on Steam Workshop page.

Author: TheGreatEmperor

Last revision: 26 Dec, 2020 at 23:28 UTC

File size: 47.1 KB

On Steam Workshop

Description:

This mod allows you to keep gaining favour from other gods all the way up to the maximum even after you have maxed out your allegiance with one. Yes, that means you can get both the Lord of Change and the ROR Hellcannon, and the Chaos Lord too.

And here is how it was done:in the "data" file of the original game, you go to script>campaign>main_warhammer>wh_dlc08_notscan_gods.lua

then, scroll down to "function Add_God_Favour(faction_key, god_key, amount, amount_others)", and delete
if current_favour >= MAX_NORSCAN_GOD_FAVOUR then
— Already won
return false;
end

then, scroll down to "function Norsca_CharacterPerformsSettlementOccupationDecision(context)", and delete
— Make sure the player hasn’t already achieved maximum favour
if god_selected == false then

end

but keep "Add_God_Favour(character:faction():name(), god_key, NORSCAN_FAVOUR_GAIN, NORSCAN_FAVOUR_LOSS);" intact.

That’s how simple it is, but it took me many hours of reading through the script and trial and errors to locate these lines :(. It’s important that I document this, because if CA updates the script for Norsca, which they most likely will going into Warhammer 3, someone has to do this all over again starting from their new script.

Unfortunately, this mod is done by modifying the script, which means it won’t be compatible with other mods that do the same such as smashorc’s All Gods Favour Norsca. If you wish to change the amount of favour gained from every source like in his mod while also keeping the ability to max out the allegiance to multiple gods, you have to duplicate this mod, and then change the value of "NORSCAN_FAVOUR_GAIN" and "NORSCAN_FAVOUR_LOSS", which are the amount of favours gained/lost when you raze a settlement. If you wish to test the validity of this mod, simply change NORSCAN_FAVOUR_GAIN to 100, and you will be able to see the results within turns. If you wish to change the amount of favours from quests, you go under DILEMMA_TO_GOD_EFFECTS and tweak the values there. You need the Rusted Pack File Manager to edit the files.

Download
Required DLC:

These DLC should be installed in order to use this item.


Total War: WARHAMMER II - Norsca