Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Also, its effect, not affect.
I use Orc Shield, but in this version I didn't get it early.
Demonologists can ressurrect, but no dispel seems like a game breaker for me.
Go to your game's location, for example:
C:\Program Files (x86)\Steam\steamapps\common\Darkside\sessions
(Might be different for gog versions)
There will be a file named "ses.kfs" if you have the file extensions visible. Copy that file to some folder for safe keeping 1st, so that if anything happens you can revert any situation that might happen. Then right click on the original "ses.kfs" file and use "open with" with Win.rar or win.zip. The file will be extracted like a common zip/rar file with a lot of small files. Afterwards, look for a file within the newly extrated "ses" folder named "spells.lua" and edit it with notepad or notepad++ for better visibility. The spell you want will be named Healing. Next, find the line for ailments (plague and bleed) within the Healing spell parameters and just simply add the missing ailments to it, for example:
From this:
local tab_spells = {"spell_plague", "effect_plague", "effect_bleed"}
To this:
local tab_spells = {"spell_plague", "effect_plague", "effect_bleed","effect_freeze","effect_burn","effect_poison","effect_shock"}
All with a straight line.
Afterwards, save the newly edited "spells.lua" file and copy it.
Finally go to:
C:\Program Files (x86)\Steam\steamapps\common\Darkside\sessions\locations
And create a folder named "mods" if you don't have it already and simply paste the edited "spells.lua" file within that folder. Congratulations, your Healing spell now works like Dispel did in previous King's Bounty games and will remove most ailments from afflicted unit. I have made this change on my own game file and had no issues whatsoever.
If you find any issues, which i doubt it if you didn't mod anything else, simply remove the new "spells.lua" file from the mods folder and you will be good to go. The game will then use the original "spells.lua" from the non-extracted "ses.kfs" file. And remember, always save to different and multiple save slots while playing these game series, specially if you mod it.
Have fun!