![]() |
#141
|
|||
|
|||
![]()
I haven't had this problem yet, no idea so far since there is no error message or anything. Of course you could disable that skill, for now.
For me i just tested it, pack of archers has got a second turn with Fighting spirit and acted twice without problems. |
#142
|
|||
|
|||
![]() Quote:
The game crashes when it´s the unit (gorguana ghost) turn and I appear in the windows desktop |
#143
|
|||
|
|||
![]() Quote:
The problem must rely in the file "addon_special_attacks.lua" ie: "function special_no_will_attack()" which is not part of my mod so it cannot be the source of the problem, i haven't touched anything on it, that being said i know a "dirty" fix until they patch it. Navigate to \Kings Bounty Armored Princess\sessions\red_sands\atoms Open gorguana_spirit.atom with notepad and change Code:
attacks=moveattack,throw1,blood_mark,no_will Code:
attacks=moveattack,throw1 Both skills being removed will allow you to see if it still crashes, if it doesn't it means 1 of these skills is the culprit. |
#144
|
|||
|
|||
![]()
OK, i downloaded all 3 mods (1.6 redsand, redsand extreme and januar update). First i installed 1.6 and inside sessions\red sands i deleted those 2 files. Then i unrar both (extreme and januar update), copy paste files and when i open game, i don't see anything different o.O
Before i delete both 2 files inside red sands, i see red sands mod when i start game, but when i play it, there are some chats full of some characters i never seen before ^.^, i found those at Orc NPC just bellow tower on Debir. What did i do wrong ? |
#145
|
|||
|
|||
![]() Code:
Make sure you extracted the Red Sands mod, "\sessions\red_sands" open "red_sands_data.kfs" with winrar and extract the content into "\sessions\red_sands", do the same with the file "red_sands_ses.kfs" You need the Red Sands translated, here http://forum.1cpublishing.eu/showthread.php?t=23322 |
#146
|
|||
|
|||
![]()
Oh what? You can open .kfs with winrar? Oh my, sorry for my stupidness. Thanks for your reply!
|
#147
|
|||
|
|||
![]()
New version is out, major lua errors fixed, again thanks to testers if you find more stuff bugging out let me know.
Word of caution to myself or others, there is a setting which we must not alter too much, "exp_system_cfg.txt" upgr_per_lvl=X must not be higher than 6 or the game will hang on entering some fights, found it the hard way -_- glad at least it was not due to older stuff i changed. |
#148
|
|||
|
|||
![]()
When download updates, do i need to start new game, or it will work?
PS really sorry for asking so many questions |
#149
|
|||
|
|||
![]()
Nope, you can continue your game, shouldn't cause issues from updating.
|
#150
|
|||
|
|||
![]() Quote:
Fortunately i think i found a solution, revert the patch changes to patch 1.3 settings in "addon_unit_features.lua" Edit the file with notepad CTRL + F for "function human_battle_spirit" Change Code:
--local ap = Attack.act_ap(attacker) Attack.act_ap(attacker,1) Code:
--local ap = Attack.act_ap(attacker) Attack.act_ap(attacker,speed) I uploaded the file for those who wants it, copy it into \scripts folder. Last edited by grimeleven; 01-20-2012 at 07:19 PM. |
![]() |
|
|