Nazgûls "Special Extended Edition"
#581
Posted 13 August 2008 - 07:51 AM
My Political Compass
Sieben Elefanten hatte Herr Dschin
Und da war dann noch der achte.
Sieben waren wild und der achte war zahm
Und der achte war's, der sie bewachte.
#582
Posted 13 August 2008 - 12:43 PM
So to say, between all the hits, it should have the same time between the shots
So if you get the first and second hits to match, then the others should have followed...
The 4th Age version 0.8 has been released: Link
#583
Posted 13 August 2008 - 02:36 PM
GOsh!? That simple? Man, why can't EA just name the weapons like WeaponA WeaponB and WeaponC instead of Primary, Secondary and Tertiary *confusing* Thanks for clearing that out This will make it easier to add animations which I have never really done that oftenThe "A" in PREATTACK_A refers to the PRIMARY weapon. If you change it to "B", it will refer to the SECONDARY weapon and changing it to "C" will refer to the TERTIARY weapon.
That's exactly what I mean!@Rob: He means that when a Troll dies, it goes on a Rampage... You know, wildly flailing about killing everything before he falls over and dies. He is trying to control when the weapon(s) fire to match up with the animations (I THINK). I don't actually know much about how it works though, so I can't really be of help.
Yeah, when I study the animation in W3D Viewer, each blow seems to be pretty much 0,8 sec between each, so I did this:The animation should be having each timing correct in it..
So to say, between all the hits, it should have the same time between the shots
So if you get the first and second hits to match, then the others should have followed...
;------------------------------------------------------------------------------ Weapon MordorCaveTrollRampage AttackRange = 160.0 FireFX = FX_RampageDust //FX_SiegeTowerHitLarge RadiusDamageAffects = ALLIES ENEMIES NEUTRALS SAME_HEIGHT_ONLY //PreAttackDelay = 500 //PreAttackType = PER_ATTACK DelayBetweenShots = 800 //1000 ; time between shots, msec ClipSize = 4 //5 //6 ; how many shots in a Clip (0 == infinite) ClipReloadTime = 1000 ; how long to reload a Clip, msec ; Sequential order of the target positions to follow this list IgnoreLinearFirstTarget = No;Yes LinearTarget = X: 0.0 Y: 0.0 T:5;5 LinearTarget = X: 25.0 Y: 15.0 T:4 //X: 20.0 Y: 10.0 T:4 LinearTarget = X: 0.0 Y: 30.0 T:5 //X: 0.0 Y: 20.0 T:5 LinearTarget = X:-25.0 Y: -15.0 T:5 //X:-20.0 Y: 0.0 T:5 LinearTarget = X: 0.0 Y:-30.0 T:0 //X: 0.0 Y:-20.0 T:0 LinearTarget = X: 0.0 Y: 0.0 T:5 DamageNugget ; A basic Nugget that just does damage //DamageMaxHeightAboveTerrain = 10 Damage = M_TROLL_RAMPAGE_DAMAGE //100 Radius = 30.0 //20.0 DamageType = CRUSH DeathType = LASERED;now always used instead of NORMAL (Sûl) DamageScalar = 250% NONE +STRUCTURE +HERO //Added for SEE! DamageScalar = 400% NONE +RohanTreeBerd +RohanEntBirch +RohanEntBirch_Summoned +RohanEntFir +RohanEntFir_Summoned +RohanEntAsh +RohanEntAsh_Summoned +RohanEntOak +RohanEntOak_Summoned +RohanGenericEnt //Added for SEE! //DelayTime = 500 End MetaImpactNugget ; A Nugget that throws things back with force HeroResist = .25 //.75 ShockWaveAmount = 50.0 ShockWaveRadius = 20.0 //30.0 ShockWaveTaperOff = 1.0 //DelayTime = 500 End End
Sûl experimented with these:
//PreAttackDelay = 500
//PreAttackType = PER_ATTACK
I assume the Delay is a delay before the first blow begins in the weapon? Didn't help me though... =p
Type - not sure what this is?
For the timing, I'm using the: DelayBetweenShots and 0,8 sec seem to give a perfect timing for first and second arm swing, but the 3rd and 4th comes after the swing...
ClipSize should be the number of blows/swings, right? And since the animation has 4, I changed from EA's 5 to 4?
ClipReloadTime - not sure about this one and what it does really... if a clip is a collected number of weapon strikes?
And finally: HeroResist? What do I do to make the weapon ALWAYS hit the hero. I hate the unlogical "dodge" by simply standing there like robocop when a tree hits you... lol
Edited by Nazgûl, 13 August 2008 - 02:39 PM.
// C}{riZ
"Do not come between the Nazgûl and his mod!"
----------------------------------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>> I S.E.E. YOU! <<<<<<<<<<<<<<<<<<<<<<<
----------------------------------------------------------------------------------------------------
#584
Posted 13 August 2008 - 06:41 PM
Clip size is the amount of ammunition is in a gun - ie how many times a gun can fire before you have to reload. BFME doesn't use guns, so you don't see clip size often. The same logic can still be applied though, like your troll for example. Because a death weapon can actually only fire off once, they used clip size so that the troll would swing about four times anyway. Clip Reload time should be irrelevant, because he doesn't actually "reload" (rampage only happens once)
#585
Posted 13 August 2008 - 06:51 PM
I think it might be impossble to trim it further though, since the first two are timed good. It might be so simple that the animation is actually not made with the exact amount of time between each swing... =/
// C}{riZ
"Do not come between the Nazgûl and his mod!"
----------------------------------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>> I S.E.E. YOU! <<<<<<<<<<<<<<<<<<<<<<<
----------------------------------------------------------------------------------------------------
#586
Posted 13 August 2008 - 06:53 PM
What exactly are you doing with it then? Using the BFME1 animation and weapon? In that case you should just need to time it right in the LinearTarget lines of the rampage weapon.
I missed this one...
But aren't those for coordinates only? I mean.... where each swing hits, not when?
// C}{riZ
"Do not come between the Nazgûl and his mod!"
----------------------------------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>> I S.E.E. YOU! <<<<<<<<<<<<<<<<<<<<<<<
----------------------------------------------------------------------------------------------------
#587
Posted 13 August 2008 - 07:19 PM
No seriously, in the C&C3 schemas they even changed the name for the attribute to "Time"
I'm just not sure what unit this "time" is measured in, as it's obviously neither seconds, nor milliseconds nor frames...
My Political Compass
Sieben Elefanten hatte Herr Dschin
Und da war dann noch der achte.
Sieben waren wild und der achte war zahm
Und der achte war's, der sie bewachte.
#588
Posted 13 August 2008 - 08:52 PM
Thanks, I'll fiddle with those numbers... I just wish there was a way to cure the Saved Games bug in SEE so I could start with 10 trolls on each test
// C}{riZ
"Do not come between the Nazgûl and his mod!"
----------------------------------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>> I S.E.E. YOU! <<<<<<<<<<<<<<<<<<<<<<<
----------------------------------------------------------------------------------------------------
#589
Posted 13 August 2008 - 09:43 PM
My Political Compass
Sieben Elefanten hatte Herr Dschin
Und da war dann noch der achte.
Sieben waren wild und der achte war zahm
Und der achte war's, der sie bewachte.
#590
Posted 14 August 2008 - 12:09 AM
This was a nightmare in terms of patience... but the result is:
The pure visual factor of sending trolls into enemy lines and see them rampage upon death and killing several units around them, without any sloppy coding delays from EA, is simply awesome!
// C}{riZ
"Do not come between the Nazgûl and his mod!"
----------------------------------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>> I S.E.E. YOU! <<<<<<<<<<<<<<<<<<<<<<<
----------------------------------------------------------------------------------------------------
#591
Posted 14 August 2008 - 02:52 PM
The SEE Mûmakil - both the regular one and the new "Royal Mûmak" share this problem...
1) All ranged units in the Houda (Arhers for Mûmak and Lancers for Royal Mûmak) have their Leadership FX (the yellow shine) WAY above their heads, up in the air!
2) Both Archers and Lancers also have this problem when it comes to weapon Projectiles! The Lancers javelins does not leave the Lancer model upon being thrown, but rather leave from several meters/feet above the model. It looks more like artillery than the actual unit attack.
I bet this has everything to do with SEE's scaling of the Mûmak model...?
3) Archers that can't be dismounted stand firmly in the houda (good), while the Lancers that CAN be dismounted, refuses to stop running while in the Houda (from time to time, especially when they see enemies), which looks stupid! I tried all I can think of, and Flame and I have struggled with this without finding any clear solution...
Any ideas fellow modders?
Edited by Nazgûl, 14 August 2008 - 02:53 PM.
// C}{riZ
"Do not come between the Nazgûl and his mod!"
----------------------------------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>> I S.E.E. YOU! <<<<<<<<<<<<<<<<<<<<<<<
----------------------------------------------------------------------------------------------------
#592
Posted 15 August 2008 - 02:42 PM
Edited by drogoth232, 15 August 2008 - 02:54 PM.
#593
Posted 15 August 2008 - 06:25 PM
@Nazgul:
What does that mean. . . ? Did you use the "Scale = X" code in your Mumaks? If you did, then that is more than likely the problemI bet this has everything to do with SEE's scaling of the Mûmak model...? unsure.gif
#594
Posted 16 August 2008 - 05:01 AM
I did use the Scale = x code and my Mumaks are WAY bigger than vanilla game Any idea on how to fix this?
The Leadership FX, the projectiles and the way the enemy fires upon the mumak/archers and even when the archers die (the model moves location upon death as seen with the archer in the screen above) - all happening way above the houda. Perhaps this is fixable by editing the geometry at the same percentage? I will test that... =p
Edited by Nazgûl, 16 August 2008 - 12:28 PM.
// C}{riZ
"Do not come between the Nazgûl and his mod!"
----------------------------------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>> I S.E.E. YOU! <<<<<<<<<<<<<<<<<<<<<<<
----------------------------------------------------------------------------------------------------
#595
Posted 16 August 2008 - 12:27 PM
// C}{riZ
"Do not come between the Nazgûl and his mod!"
----------------------------------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>> I S.E.E. YOU! <<<<<<<<<<<<<<<<<<<<<<<
----------------------------------------------------------------------------------------------------
#597
Posted 18 August 2008 - 12:57 PM
However, Flame might try and add more archers and the Mahûd, so since that will require rebinding too, we could fix this at the same time. But it all depends on wether we get there I guess =p
// C}{riZ
"Do not come between the Nazgûl and his mod!"
----------------------------------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>> I S.E.E. YOU! <<<<<<<<<<<<<<<<<<<<<<<
----------------------------------------------------------------------------------------------------
#599
Posted 18 August 2008 - 05:15 PM
Trying to hold on...
#600
Posted 18 August 2008 - 11:04 PM
Edited by DIGI_Byte, 18 August 2008 - 11:05 PM.
RIP 2323
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users