King of the Dead/AI/Damage Modding
Started by SaadZulfiqar, Jan 09 2013 02:49 PM
27 replies to this topic
#22
Posted 14 January 2013 - 03:03 AM
No, there is a BFME1 version on their site.
- SaadZulfiqar likes this
#23
Posted 14 January 2013 - 03:24 PM
i cant find :(
#24
#25
Posted 15 January 2013 - 06:48 AM
you know this language ?
#27
Posted 16 January 2013 - 02:05 AM
They should get Google to translate their language.big
Remember that all worlds draw to an end and that noble death is a treasure which no one is too poor to buy. - C.S. Lewis
There will come a time when you believe everything is finished. That will be the beginning. - Louis L'Amour
What will matter then will be people. If relationships will matter most then, shouldn't they matter most now? - Max Lucado
#28
Posted 18 January 2013 - 12:40 AM
Hi, SaadZulfiqar. I have not seen a "King of the Dead" mod, but it does sound interesting. Regarding making your mod's AI more challenging, there are number of things you can do. For example, you can give enemy factions more money at game start-up. You can have them produce hordes faster. You can make their hordes deal more damage. Is this what you're wanting to do? I'm not clear on what "Super Epic Insane" means, other than you want a real challenge when playing the game.
The "Modding Union" link that Spartan184 provided looks pretty interesting. I've forgotten much of the German I once knew, but I could make out enough that I plan to go back and check it out. Meanwhile, may I humbly suggest that before you start digging into the game's AI that you make adjustments to just your copy of the INI file? Adjusting the AI takes a lot more effort. For example, in the "attributemodifier.ini" file, you will find references to the AI multiplayer bonuses. Making simple adjustments to these settings can make the game much more difficult to play against. I've included an example below. Adjust as you see fit.
ModifierList EasyAIMultiPlayer_Bonus; Easy difficulty skirmish
Category = LEVEL
Modifier = DAMAGE_MULT EASY_AI_MULTI_PLAYER_DAMAGE_MULT; 100% of normal damage to enemy factions
Modifier = EXPERIENCE 10% ; 1/10 normal experience rate to enemy factions
Duration = 0
End
ModifierList MediumAIMultiPlayer_Bonus; Medium difficulty skirmish
Category = LEVEL
; Modifier = DAMAGE_MULT MEDIUM_AI_MULTI_PLAYER_DAMAGE_MULT; 100% of normal damage to enemy factions
Modifier = DAMAGE_MULT 110%; add 10% more damage to enemy factions
Modifier = EXPERIENCE 110% ; add 10% faster experience rate to enemy factions
Modifier = PRODUCTION 140% ; add 40% faster production rate to enemy factions
Duration = 0
End
ModifierList HardAIMultiPlayer_Bonus; Hard difficulty skirmish
Category = LEVEL
; Modifier = DAMAGE_MULT HARD_AI_MULTI_PLAYER_DAMAGE_MULT; 100% of normal damage
Modifier = DAMAGE_MULT 125%; add 25% more damage to enemy factions
Modifier = EXPERIENCE 125% ; add +25% experience rate to enemy factions
Modifier = PRODUCTION 200% ; add 100% production rate to enemy factions
Duration = 0
End
If you're determined to make AI changes, look for postings by "Hubblewhite" as Spartan184 indicated. That was my introduction to AI modification. Also, I placed a guide on the Third Age web site that includes some AI modification tutorials if you're interested. I'm no expert, but perhaps that may be of some help to you.
The "Modding Union" link that Spartan184 provided looks pretty interesting. I've forgotten much of the German I once knew, but I could make out enough that I plan to go back and check it out. Meanwhile, may I humbly suggest that before you start digging into the game's AI that you make adjustments to just your copy of the INI file? Adjusting the AI takes a lot more effort. For example, in the "attributemodifier.ini" file, you will find references to the AI multiplayer bonuses. Making simple adjustments to these settings can make the game much more difficult to play against. I've included an example below. Adjust as you see fit.
ModifierList EasyAIMultiPlayer_Bonus; Easy difficulty skirmish
Category = LEVEL
Modifier = DAMAGE_MULT EASY_AI_MULTI_PLAYER_DAMAGE_MULT; 100% of normal damage to enemy factions
Modifier = EXPERIENCE 10% ; 1/10 normal experience rate to enemy factions
Duration = 0
End
ModifierList MediumAIMultiPlayer_Bonus; Medium difficulty skirmish
Category = LEVEL
; Modifier = DAMAGE_MULT MEDIUM_AI_MULTI_PLAYER_DAMAGE_MULT; 100% of normal damage to enemy factions
Modifier = DAMAGE_MULT 110%; add 10% more damage to enemy factions
Modifier = EXPERIENCE 110% ; add 10% faster experience rate to enemy factions
Modifier = PRODUCTION 140% ; add 40% faster production rate to enemy factions
Duration = 0
End
ModifierList HardAIMultiPlayer_Bonus; Hard difficulty skirmish
Category = LEVEL
; Modifier = DAMAGE_MULT HARD_AI_MULTI_PLAYER_DAMAGE_MULT; 100% of normal damage
Modifier = DAMAGE_MULT 125%; add 25% more damage to enemy factions
Modifier = EXPERIENCE 125% ; add +25% experience rate to enemy factions
Modifier = PRODUCTION 200% ; add 100% production rate to enemy factions
Duration = 0
End
If you're determined to make AI changes, look for postings by "Hubblewhite" as Spartan184 indicated. That was my introduction to AI modification. Also, I placed a guide on the Third Age web site that includes some AI modification tutorials if you're interested. I'm no expert, but perhaps that may be of some help to you.
- SaadZulfiqar likes this
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users