Jurassic Mods
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Raptor Jump Off mod

4 posters

Go down

Is this a cool mod?

Raptor Jump Off mod Vote_lcap56%Raptor Jump Off mod Vote_rcap 56% 
[ 5 ]
Raptor Jump Off mod Vote_lcap11%Raptor Jump Off mod Vote_rcap 11% 
[ 1 ]
Raptor Jump Off mod Vote_lcap33%Raptor Jump Off mod Vote_rcap 33% 
[ 3 ]
 
Total Votes : 9
 
 

Raptor Jump Off mod Empty Raptor Jump Off mod

Post  Thunderaptor Wed Mar 10, 2010 9:39 pm

Hello, Thunderaptor, I have amde a new mod where the raptor leaps off its prey when it dies, i was very dificult to make it as realistsic as possible. One blooper involved a raptor doing the moon walk, and another wher the raptor jumped into air and floated down. So here is the instructions:

Place this in the raptor hunt file in the C:\Program Files\Universal Interactive\Blue Tongue Software\Jurassic Park Operation Genesis\JPOG\Data\Units\Win
Delete every thing listed here

[code] state Grapple
{
;//action UpdateDeltaVariableTarget("Health", -10.0)
action HurtTargetUnit(true, 0.7)
action SetTargetsTargetToMe()
action CreateKnockMusterZoneTarget(true, false)
action LockTargetMachine(false)
transition IsTimerUp(4)
{
direct goto getup
}
transition IsTargetDead()
{
direct goto getup
}
}

state getup
{
transition
{
action StopAnimState("grapple")
action UnLatchFromTarget()
action SetStandStill()
action PlayAnimInstant("hit", "lt", true)
;//action SetRandomTimerBetween(4, 4.0, 5.0)
goto getupt
}
}

state getupt
{
transition IsAnimPlaying("hit", "lt") == false
{
action PlayAnimInstant("getup", "lt", true)
goto GetupWait
}
}

Then replace it with this,
[code] state Grapple
{
;//action UpdateDeltaVariableTarget("Health", -10.0)
action HurtTargetUnit(true, 0.7)
action SetTargetsTargetToMe()
action CreateKnockMusterZoneTarget(true, false)
action LockTargetMachine(false)
transition IsTimerUp(4)
{
direct goto GrappleInitWait
}
transition IsTargetDead()
{
direct goto getup
}
}

state getup
{
transition
{
action StopAnimState("grapple")
action UnLatchFromTarget()
action PlayAnimInstant("atk", "vis01", true)
;//action SetRandomTimerBetween(4, 4.0, 5.0)
goto getupt
}
}

state getupt
{
transition IsAnimPlaying("atk", "vis01") == false
{
goto AddExperience
}
}

The only glitch is that it will slide quickly back to the fallen prey
(If this is too complicated, PM me for the download and i'll send you the adress)
Thunderaptor Out!
Thunderaptor
Thunderaptor
Stegosaurus
Stegosaurus


Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post  procompsognathus101 Wed Mar 10, 2010 9:43 pm

Cool Mod! But didn't the GEP team do something like this with the Raptor Rex death duel??
procompsognathus101
procompsognathus101
Velociraptor
Velociraptor


Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post  Thunderaptor Thu Mar 11, 2010 1:26 am

No, my mod makes the raptor jump off its prey, while the GEP makes it land on its feet after attacking the rex Wink
Thunderaptor
Thunderaptor
Stegosaurus
Stegosaurus


Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post  Clonehunter Thu Mar 11, 2010 5:22 pm

Jumping off bieng an alternative to going down with the food this is? So does this means that now they can kill a stego quicker sine now they jump off rather than fall and waste time getting to thier feet, right?
Clonehunter
Clonehunter
Velociraptor
Velociraptor


Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post  Thunderaptor Fri Mar 12, 2010 1:14 am

Here are som picts to get you familiar of what i did
Raptor Jump Off mod Simjp2010031121050912
Raptor Jump Off mod Simjp2010030920454366
Thunderaptor
Thunderaptor
Stegosaurus
Stegosaurus


Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post  RaptorSpinoRex Fri Mar 12, 2010 3:36 am

Thunderaptor wrote:No, my mod makes the raptor jump off its prey, while the GEP makes it land on its feet after attacking the rex Wink
like when raptor kill mans? (sorry for bad english)
RaptorSpinoRex
RaptorSpinoRex
Professional Modder
Professional Modder


Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post  procompsognathus101 Fri Mar 12, 2010 9:38 am

No,in that case,it has the "atk_vis01" animation,but here it has the "leap_st" and "grapple_st" animation.
procompsognathus101
procompsognathus101
Velociraptor
Velociraptor


Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post  Thunderaptor Sat Mar 13, 2010 1:05 am

No, the jump is the atkvis01 animaton not the fall and get up, but its buggy as i've said before, the raptor slides back to where it originaly clinged
Thunderaptor
Thunderaptor
Stegosaurus
Stegosaurus


Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post  procompsognathus101 Sat Mar 13, 2010 1:35 am

that is the leap_st animation,when it grabs its victim,and what you did,uses that animation,but backwards.
procompsognathus101
procompsognathus101
Velociraptor
Velociraptor


Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post  Thunderaptor Sat Mar 13, 2010 1:40 am

Let me rephrase that, it uses the attckvis01 animation t leap off
Thunderaptor
Thunderaptor
Stegosaurus
Stegosaurus


Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post  procompsognathus101 Sat Mar 13, 2010 1:44 am

Why?Why not use the leap_st anim?
procompsognathus101
procompsognathus101
Velociraptor
Velociraptor


Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post  Thunderaptor Sat Mar 13, 2010 1:55 am

Becase when it gets off, it continually shakes up and down, up and down, up and down, Etc.... But you get the point Wink
Thunderaptor
Thunderaptor
Stegosaurus
Stegosaurus


Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post  procompsognathus101 Sat Mar 13, 2010 1:58 am

No,that is the grapple_lp animation.the leap_st is when you see it grab on,and when it shakes,THAT is the grapple animation.
procompsognathus101
procompsognathus101
Velociraptor
Velociraptor


Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post  Thunderaptor Sat Mar 13, 2010 1:59 am

Hey, i'm not stupid, i know what animation i put. Hammer
Thunderaptor
Thunderaptor
Stegosaurus
Stegosaurus


Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post  procompsognathus101 Sat Mar 13, 2010 2:02 am

Sorry....dad( Razz ) I will stop my complaining...
procompsognathus101
procompsognathus101
Velociraptor
Velociraptor


Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post  Thunderaptor Sat Mar 13, 2010 2:47 am

Yeah, you do that Razz
Thunderaptor
Thunderaptor
Stegosaurus
Stegosaurus


Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum