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
  #181  
Old 05-22-2012, 01:23 AM
Fatt_Shade Fatt_Shade is offline
Approved Member
 
Join Date: Nov 2010
Location: Serbia
Posts: 837
Default

Hello ppl
Holy crap, this took me long time to finish.
After some time i try again red sands, and started playing with some files (mainly pet dragon, to fix description with more lvls i added , and some new items i made), but in latest patch 1.6.1 i found some weird things :

1) red_sands\atoms\dark.lua summoned undead unit, have 50% bonus attack in night and dungeon like all undead units, but also have 2900% defense bonus for i have no idea why ?
Code:
    2 {
      logbits=dungeon
      daytime=8
      defense=2900%
      attack=50%
    }
2) evilgenius.atom is missing poison% for acid cannon attack, i think since he have same attack as alchemist, at least should have same posion%.

3) familiar_beh.atom i added lizard undead units in dead raiser skill, since they have same bonuses like other undead units, why not add them for revive skill of Asmadeo. Who want copy attached file in his game, i only changed deadraiser skill, rest of file is same as in 1.6.1 patch for red sands mod.

4) all lizard undead units missing +1moral cemetery bonuses in .atom files.

5) maelstrom.atom typo in headhunter part - orgre_chieftain

6) ogre.atom typo in feature string - orns_commander_hint . In localization\eng\other\eng_units_features.lng Ogre have orcs_commander_header/hint strings, and in ogre.atom it`s orks_commander, this is why it`s moral bonus to orcs and goblins isn`t working in battles. Fix it so in both files ogre have same strings for this talent.

7) companion.txt in agraves new undead unit driad missing for attack bonus

8 ) spells.txt i fixed necromancy and added new lizardead race in it, who want copy in their game file
Code:
// Çîâ Íĺęđîěŕíňŕ
spell_necromancy {
  category=s
  icon=s_overtime_bless.png
  profit=4
  price=9000
  button_image=book_scroll_necromancy.png
  image=book_spell_necromancy.png
  label=SN_necromancy
  
  hint_config=object_spell
  school=3
  hint=spell_necromancy_hint
  hint_header=spell_necromancy_header
  
  attack=scripted
  
  scripted {
    always_hint=1
    hint_gen_script=necromancy_hint
    log_label=null
    nfeatures=nonecro,golem,plant,demon,magic_immunitet,holy
    script_attack=spell_necromancy_attack
    script_calccells=calccells_all_corpse
    attack_cursor=magicstick
  }
  params {
    // ęňî čç ęîăî ďîäíčěŕĺňń˙
    skeleton=,peasant,footman,priest,robber,robber2,barbarian,barbarian2,pirat,pirat2,witch_hunter,miner,dwarf,werewolf,druid,goblin2,orc,skeleton,glaskeleton,imp,imp2
    
archer=,satyr,elf,elf2,bowman,archer,fireskeleton,venskeleton,goblin,goblin_shaman,catapult,
    spider_undead=,spider,spider_venom,spider_fire,spider_undead,gobot,gobot2,undead_gobot,devilfish,dragonfly_fire,dragonfly_lake,
    zombie=,footman,footman2,priest,priest2,werewolf,druid,wolf,robber2,pirat,pirat2,witch_hunter,zombie,miner,dwarf,orc,gorguana,gorguana_council,gorguana_elder,gorguana_avenger,
    zombie2=,footman,footman2,priest,priest2,werewolf,druid,wolf,robber2,pirat,pirat2,witch_hunter,zombie2,miner,dwarf,orc,
    ghost=,peasant,bowman,footman,footman2,priest,knight,paladin,horseman,satyr,elf,elf2,werewolf,wolf,unicorn,unicorn2,miner,dwarf,miner2,cannoner,robber,robber2,barbarian,barbarian2,pirat,pirat2,witch_hunter,assassin,hyena,graywolf,snake,snake_green,snake_royal,snake_celestial,bear,bear2,bear_white,griffin,griffin2,griffin_cursed,orc,orc2,orc_hunter,orc_saboteur,gorguana,gorguana_council,gorguana_elder,gorguana_avenger,chosha,brontor,highterrant,undead_brontor,winged_shade,cerberus,demoness,demon,demon2, 
    ghost2=,peasant,bowman,footman,footman2,priest,knight,paladin,horseman,satyr,elf,elf2,werewolf,wolf,unicorn,unicorn2,miner,dwarf,miner2,cannoner,robber,robber2,barbarian,barbarian2,pirat,pirat2,witch_hunter,assassin,hyena,graywolf,snake,snake_green,snake_royal,snake_celestial,bear,bear2,bear_white,griffin,griffin2,griffin_cursed,orc,orc2,orc_hunter,orc_saboteur,gorguana,gorguana_council,gorguana_elder,gorguana_avenger,chosha,brontor,highterrant,undead_brontor,winged_shade,cerberus,demoness,demon,demon2,
    vampire=,bowman,footman,footman2,priest,knight,paladin,horseman,satyr,elf,elf2,werewolf,miner,dwarf,miner2,cannoner,pirat2,witch_hunter,assassin,orc,orc2,orc_hunter,orc_saboteur,gorguana,gorguana_council,gorguana_elder,gorguana_avenger,vampire,bat,demoness,demon,demon2,
    vampire2=,footman2,knight,paladin,horseman,elf2,werewolf,dwarf,miner2,cannoner,pirat2,witch_hunter,assassin,orc,orc2,orc_hunter,orc_saboteur,gorguana,gorguana_council,gorguana_elder,gorguana_avenger,vampire2,bat2,demoness,demon,demon2,
    blackknight=,footman2,knight,paladin,horseman,elf2,werewolf,dwarf,miner2,cannoner,pirat2,witch_hunter,assassin,orc,orc2,orc_hunter,orc_saboteur,gorguana,gorguana_council,gorguana_elder,gorguana_avenger,blackknight,demoness,demon,demon2,
    necromant=,priest2,archmage,firemage,druid,necromant,demonologist,gorguana2,
    darkmage=,priest2,archmage,firemage,druid,darkmage,demonologist,gorguana2,
    spiritist=,shaman_blood,shaman,spiritist,
    evilgenius=,ingeneer,alchemist,evilgenius,
    dread_eye=,gorgon,mistik,beholder,beholder2,dread_eye,
    sinister=,gorgon,mistik,beholder,beholder2,sinister,
    driad=,sprite,sprite_lake,sunny_sprite,dryad,driad,
    bonedragon=,runemage,maelstrom,champion,ent2,giant,cyclop,titan,troll,harl,bonedragon,greendragon,blackdragon,reddragon,tirex,necrox,
    sinister=,runemage,maelstrom,champion,ent2,giant,cyclop,titan,troll,harl,sinister,greendragon,blackdragon,reddragon,tirex,necrox,
    undead_gobot=,spider,spider_venom,spider_fire,spider_undead,gobot,gobot2,undead_gobot,devilfish,dragonfly_fire,dragonfly_lake,
    gorguana_avenger=,bowman,footman,footman2,priest,knight,paladin,horseman,satyr,elf,elf2,werewolf,miner,dwarf,miner2,cannoner,pirat2,witch_hunter,assassin,orc,orc2,orc_hunter,orc_saboteur,gorguana,gorguana_council,gorguana_elder,gorguana_avenger,vampire,bat,demoness,demon,demon2,
    gorguana_spirit=,priest,priest2,archmage,firemage,druid,darkmage,necromant,demonologist,gorguana2,
    undead_brontor=,wolf,unicorn,unicorn2,hyena,graywolf,snake_royal,snake_celestial,bear2,bear_white,griffin,griffin2,griffin_cursed,chosha,brontor,highterrant,undead_brontor,cerberus,
    winged_shade=,wolf,unicorn,unicorn2,hyena,graywolf,snake_royal,snake_celestial,bear2,bear_white,griffin,griffin2,griffin_cursed,chosha,brontor,highterrant,winged_shade,cerberus,
    bonedragon=,runemage,maelstrom,champion,ent2,giant,cyclop,titan,troll,harl,sinister,bonedragon,greendragon,blackdragon,reddragon,tirex,necrox,   
    power=500,1000,1500 // ńóěěŕđíűé őčňďîčíň
  }
  levels {
    // level = mana_cost, crystals_cost to upgrade from previous level
    1=10,5
    2=22,10
    3=35,20
  }
}
Who want, save original spells.lua file and copy this over necromancy spell in it, if you got some problems return original file from copy location. I had no problems with it, but i started new game with this in spell mechanics already.

9) i attached some files i also changed to include lizardead race : in battle_akademy.lua i added their units for upgrading , engbakademy.lng also added lizardead , pet.atom and eng_pet.lng for those who want to play with pet dragon skills (save those files in scripts folder later) , familiar_beh.atom i included lizardead units for deadraiser skill who want to try.

On other note, any idea what to do with wisdom_skull , scroll_bag , shaman/inquisitor set bonus rewards, and wisdom skill now isnce in RSE mod all hero classes have 100 scroll slots in book from start ? I had some ideas what to change this items/skill, but not really interesting.
Any thoughts ppl ?
Attached Files
File Type: zip lizardead.zip (22.3 KB, 43 views)

Last edited by Fatt_Shade; 05-22-2012 at 12:44 PM.
Reply With Quote
  #182  
Old 05-27-2012, 08:20 AM
Fatt_Shade Fatt_Shade is offline
Approved Member
 
Join Date: Nov 2010
Location: Serbia
Posts: 837
Default

Some time ago i asked for some stats on end game solo asmodean play, but no reply so i decided to try it myself. And run into some weird things :
1) quest mercenaries, i brought 50 bowman, robber and pirate in reserve slots from debir/scralet wind islands, to rusty and go to delivered them to finish quest. But after i finished quest i still had 50 bowman in reserve, and robbers ^ pirates were gone. Bow man were in 5th reserve slot (1 of new, added in this mod), and robber/pirate were located in regular reserve slots. No big problem, just mentioning this little bug.
2) dersu island i took quest pearls for necklace , and found 6 of them. Every game before i find 5/, this time 6/5. Who want to buy pearls ? i`ll make you god price
3) when i pick up fallen star, and try to talk to Aster to update my quest log, and get info to take tools form montero, my game crash I thin i read about this bug before, but cant find it now. Any help ppl ?
Attached Images
File Type: bmp pearls 6-5.bmp (462.7 KB, 59 views)
Reply With Quote
  #183  
Old 05-27-2012, 09:05 PM
Leonion Leonion is offline
Approved Member
 
Join Date: Oct 2010
Posts: 2
Default

Wow.
I really liked the list of changes.
...except for difficulty.
I'm not a big fan of plying on my nerves. I have enough stress in life so the only thing I seek in games is rest.
Is there any way someone can make a version of this mod for "normal" or at least "hard" difficulties?
Reply With Quote
  #184  
Old 10-31-2012, 12:09 PM
anti0302 anti0302 is offline
Registered Member
 
Join Date: Oct 2012
Posts: 2
Default

i 'd like red_sands mod but i can't find 1.6 setup file.Who can share me this mod ?
Reply With Quote
  #185  
Old 11-01-2012, 02:51 PM
rundat rundat is offline
Registered Member
 
Join Date: Feb 2010
Posts: 4
Default

Quote:
Originally Posted by anti0302 View Post
i 'd like red_sands mod but i can't find 1.6 setup file.Who can share me this mod ?
https://rapidshare.com/#!download|95...rar|115081|0|0
Reply With Quote
  #186  
Old 11-02-2012, 03:20 AM
anti0302 anti0302 is offline
Registered Member
 
Join Date: Oct 2012
Posts: 2
Default

thank you^^
Reply With Quote
  #187  
Old 11-20-2012, 12:38 PM
hardy87 hardy87 is offline
Approved Member
 
Join Date: Jun 2011
Posts: 15
Default

Crash Bug : Quest Falling star Je-Lo-Pi
Mod : Red Sands Extreme



The game's crash when I report to finish quest. Can anyone help me ?

And here is my save game :
http://www.mediafire.com/?645gc1rhoy5ajca

p/s: sorry for my bad English
Reply With Quote
  #188  
Old 01-25-2013, 04:15 PM
Belcanzor Belcanzor is offline
Approved Member
 
Join Date: Jul 2011
Location: Argentina, Buenos Aires
Posts: 53
Default

You need edit file eng_chat_1564565750_0938105647.lng and remove the extra [ symbol in the line :
chat_system_938105647_snap_6_question=^?^
Thats all.

Last edited by Belcanzor; 02-20-2013 at 03:48 PM.
Reply With Quote
  #189  
Old 04-03-2013, 10:29 AM
Magor1975 Magor1975 is offline
Approved Member
 
Join Date: Jun 2011
Posts: 2
Default 1.8

Hi everyone.
Is a any chance to made compatibility this great mod with patch 1.8 red sands?
I´am so stupid do anything like that,but i´am big fan this game.
Reply With Quote
  #190  
Old 09-14-2013, 09:10 AM
TheGsProds TheGsProds is offline
Approved Member
 
Join Date: Feb 2011
Posts: 17
Default

Hi!! Could anyone give the links to download and instal Red Sands please? I have download any links but there are many pictures i cannot see (items and units)

I would really like to play red sands but i can´t. My KBCW version is 1.3.1.

Thank u
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 03:25 PM.


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