Jump to content


Colonel of War

Member Since 16 Oct 2008
Offline Last Active Aug 07 2009 07:33 PM

Topics I've Started

corpses

05 December 2008 - 04:23 PM

Hey guys back at modding ;) ^ ^

well, I can't believe that there just doesn't exist a threat with this topic but if there is I couldn't find it ...
and the searchingtool doesn't really work for me so... ;)

my question is : is there any possibility to let corpses lie on the the ground for a longer time? ??
I think it would be really intresting to have the killed soldiers lying on the battleground after the battle, right? ;)

so.... let me know if you have any idea because I have no :)

Spells coding problem!

21 November 2008 - 02:26 PM

Hey , how you can certainly figure out by the topic ^ ^ :p
I have a problem with some spells (not new created) that I added for ones removed

So I was not really happy to some spells I think that not belong to Lord of the Rings
like: ( bombard, Fire Rain, earthquake and some more)
so I removed they from the "spellbook" and the "spellstor" in the commandset ini and added the others for ex. MenOfDaleAllies(a dwarven spell) instead of ArrowVolley at the men's spellbook/store :)

so all works grate, I had no game crash and the spells took part in the "spelltree"
I could not choose them although I had enough points, so I edited the Science.ini
and after hundret's of game crashes it works too ^ ^ :)

Now I can see the new spells in the "spelltree", can choose them, but after choosing them their buttons don't appear like the ones of others on the left. so I can't use theese spells :sad:

... so ... I went through some tutorials but this problem was not mentioned there
and I did all like in the tutorials :blink:

I dont know if its necessary to know but I use the SEE mod
I hope you can help me

AI Coding problem

23 October 2008 - 05:23 PM

Hi @ all you guys out there! :)
I'm quite new at modding (I just change some codes in the gamedata.ini)
and now I wanna try myself @ AI coding:
so I read through Cahik's tutorial (big compliment, nice explained) and I usually understand everything.
So I startet with Coding in the skirmishaidata.ini, nothing hard I just changed some numbers of things like:

CombatChainDefinition ArcherCombatChain ;Standard Archers
Unit = ARCHER
TargetTypes = CAVALRY INFANTRY PIKEMAN ARCHER STRUCTURE BATTLE_TOWER WALL CREEP HERO SHIP_BATTLESHIP SHIP_BOMBARD SHIP_SUICIDE SHIP_TRANSPORT
TargetPriorityModifiers = 750.0 250.0 750.0 1000.0 500.0 750.0 0.0 0.0 100.0 0.0 0.0 0.0 0.0
End

or:
MustUseCommandPointPercentage_Phase1 = 30%
MustUseCommandPointPercentage_Phase2 = 40%
MustUseCommandPointPercentage_Phase3 = 60%


and:
PercentToSave_Rush = 0.25%
PercentToSave_MidGame = 0.5%
PercentToSave_EndGame = 0.75%


and at least: ArmyMemberDefinition GondorSpearmanHorde_Member
Unit = GondorSpearmanHorde ;basic pikeman
PercentageOfArmyPhase1 = 0.0
PercentageOfArmyPhase2 = 15.0
PercentageOfArmyPhase3 = 8.0


I was really watchful and I just change the numbers
After every single changing I controlled if the game goes fine but don't care WHAT I changed all time the AI just build 4 or 5 resource buildings and after some time the heros of their factions
They didn't build their normal bases, only these 5 resource buildings, no barracks and so no units either
that do really suck :thumbsupsmiley:
Is it' possible to be caused by the SEE mod, i'm just modding in it

I hope you can help me