I think this is right forum for this, becuse to make this work, I need both, INI.big and Worldbuilder - I think. But let's get workin'
Okay, so I want to make Armor and Health buff or boost, whatever, to my team, becuse in Worldbuilder, you just cannot add some health to unit, like 500% (I think), so is there any way to do that, like add Upgrade or Buff or something to INI.big, and use that in Worldbuilder, like giving an upgrade when I want to boost someones health, or if this is not the right way to do it, what is?
How to modify unit's health & armor?
Started by Samppu, Dec 31 2009 01:12 PM
2 replies to this topic
#1
Posted 31 December 2009 - 01:12 PM
#2
Posted 03 January 2010 - 02:52 AM
This is done using map.ini. I myself have no experience with it. But there are many that have.
https://www.twitch.tv/vileartist - Yes shameless self-promotion
----------------------------------------------------------------------------------------------------------------------
"Old modders never die, they just fade away" ~ Hostile
#3
Posted 03 January 2010 - 11:44 PM
did you get this working ..seems simple enough
;-----------------------------------------------------------
using map ini
ReplaceModule ModuleTag_RespawnBody
Body = RespawnBody ModuleTag_RespawnBody_NEW
CheerRadius = EMOTION_CHEER_RADIUS
MaxHealth = 2000000 ;BALANCE Aragorn Health
PermanentlyKilledByFilter = NONE ;Who kills me permanently?
DodgePercent = HERO_DODGE_PERCENT
End
End
;-----------------------------------------------------------
using map ini
CODE
ReplaceModule ModuleTag_RespawnBody
Body = RespawnBody ModuleTag_RespawnBody_NEW
CheerRadius = EMOTION_CHEER_RADIUS
MaxHealth = 2000000 ;BALANCE Aragorn Health
PermanentlyKilledByFilter = NONE ;Who kills me permanently?
DodgePercent = HERO_DODGE_PERCENT
End
End
This is an example for Aragorn..
Use the Final.Big program to see the game codes you need to modify...
;-----------------------
Using worldbuilder
I have been able to increase units that are ALREADY out on the map
by manipulating their health %
;---------------------------
using -mod command
If you want to go all the way then make a mini-mod
and manipulate the values of any unit you want
;------------------------------
I have not messed with Armour as Health usuallly does the trick