Jump to content


Photo

Avari


  • Please log in to reply
12 replies to this topic

#1 Glorfindel

Glorfindel
  • Members
  • 36 posts

Posted 23 October 2008 - 10:45 AM

Is it possible to make the Avari archers and swordsmen recruitable? They look awesome and it would be cool to have some in my army. This mod is amazing!!!!!!!!The elves rule.
Posted Image

#2 {IRS}Athos

{IRS}Athos

    Non Sequitur

  • Members
  • 4,008 posts
  • Location:Classified.
  • Projects:Ex-Advisor
  •  Resident Shakespearean.

Posted 23 October 2008 - 11:15 AM

I'm hoping it is... :thumbsupsmiley:
BulletsfromaGunbanner_zps974f3ea8.png

Careful. This link is DANGEROUS. Do NOT click it. This one, however, is fine.

I had the meaning of life in my signature, but it exceeded the character limit.

#3 Elvenlord

Elvenlord

    Polis Ranger

  • Advisors
  • 3,838 posts
  •  T3A Chamber Member

Posted 23 October 2008 - 01:11 PM

I'm pretty sure you could mod it in, there should be a guide of how to add new units on the website.
Here it is

Edited by Elvenlord, 23 October 2008 - 01:15 PM.

elvenlordbanner.jpg
 


#4 Glorfindel

Glorfindel
  • Members
  • 36 posts

Posted 23 October 2008 - 01:28 PM

Actually I was referring to the call of cuiniven (or something like that) power where 4 battalions of Avari elves are summoned and after a fixed time disappear. How would I make them recruitable if they're already present ingame?
Posted Image

#5 Lauri

Lauri

    Old man Lauri

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

Posted 23 October 2008 - 08:11 PM

Well..

The units should already have a horde, so if you know some basics coding, you should be able to get them in VERY easy, by just making a button for them, and possibly add buildcost and time..
And you'll likely need to have buttons for them, I do not know if they have that or not, since they don't need buttons really :thumbsupsmiley: (Can't recall how the power's button looks like, but you could use that :))

T4A_Logo_-_article.png

The 4th Age version 0.8 has been released: Link


#6 Elvenlord

Elvenlord

    Polis Ranger

  • Advisors
  • 3,838 posts
  •  T3A Chamber Member

Posted 23 October 2008 - 08:50 PM

Hmmmm, looking over it, you're right, it really doesn't help, I didn't actually read it, I just assumed it had experiance and adding them to some building's commandset so said building can build them. My mistake.

Edited by Elvenlord, 23 October 2008 - 08:54 PM.

elvenlordbanner.jpg
 


#7 {IRS}Athos

{IRS}Athos

    Non Sequitur

  • Members
  • 4,008 posts
  • Location:Classified.
  • Projects:Ex-Advisor
  •  Resident Shakespearean.

Posted 23 October 2008 - 11:03 PM

Well, is it possible?
BulletsfromaGunbanner_zps974f3ea8.png

Careful. This link is DANGEROUS. Do NOT click it. This one, however, is fine.

I had the meaning of life in my signature, but it exceeded the character limit.

#8 Elvenlord

Elvenlord

    Polis Ranger

  • Advisors
  • 3,838 posts
  •  T3A Chamber Member

Posted 24 October 2008 - 12:36 AM

Yep. I'm probably forgetting something, but you need to add its own experiance levels and add it to the barrack's commandset.

elvenlordbanner.jpg
 


#9 {IRS}Athos

{IRS}Athos

    Non Sequitur

  • Members
  • 4,008 posts
  • Location:Classified.
  • Projects:Ex-Advisor
  •  Resident Shakespearean.

Posted 24 October 2008 - 12:37 AM

How would I do that? I'm not really a modder, so...
BulletsfromaGunbanner_zps974f3ea8.png

Careful. This link is DANGEROUS. Do NOT click it. This one, however, is fine.

I had the meaning of life in my signature, but it exceeded the character limit.

#10 adummy

adummy

    Keep it Clean!

  • Project Team
  • 1,760 posts
  • Location:Arizona, USA

Posted 24 October 2008 - 01:17 AM

you are going to have to learn basic modding if you want to add them in.
Posted Image

#11 Radspakr Wolfbane

Radspakr Wolfbane

    The John Farnham of modding

  • Members
  • 7,722 posts
  • Location:less than 5 meters from my bed
  • Projects:Comeback tour
  •  The Retired Beard

Posted 24 October 2008 - 02:20 AM

Long time no see adummy :rolleyes:
I am not sure but they might have timers so you will have to use.add the non timed versions

Break dancing into the hearts of millions


#12 Elvenlord

Elvenlord

    Polis Ranger

  • Advisors
  • 3,838 posts
  •  T3A Chamber Member

Posted 24 October 2008 - 02:27 AM

Oh yes, the timers, you'll have to create non-timed ones as Radspakr said.

elvenlordbanner.jpg
 


#13 Neutron4ever

Neutron4ever

    title available

  • Project Team
  • 893 posts
  • Location:Ontario, Canada
  • Projects:RCMOD, Kings of the West, Battle For Alagaesia
  •  RCMOD and KOTW Betatester and Edit Button Fanatic

Posted 17 November 2008 - 05:10 AM

To have them buildable is simple, first you need to go to the elven hordes and change their build costs to whatever you want then create a command butoon for them by copying an existing button such as Command_ConstructElvenScoutHorde and changing all the "ElvenScouts" to "ElvenAvariArcher" or "ElvenAvariWarrior"

Then you go to commandsets.ini and add # = Command_ConstructElvenAvariWarrior Or Command_ConstructElvenAvariArcher to any building's command set. It should now be buildable.

Here are the command buttons:

CommandButton Command_ConstructElvenAvariArcherHorde
	Command				= UNIT_BUILD
	Object				= ElvenAvariArcherHorde
	Options				= CANCELABLE
;NeededUpgrade		= Upgrade_StructureLevel2
	TextLabel			= CONTROLBAR:ConstructElvenAvariArcherHorde
	ButtonImage			= UPAvari
	ButtonBorderType	= BUILD; Identifier for the User as to what kind of button this is
	DescriptLabel		= CONTROLBAR:ToolTipBuildElvenAvariArcherHorde
	Radial				= Yes
	InPalantir	   		= Yes
	ShowProductionCount	= Yes
	UnitSpecificSound   = GondorArcherVoiceBuy
End

CommandButton Command_ConstructElvenAvariWarriorHorde
	Command				= UNIT_BUILD
	Object				= ElvenAvariWarriorHorde
	Options				= CANCELABLE
;NeededUpgrade		= Upgrade_StructureLevel2
	TextLabel			= CONTROLBAR:ConstructElvenAvariWarriorHorde
	ButtonImage			= UPAvari
	ButtonBorderType	= BUILD; Identifier for the User as to what kind of button this is
	DescriptLabel		= CONTROLBAR:ToolTipBuildElvenAvariWarriorHorde
	Radial				= Yes
	InPalantir	   		= Yes
	ShowProductionCount	= Yes
	UnitSpecificSound   = GondorArcherVoiceBuy
End


btw avari archer and warrior hordes use the elven warrior build cost so you can just leave it if you like

just a quick note: The elves would be buildable but they won't have any commands, if you want the command set of the summoned avari add this to both hordes: CommandSet = GenericCommandSet

Edited by neutron4ever, 17 November 2008 - 05:36 AM.

Posted Image
Posted Image
Posted Image
Posted Image
Posted Image
--------------------------------------------------------------------------------------------------------------------
Posted Image




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users