Jump to content


Flame Of Udûn

Member Since 30 Mar 2005
Offline Last Active Aug 23 2005 04:47 PM

Topics I've Started

Increasing Horde Sizes?

09 May 2005 - 08:32 PM

Could someone either tell me how or direct me to a guide on how to increase the horde size?

Construst Unit Commands?

09 May 2005 - 06:15 PM

I added Command_ConstructDwarf to a Gondor Barracks command set but it says it doesnbt exist. Where do I make the command? I looked through the horde and unit ini's for Gondor fighters but couldn't find it anywhere...

Customising Leadership

01 May 2005 - 10:40 PM

I want Ugluk to have a leaderhsip ability where all nearby units and himself go 3x as fast. Now I know you need to edit the leadership in attributemodifiers.ini so I added this:
ModifierList UglukPassiveLeadership
	Category = LEADERSHIP
	Modifier = SPEED 300%  ; Multiplicitive.  All exp gained mult by this
	Duration = 3000  ; Matches RefreshRate of giving module
	FX  = FX_GenericLeadershipLvl1
	FX2  = FX_GenericLeadershipLvl2
	FX3  = FX_GenericLeadershipLvl3
	MultiLevelFX = Yes
End

And then made this is Ugluk's behaviour:

Behavior = AttributeModifierAuraUpdate ModuleTag_UglukLeadership
  StartsActive	= Yes;If no, requires upgrade to turn on.
  BonusName  = UglukPassiveLeadership
  TriggeredBy  = Upgrade_FaramirLeadership
  RefreshDelay	= 2500
  Range  	= 200
  ObjectFilter	= ANY +INFANTRY +CAVALRY  -STRUCTURE -BASE_FOUNDATION -HERO
	End

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

Resizing skins

01 May 2005 - 08:55 PM

Pretty much all of the skins are only 64x64 pixels and they are almost impossible to skin, is there a way to increase the size but keep them properly focused?

Learning to skin/unwrap

01 May 2005 - 03:27 PM

Ok, I'm learning to do simple uv unwrapping and skinning using Proclones guides (not very beginner friendly) and I'm stuck. This is what it says:

Apply the Unwrap UVW modifier from the modifier drop down on the modify branch of the command panel. [Figure 2 and 3]

Click "edit" and select the projection that shows up in the UV editor that comes up. Move it off to the side of the enclosed area in the editor. [Figures 5 and 6]


I'm trying to skin a box (the shame ;) ) and it's not working. The guide says I should get this:

Posted Image

but all I get is this:

Posted Image

Help.....