![]() |
|
|
|
#1
|
|||
|
|||
|
I couldn't find a way. I wanted to tie it to digging so you could trigger it by digging but there aren't any digging hooks in the lua scripts that I could find.
That's why I made the regeneration less accelerated the fuller your mana was to try to keep rage from dropping really fast unless mana was low. But there's only so much I can do without a user-initiated trigger. |
|
#2
|
|||
|
|||
|
Could it be tied to inactivity? If I don't move for 5 seconds it kicks in?
|
|
#3
|
|||
|
|||
|
Okay I uploaded a new version. Mana regeneration and rage degeneration are now normal. Instead if you don't want to wait, just hover your mouse over the time of day indicator. Your mana will instantly refill and your rage will drop an appropriate amount.
|
|
#4
|
|||
|
|||
|
Nice mod Bman!
Just curious - does it count with Meditation level of my hero? Like less rage drop after mouse hovering, when my hero has higher level of manareg. due to meditation? Thanks. |
|
#5
|
|||
|
|||
|
yeah it takes all that stuff into effect. It is as if it just ran time real fast until max mana--only the time does not change.
|
|
#6
|
|||
|
|||
|
Last edited by bugmenot; 01-23-2011 at 02:02 AM. |
|
#7
|
|||
|
|||
|
thanks for the mod.
i hope you want to mod this game at same level like ufo-et |
|
#8
|
|||
|
|||
|
Configurable rage mana change mod
This mod adjusts rate of rage drop and mana regen by time. The rate of rage, mana change can be set separately. To adjust change rates, modify 'config.txt' (from /sessions/base/ses.kfs) Example (from config.txt) mods { mod_rage_change=-60 mod_mana_change=20 } Modify mod_rage_change for rage, mod_mana_change for mana, respectively. Value is percent offset from rate of original change. (100%) Negative number (-99 ~ -1) means slower change percent. Positive number means (1 ~ 1000 ) means faster change percent. Ex) -60 means 40%, 100 means 200% of orignal rate. Current setting is 40% rage drop, 120% mana regen. This mod also includes instant mana refill function of "Accelerated Mana Regen" mod authored by bman654. When you want full mana, just hover your mouse over the time-of-day indicator. (little picture of the sky in lower left side of screen) Then, mana is fully refilled and rage drops accordingly. To install: Extract 'mod_ragemana_change.kfs' and 'config.txt' files from ZIP file. Put them to <GAME_INSTALL_DIR> (King's Bounty. The Legend)/data/mods folder. To remove: Remove these files from mods folder and restart game. This mod is based on "Accelerated Mana Regen" mod authored by 'bman654' @ KBTL forum. Thanks, bman654 & BugMeNot. ------- Version: "King's Bounty: The Legend" version 1.6.4, 1.6.5 Date: 2008. Oct. 22 ZIP file name: mod_ragemana_change_v1.zip By SimCutie (or 'aaaaa' @t KBTL official forum) Forum URL: http://forum.1cpublishing.eu/showthread.php?t=4984 Affected game files: (from sessions/base/ses.kfs) config.txt, logic_hero.lua, textgen.lua ------- |
|
#9
|
|||
|
|||
|
^^ Just an fyi....the interface mod uses config.txt also so the above isn't compatible with the interface mod without some manual merging by the user during installation.
|
![]() |
|
|