Jump to content


Toggle Aragorn


  • Please log in to reply
27 replies to this topic

#21 {IP}Gil-Galad

{IP}Gil-Galad

    ClickerMonkey

  • Hosted
  • 1,122 posts
  • Location:Pennsylvannia, USA
  • Projects:Too many to name.
  •  T3A Team Chamber Member

Posted 23 August 2005 - 09:45 PM

yes well he crossed the line with begging, thats the lowest thing you could do. anyway i wasnt trying to flame i was trying to point out that alot of people beg and theres no need all the work is done and ready and he still begs. but whatever :dry: life goes on

#22 King of Universe

King of Universe

    It is in our most dire needs, that we do our greatest deeds...

  • Hosted
  • 878 posts
  • Location:Norway
  • Projects:Hero Mod

Posted 04 September 2005 - 11:58 AM

I try to add toggle Aragorn, so my question is, is it enough to copy the model and skin from wome and mod commandbutton, commandset, aragorn and experiencelevels.ini?

Edited by King of Universe, 04 September 2005 - 01:03 PM.

Posted Image


Frodo: I wish the Ring had never come to me... I wish none of this had happened...
Gandalf: So do all who live to see such times, but that is not for them to decide. All you have to decide, is what to do with the time that is given to you...

Click me

#23 King of Universe

King of Universe

    It is in our most dire needs, that we do our greatest deeds...

  • Hosted
  • 878 posts
  • Location:Norway
  • Projects:Hero Mod

Posted 25 September 2005 - 10:19 AM

Well I got Aragorn mounted in the game, I copied WOME's Aragorn model (Ville is making one for me, so I don't have to copy :cool:).
But when Aragorn runs over enemies, he doesn't trample them.
He just runs through them, and they take no damage...
How can I fix that?

Edited by King of Universe, 25 September 2005 - 10:20 AM.

Posted Image


Frodo: I wish the Ring had never come to me... I wish none of this had happened...
Gandalf: So do all who live to see such times, but that is not for them to decide. All you have to decide, is what to do with the time that is given to you...

Click me

#24 Lauri

Lauri

    Old man Lauri

  • Hosted
  • 10,438 posts
  • Location:Norway
  • Projects:The 4th Age
  •  The very worst T3A Team Chamber Member

Posted 25 September 2005 - 11:21 AM

Well I got Aragorn mounted in the game, I copied WOME's Aragorn model (Ville is making one for me, so I don't have to copy :cool:).
But when Aragorn runs over enemies, he doesn't trample them.
He just runs through them, and they take no damage...
How can I fix that?

<{POST_SNAPBACK}>

by adding crusherlevel in aragorn.ini look at faramir.ini and copy everything that has something mounting in it.

T4A_Logo_-_article.png

The 4th Age version 0.8 has been released: Link


#25 ched

ched

    .

  • Undead
  • 4,431 posts
  • Location:Angers (France)
  • Projects:Rhovanion Alliance
  •  T3A Team Chamber Member
  • Division:BFME
  • Job:Previous Division Leader

Posted 25 September 2005 - 12:13 PM

add this below CrushableLevel = X :

CrusherLevel = 2

and add a CrushWeapon below that :

CrushWeapon  = HeroCrush

and those statistics :

MinCrushVelocityPercent = 50; Has to be moving at at least 50% of full speed.
	CrushDecelerationPercent = 30; Lose xx percent of max velocity when crushing.
	
	CrushKnockback = 40
	CrushZFactor = 1.0


that is used if your character is always mounted, else, take a look at Faramir's code :

CrusherLevel = 0  ;Can I crush anything?
	MountedCrusherLevel = 1	;Crush level when mounted.
	CrushableLevel = 2  ;What am I?:        0 = for infantry, 1 = for trees, 2 = cavalry/heroes
	MountedCrushableLevel = 2;Crusable level when mounted.
        CrushWeapon  = HeroCrush
         MinCrushVelocityPercent = 50; Has to be moving at at least 50% of full speed.
	CrushDecelerationPercent = 30; Lose xx percent of max velocity when crushing.
	
	CrushKnockback = 40
	CrushZFactor = 1.0

Software is like sex; it's better when it's free ~Linus Torvald

#26 King of Universe

King of Universe

    It is in our most dire needs, that we do our greatest deeds...

  • Hosted
  • 878 posts
  • Location:Norway
  • Projects:Hero Mod

Posted 25 September 2005 - 12:24 PM

It works now, thank you :cool: .
I want Aragorn to mount beacuse I'm making him into King Elessar, so he needs to be stronger, 'cause now he's king. But I have another question; is it allready an Elessar skin in-game, and if so, what's its name?

And another thing...
When I use Aragorn's powers while mounted, the horse vanishes, and Aragorn frezzes in the air. Is it possible to make like a 'Forbidden state', or something, in the power code?

Posted Image


Frodo: I wish the Ring had never come to me... I wish none of this had happened...
Gandalf: So do all who live to see such times, but that is not for them to decide. All you have to decide, is what to do with the time that is given to you...

Click me

#27 ched

ched

    .

  • Undead
  • 4,431 posts
  • Location:Angers (France)
  • Projects:Rhovanion Alliance
  •  T3A Team Chamber Member
  • Division:BFME
  • Job:Previous Division Leader

Posted 25 September 2005 - 12:28 PM

CommandButton Command_SpecialAbilityWoundArrow
Command = SPECIAL_POWER
WeaponSlot = SECONDARY
SpecialPower = SpecialAbilityWoundArrow
Options = NEED_TARGET_ENEMY_OBJECT UNMOUNTED_ONLY
TextLabel = CONTROLBAR:WoundingArrow
ButtonImage = HSFaramirWoundingArrow
CursorName = Bombard
InvalidCursorName = GenericInvalid
RadiusCursorType = NONE
ButtonBorderType = ACTION
DescriptLabel = CONTROLBAR:ToolTipWoundingArrow
InPalantir = Yes
AutoAbility = Yes
DisableOnModelCondition = WEAPONSET_TOGGLE_1 ; disable if currently using sword
;UnitSpecificSound = FaramirRangerVoiceWoundingArrow
End
Software is like sex; it's better when it's free ~Linus Torvald

#28 King of Universe

King of Universe

    It is in our most dire needs, that we do our greatest deeds...

  • Hosted
  • 878 posts
  • Location:Norway
  • Projects:Hero Mod

Posted 25 September 2005 - 12:31 PM

So just add
DisableOnModelCondition = MOUNTED

Posted Image


Frodo: I wish the Ring had never come to me... I wish none of this had happened...
Gandalf: So do all who live to see such times, but that is not for them to decide. All you have to decide, is what to do with the time that is given to you...

Click me




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users