Fulqrum Publishing Home   |   Register   |   Today Posts   |   Members   |   UserCP   |   Calendar   |   Search   |   FAQ

Go Back   Official Fulqrum Publishing forum > Fulqrum Publishing > King's Bounty > King's Bounty: Crossworlds > Mods

Mods King's Bounty: Crossworlds Mods

Reply
 
Thread Tools Display Modes
  #1  
Old 01-14-2012, 08:23 PM
grimeleven grimeleven is offline
Approved Member
 
Join Date: Feb 2010
Posts: 72
Default

@TheGsProds What happens when it crash? does it crash right when it's the unit turn or his abilities crashes, unit gets killed or kill a unit etc..

For those who downloaded 1.2, you might wanna re-download it cause i missed a change on the cyclop unit, you can just copy over "cyclop.atom" and "eng_units_features.lng" which have been modified.

Last edited by grimeleven; 01-16-2012 at 01:34 AM.
Reply With Quote
  #2  
Old 01-16-2012, 02:03 AM
grimeleven grimeleven is offline
Approved Member
 
Join Date: Feb 2010
Posts: 72
Default

Finally found fixes for some LUA errors, Titan gets an error when it attempt to stun ennemies and Legendary Phoenix gives error when mouse over tooltip for Spirits Rage attack skill.

Legendary Phoenix leadership from 5800 to 5000

Fixed Iceball cost since i didn't expect this unit to come up in the shops, from 10g to 1500g

Also note i don't plan to implement any bonuses or effects to summoned units, "harl" has gotten a bit but that's it, they cannot levelup and are not considered "in-game" units.

The expsystem in 1.6 is well... not cool so i changed it a bit, feel free to leave at default.

Unlock stats level requirements, now it's Level 1 it was level 10-15 for some stats.
Upgrades-per-level, from 3 to 6, means maximum number of stats that will raises on levelup, but don't worry that are capped at defaults so you can't get +5 speed or something, and they are random bonuses.

Double maximum XP for all levels ie: Level 1=10XP per action, now it's 20, Level 2=15XP now 30 etc... Level 19-20 you need 112000XP -_-

Without that tweak i doubt players could reach level 20 with a regular playthrough.

Install: copy over the folders inside RedSandsExtreme into \sessions\red_sands\ and overwrite files.

Enjoy!
Attached Files
File Type: zip January update.zip (69.8 KB, 35 views)

Last edited by grimeleven; 01-16-2012 at 02:06 AM.
Reply With Quote
  #3  
Old 01-16-2012, 10:59 AM
Fatt_Shade Fatt_Shade is offline
Approved Member
 
Join Date: Nov 2010
Location: Serbia
Posts: 837
Default

Finally some1 figured out that 10 lvl for unit exp is to low I added 15th lvl myself long ago, but i think that 20 lvl`s is a bit much since it`s hard to achieve, and enemy units will always have at least 1 more exp lvl then your army. But it`s personal choice.

Ice ball isnt problem cost, but lds/unit, first game i played in RSE mod i found 500 ice balls in first shop on Verona island and saw how op they are). For 3rd lvl unit it have sick dmg and spikes ability ,+90% freeze. If need to fix it rise lds requirements to 300 or something, cost 1000 should be enough (since gold for buying units rarely problem in this game, but lds to carry enough is).
Legendary phoenix resurrection is to much, 1400HP unit, and resurrect aoe for 1500 hp !? It`s strongest resurrecting ability in game, to much in my opinion. 900hp res is more then enough.
And what did you changed in items.txt file in your update, i cant find any changes ?

You should check 11th page, my 2nd post there, about HP% gain when units lvlup. It just seems unbalanced that low lvl units get absolute bonus which is 100% of their basic health, and high lvl units get same amount of HP which is 0,8% for black dragons for example. I set it so max hp bonus is 50% no matter what unit , all get same % depending of basic health. You give +1HP per unit lvlup, which is useless for 3/4/5 lvl unit, and even 2nd lvl unit would have some benefit from it only at max +8HP which they and achieve around 10-15th exp lvl. But again as i said it`s personal choice.

Last edited by Fatt_Shade; 01-16-2012 at 11:15 AM.
Reply With Quote
  #4  
Old 01-16-2012, 08:25 PM
grimeleven grimeleven is offline
Approved Member
 
Join Date: Feb 2010
Posts: 72
Default

Yeah i tried that HP% mod, but it gives me lua errors all the time and makes the game crash. I've tested units@level 18-20 and now the maximum i saw was +25 HP.

Just ignore Iceball for now, it will get removed or nerfed soon enough.

I had forgotten a change on the Joker's Hat item, all races moral bonus.
Reply With Quote
  #5  
Old 01-16-2012, 08:50 PM
Fatt_Shade Fatt_Shade is offline
Approved Member
 
Join Date: Nov 2010
Location: Serbia
Posts: 837
Default

About HP% bonus i thought i figured out how to make it work in game, i guess there is more to it then what i did in exp_system.lua file.

Any idea about problem causing game to halt and little hourglass icon to stay forever when enemy human range unit get another turn with fighting spirit (posts #115 , 121 in this tread)?
Reply With Quote
  #6  
Old 01-16-2012, 10:26 PM
grimeleven grimeleven is offline
Approved Member
 
Join Date: Feb 2010
Posts: 72
Default

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.
Reply With Quote
  #7  
Old 01-20-2012, 12:51 AM
grimeleven grimeleven is offline
Approved Member
 
Join Date: Feb 2010
Posts: 72
Default

Quote:
Originally Posted by Fatt_Shade View Post
About HP% bonus i thought i figured out how to make it work in game, i guess there is more to it then what i did in exp_system.lua file.

Any idea about problem causing game to halt and little hourglass icon to stay forever when enemy human range unit get another turn with fighting spirit (posts #115 , 121 in this tread)?
Oh well i take back what i said, i just encountered that bug, since it's a low% enemy gets battle spirit i didn't pick it first, it happens mostly with horsemen and by looking here http://translate.googleusercontent.c...0sMeDktWr9xVg# it's a known problem with Red Sand 1.6.

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)
To
Code:
            --local ap = Attack.act_ap(attacker)
            Attack.act_ap(attacker,speed)
I just tested it with horseman, they acted twice without making the game "hang" forever.

I uploaded the file for those who wants it, copy it into \scripts folder.
Attached Images
File Type: jpg Untitled.jpg (39.9 KB, 23 views)
Attached Files
File Type: zip addon_unit_features.zip (39.4 KB, 24 views)

Last edited by grimeleven; 01-20-2012 at 07:19 PM.
Reply With Quote
  #8  
Old 01-17-2012, 05:48 PM
TheGsProds TheGsProds is offline
Approved Member
 
Join Date: Feb 2011
Posts: 17
Default

Quote:
Originally Posted by grimeleven View Post
@TheGsProds What happens when it crash? does it crash right when it's the unit turn or his abilities crashes, unit gets killed or kill a unit etc..

For those who downloaded 1.2, you might wanna re-download it cause i missed a change on the cyclop unit, you can just copy over "cyclop.atom" and "eng_units_features.lng" which have been modified.

The game crashes when it´s the unit (gorguana ghost) turn and I appear in the windows desktop
Reply With Quote
  #9  
Old 01-17-2012, 07:45 PM
grimeleven grimeleven is offline
Approved Member
 
Join Date: Feb 2010
Posts: 72
Default

Quote:
Originally Posted by TheGsProds View Post
The game crashes when it´s the unit (gorguana ghost) turn and I appear in the windows desktop
Since this unit is from the Red Sands addon, you will most likely have to wait until they patch the script.

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
to

Code:
  attacks=moveattack,throw1
Start game again
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.
Reply With Quote
  #10  
Old 01-18-2012, 02:25 PM
HardWithStyle HardWithStyle is offline
Approved Member
 
Join Date: Jan 2012
Posts: 20
Default

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 ?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:32 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.