Jump to content


Photo

Help with Ents


  • Please log in to reply
3 replies to this topic

#1 Vahagn

Vahagn
  • Members
  • 126 posts

Posted 09 March 2013 - 06:49 PM

Hey guys! I'm trying to make the Ents a bit faster. To me they are very slow, when they use rocks, so I decided to add some speed. From what I've been taught here, it has something to do with the PreAttackDelay, FiringDuration and DelayBetweenShots, right? Ok, I went to weapon.ini and found these things in RohanEnt:
 

PreAttackDelay    = 1100
DelayBetweenShots = 3000
FiringDuration    = 1500

 

I divided these numbers to 550, 1500 and 750 respectively. Now the Ents shoot their rocks 2 times faster. But the problem is that the speed, when they "pick up a rock from the ground" is the same slow motion move. I don't know how to make it fast too. Anyone who can help? Much appreciated!



#2 JUS_SAURON

JUS_SAURON

    El Shaddai

  • Members
  • 1,581 posts
  • Location:Trinidad
  • Projects: BFME2 MOD - Power Of The Ring
  •   INI Coder

Posted 10 March 2013 - 03:02 PM

     ;--------------------------------------------------
		;
		;	ROCK THROWING; WEAPONSET_TOGGLE_1
		;
		;-------------------------------------------------- 
		AnimationState = RELOADING_A WEAPONSET_TOGGLE_1
			Animation
				AnimationName		= RUTreeberd_GRBA
				AnimationMode		= ONCE
                                AnimationSpeedFactorRange = 1.1 1.1  ;;; ADDED
				AnimationBlendTime	= 0	
			End
			FXEvent	= Frame:20	Name: FX_EntRockGrab
			FXEvent	= Frame:24	Name: FX_EntRockYank			
			BeginScript
				CurDrawableShowSubObjectPermanently("ROCK")
			EndScript
		End

Try this in generic ent anims

May work , may not



#3 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 10 March 2013 - 07:58 PM

    HoldAfterFiringDelay        = 5200
    AutoReloadWhenIdle            = 2000
    ClipReloadTime                 = 3000

 

How bout those in the weapon?


Ridder Geel

#4 Vahagn

Vahagn
  • Members
  • 126 posts

Posted 10 March 2013 - 08:10 PM

Hey, I think I solved it although, I can be wrong! :D I reduced the HoldAfterFiringDelay to 2600 and seems like Ents shoot more frequently than before. Thnx!






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users