Jump to content


Photo

nazgul horde?


  • Please log in to reply
17 replies to this topic

#1 ReallyFat

ReallyFat

    title available

  • Project Team
  • 352 posts

Posted 27 August 2011 - 08:16 PM

can i make a horde of all the nine nazgul? horses not fellbeasts

signature.png


#2 Elric

Elric

    Designer

  • Hosted
  • 2,857 posts
  • Projects:Middle-Earth Expanded
  •  Coder
  • Donated

Posted 28 August 2011 - 12:08 AM

yes its possible.

#3 fienx001

fienx001
  • Members
  • 118 posts
  • Location:Pacific Northwest
  • Projects:The Door of Night | Fienx Mod
  •  Getting There

Posted 28 August 2011 - 12:09 AM

Check out: Object MordorBlackRiderHorde

Change this:
		InitialPayload 		= MordorBlackRider  6 ;;;<---to 9
		Slots 			= 6 ;;;<---to 9

and add more positions:
RankInfo	= RankNumber:1 UnitType:MordorBlackRider  Position:X:20 Y:0   Position:X:-16.18 Y:11.76	 Position:X:6.18 Y:-19.02 ;;;<-----------------add more positions 

Posted Image

#4 ReallyFat

ReallyFat

    title available

  • Project Team
  • 352 posts

Posted 28 August 2011 - 08:18 AM

is the blackrider horde a horde of nazgul or of haradrim lancers

signature.png


#5 Ridder Blauw

Ridder Blauw

    title available

  • Project Team
  • 1,277 posts
  • Location:The Netherlands (AKA:Holland)
  •  Do not force yourself into modding it's bad for your health.

Posted 28 August 2011 - 03:01 PM

is the blackrider horde a horde of nazgul or of haradrim lancers


Nazgul ofcourse, where did you get the idea of them being haradrim lancers from?

#6 ReallyFat

ReallyFat

    title available

  • Project Team
  • 352 posts

Posted 28 August 2011 - 03:33 PM

cuz i thought you only made heroes seperately not in a horde

and also cuz haradrim lancers are black-clothed and also because haradrim lancer used to be a spear throwing unit in bfme1 (not sure bout 2 cuz i dont build men in mordor) so maybe this unit is called haradrim lancer but the object is blackriderhorde or somethin.

AND also because i thought they were called mordornazgul, not EVILMENblackriderhorde

signature.png


#7 Elric

Elric

    Designer

  • Hosted
  • 2,857 posts
  • Projects:Middle-Earth Expanded
  •  Coder
  • Donated

Posted 28 August 2011 - 04:38 PM

there black riders.

#8 Guest_Saurons eyes and ears_*

Guest_Saurons eyes and ears_*
  • Guests

Posted 28 August 2011 - 08:01 PM

I tried it this way with orc fighter horde, it didn't work.

First I did the payload stuf

InitialPayload          = MordorOrcFighter  20 ;;;<---to 25 
                Slots                   = 20 ;;;<---to 25

and I got a horde of 20 and another random 5 that where not in a horde and when I clicked on them it selected the horde of 20, :huh: so then I did the rank info stuf, I added MordorOrcfighterhorde position: x:.........and all that
and I got a horde of 20 ..........and..........nothing, just a horde of 20. :huh:

#9 Guest_Sauron's eyes and ears_*

Guest_Sauron's eyes and ears_*
  • Guests

Posted 28 August 2011 - 08:04 PM

@reallyfat they are the Black Ridder horde of 6 that you get at the Great Siege Works.

#10 Guest_Sauron's eyes and ears_*

Guest_Sauron's eyes and ears_*
  • Guests

Posted 28 August 2011 - 08:09 PM

@Matias could you merge my posts plz?

#11 fienx001

fienx001
  • Members
  • 118 posts
  • Location:Pacific Northwest
  • Projects:The Door of Night | Fienx Mod
  •  Getting There

Posted 28 August 2011 - 11:28 PM

Barracks can only spawn one type of unit at a time, making combo hordes a little more difficult if being created at a building instead of the BFME 1 style.

Follow this article MAKE A COMBO HORDE - ARTICLE to make a combo horde composed of two or more types of units (ie archers and swordsmen).
Posted Image

#12 ReallyFat

ReallyFat

    title available

  • Project Team
  • 352 posts

Posted 29 August 2011 - 05:39 PM

fienx it works but they are not in a horde just 9 seperate nazgul and they cant mount or morgul blade or dread visage or ANYTHING

signature.png


#13 Ridder Geel

Ridder Geel

    Master Yelloh

  • T3A Staff
  • 10,852 posts
  • Location:The Netherlands (AKA: Holland)
  • Projects:RC Mod + SEE + RTS Engine
  •  The Dangerous T3A Team Chamber Member
  • Division:BFME
  • Job:T3A Staff

Posted 29 August 2011 - 05:41 PM

You need to add more positions and ranks or whatever...
as was explained...

RankInfo        = RankNumber:1 UnitType:MordorBlackRider  Position:X:20 Y:0   Position:X:-16.18 Y:11.76  Position:X:6.18 Y:-19.02 ;;;<-----------------add more positions

And you would need to make a commandset for the horde.. you will lose their powers somewhat, in order for them to work you would need to change several things...

Edited by Ridder Geel, 29 August 2011 - 05:42 PM.

Ridder Geel

#14 ReallyFat

ReallyFat

    title available

  • Project Team
  • 352 posts

Posted 29 August 2011 - 05:44 PM

i added these positions
; Banner Carrier info		
;		BannerCarriersAllowed	= None										; types of units that are allowed as banner carriers
;		BannerCarrierPosition	= UnitType:EvilMenBlackRider	Pos:X:70.0 Y:0.0		; (DEFAULT) position of banner carrier for archer horde
		
		RankInfo = RankNumber:1 UnitType:EvilMenBlackRider Position:X:40 Y:0			Position:X:40 Y:25		Position:X:40 Y:-25		Position:X:40 Y:50 
		RankInfo = RankNumber:2 UnitType:EvilMenBlackRider Position:X:10 Y:0 Leader 1 0	Position:X:10 Y:15 Leader 1 1	Position:X:10 Y:-25 Leader 1 2	Position:X:10 Y:50 Leader 1 3
		RanksToReleaseWhenAttacking = 1 2 
		

signature.png


#15 fienx001

fienx001
  • Members
  • 118 posts
  • Location:Pacific Northwest
  • Projects:The Door of Night | Fienx Mod
  •  Getting There

Posted 30 August 2011 - 01:53 AM

It works for me. What else did you change?

	Behavior = HorseHordeContain ModuleTag_HordeContain
	FrontAngle = 270
		FlankedDelay 		= 2000
		ObjectStatusOfContained = 
		InitialPayload 		= MordorBlackRider  9	;;;6
		Slots 			= 9	;;;6
		PassengerFilter 	= NONE +CAVALRY +MordorBlackRider
		ShowPips 		= No
		RandomOffset 		= X:1 y:1
		MeleeBehavior 		= Amoeba
		End
		
		ThisFormationIsTheMainFormation = Yes	;Used to determine which armorset to use (and anything else we want!)

		; Banner Carrier info		
;		BannerCarriersAllowed	= None										; types of units that are allowed as banner carriers
;		BannerCarrierPosition	= UnitType:EvilMenBlackRider	Pos:X:70.0 Y:0.0		; (DEFAULT) position of banner carrier for archer horde
		
		RankInfo	= RankNumber:1 UnitType:MordorBlackRider Position:X:20 Y:0	Position:X:-16.18 Y:11.76	Position:X:6.18 Y:-19.02	Position:X:6.18 Y:19.02		Position:X:-16.18 Y:-11.76	Position:X:36.54 Y:16.27      Position:X:26.18 Y:39.02		Position:X:-26.18 Y:-21.76	Position:X:56.54 Y:66.27	
		
		RanksToReleaseWhenAttacking = 1 

Posted Image

#16 ReallyFat

ReallyFat

    title available

  • Project Team
  • 352 posts

Posted 30 August 2011 - 07:09 AM

is that your code? if it works may i borrow it?

signature.png


#17 Guest_Sauron's eyes and ears_*

Guest_Sauron's eyes and ears_*
  • Guests

Posted 30 August 2011 - 10:36 AM

If you wan't BFME II Nazgul, then change MordorBlackRidder to what ever the Nazgul are called in the hero code...

#18 fienx001

fienx001
  • Members
  • 118 posts
  • Location:Pacific Northwest
  • Projects:The Door of Night | Fienx Mod
  •  Getting There

Posted 30 August 2011 - 02:16 PM

That's code is nothing special. Copy and Paste away.
Posted Image




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users