Jump to content


Vapula!

Member Since 25 Mar 2005
Offline Last Active May 07 2005 10:28 AM

Posts I've Made

In Topic: Customising Leadership

02 May 2005 - 08:41 AM

isnt there a line in special power or smthg to define who is affected, smthg like SELF ALLIES, cant remember it off the top of my head

<{POST_SNAPBACK}>


not for leadership ability as far as I know. For thing's like Lurt's carnage or Theoden's glorious charge, there is an useful command "AttributeModifierAffectsSelf = Yes" but it cannot be used for leadership ability behaviours :(

In Topic: Customising Leadership

02 May 2005 - 08:31 AM

Now, how do I make the leadership apply to Ugluk as well as nearby units?

<{POST_SNAPBACK}>


You can add object names directly into ObjectFilter, so if you want your leadership ability influeces himself, add +(object name of your ugluk) like this:

Behavior = AttributeModifierAuraUpdate ModuleTag_Leadership
  StartsActive	= No;If no, requires upgrade to turn on.
  BonusName	= UglukPassiveLeadership
  TriggeredBy	= Upgrade_UglukLeadership
  RefreshDelay	= 2000
  Range  = 150
  ObjectFilter	= ANY +INFANTRY -CAVALRY -STRUCTURE -BASE_FOUNDATION -HERO +IsengardUgluk
	End

this should work.

In Topic: Problems with command buttons

02 May 2005 - 08:14 AM

Is anyone else having problems getting new command buttons into the game now that patch 1.02 is out?

<{POST_SNAPBACK}>


what kind of problems are you having?

In Topic: anyone good at coding animations?

25 April 2005 - 08:54 PM

I got it working. It seems that where to add animationstates in ini matters a lot. I added new animation states after Animationstate = SELECTED but when I added them before Animationstate = SELECTED, it worked! Thanks for the help pabtyf anyways :p

In Topic: Patch....

25 April 2005 - 08:03 PM

I use the str file, I find it a lot easier.

<{POST_SNAPBACK}>


yea it's a lot easier but if somebody with foreign verions of B4ME intalls the mod with lotr.csf written in English, he/she gets forced to play in English. Isn't it user-unfriendly?