I'm having a bug where the game won't load. After investigating, the problem is with the HelpText file, I think one of those entries might be wrong, but I wasn't able to find the exact cause. If I remove the HelpText section from the modfile, the game loads normally. This happens even with this as the only mod installed. Can anyone help?
EDIT: Managed to fix the issue by decreasing the number in the dictionary of each of the weapon tooltips by 1, for instance: the SpearWeapon_Unequipped was 632, I changed it to 631. As for the god's keepsakes, I had to increase them by 5 until ForceZeusBoonTrait, and then by 6 until the end
For anyone still using the mod and wanting to play it with the fixes for the weapons and the epic chance resetting to 20 here you go, https://drive.google.com/file/d/1SmSM3PgWqwVnOar4ALfvXwAWtTWGhvD2/view?usp=sharing just replace the lua from the mod with this one, hopefully this covers all issues with the mod, I sent Electro a message with the file so hopefully he replaces the file himself in the future.
You can comment out(search for how to make a comment in Lua at google, please) the parts you don't want from ElectroTweaks.lua. For example, I disabled mirror part because I'm using 'Mirror of Night Extended'.
If you're too lazy to do that, you can also download the modified lua file below, you'll just have to replace the lua file in the folder: https://mega.nz/file/sR1ETZxD#xoZKVMFVjXcvCA8nhU47AjyUjHzf08Kx5j3W_nIGr1s
Heya guys, so after i install the mod trought python the game launches but there is an error message and it says that my save is corrupted even if i try to create a new one. I have the epic games version.
Is there any way to make this compatible with Mirror of Night Extended? I really want a lot of the individual changes you have included in your mod but I would like to keep the upgrades for darkness, earning it, and mirror upgrades from this other mod.
EDIT: After taking a look at the files, I figured out what I wanted to do so nevermind.
I tried to upgrade my weapon past level 5 and it reset all the bonuses back to level 1. I tried to uninstall the mod and overwrite the data with my backup but the weapon stays at level 1 and I can't upgrade it anymore. Is there anything I can do to fix my game?
For me, upgrading the aspect of chaos shield from 5 to 6 resets the shields thrown to 1 and all the upgrades after that are stuck at 1 shield as well. Any ideas?
I had the same problem as well and here is how I fixed it. (Also had an issue with Stygian Sword - Aspect of Poseidon resetting to 10%)
Download the 'ElectrosTweaks - Looseleaf Override Version' Go into your save file (or into each save file if you have more than 1) and respec the Mirror. Do not add any bonuses back to mirror and enter the weapons room to update the save file. Exit the game and and remove any mods you have from mods folder. Run modimporter.py to clear the mods from your games files. Open Steam app. Locate Hades in your Library and right-click>properties>local files>verify integrity of game files This will find some files that need to be restored and will restore them automatically. Close Steam app. Locate the 'ElectrosTweaks - Looseleaf Override Version' zip file. Unzip the file to the root Hades folder (usually located in C>Program files x86>Steam>steamapps>common) You will be asked if you want to overwrite some files. Choose 'Yes to All'.
You can now launch the game.
If all goes well you should now be able to level those 2 weapons and they will work correctly.
49 comments
EDIT: Managed to fix the issue by decreasing the number in the dictionary of each of the weapon tooltips by 1, for instance: the SpearWeapon_Unequipped was 632, I changed it to 631.
As for the god's keepsakes, I had to increase them by 5 until ForceZeusBoonTrait, and then by 6 until the end
Thank You
All that's needed is adding the following lines to ElectroTweaks.lua:
TraitData.ShieldRushBonusProjectileTrait.RarityLevels = { Common = { Multiplier = 1, }, Rare = { Multiplier = 2, }, Epic = { Multiplier = 3, }, Heroic = { Multiplier = 4, }, Legendary = { Multiplier = 5, }, Giga1 = { Multiplier = 6, }, Giga2 = { Multiplier = 7, }, Giga3 = { Multiplier = 8, }, Giga4 = { Multiplier = 9, }, Giga5 = { Multiplier = 10, } }
TraitData.DislodgeAmmoTrait.RarityLevels = { Common = { Multiplier = 1, }, Rare = { Multiplier = 2, }, Epic = { Multiplier = 3, }, Heroic = { Multiplier = 4, }, Legendary = { Multiplier = 5, }, Giga1 = { Multiplier = 6 }, Giga2 = { Multiplier = 7, }, Giga3 = { Multiplier = 8, }, Giga4 = { Multiplier = 9, }, Giga5 = { Multiplier = 10, } }
If you're too lazy to do that, you can also download the modified lua file below, you'll just have to replace the lua file in the folder:
https://mega.nz/file/sR1ETZxD#xoZKVMFVjXcvCA8nhU47AjyUjHzf08Kx5j3W_nIGr1s
EDIT: After taking a look at the files, I figured out what I wanted to do so nevermind.
Download the 'ElectrosTweaks - Looseleaf Override Version'
Go into your save file (or into each save file if you have more than 1) and respec the Mirror.
Do not add any bonuses back to mirror and enter the weapons room to update the save file.
Exit the game and and remove any mods you have from mods folder.
Run modimporter.py to clear the mods from your games files.
Open Steam app.
Locate Hades in your Library and right-click>properties>local files>verify integrity of game files
This will find some files that need to be restored and will restore them automatically.
Close Steam app.
Locate the 'ElectrosTweaks - Looseleaf Override Version' zip file.
Unzip the file to the root Hades folder (usually located in C>Program files x86>Steam>steamapps>common)
You will be asked if you want to overwrite some files. Choose 'Yes to All'.
You can now launch the game.
If all goes well you should now be able to level those 2 weapons and they will work correctly.
Let me know how it goes please.