Operation Genesis Paradise
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Raptor Jump Off mod

5 posters

Go down

Raptor Jump Off mod Empty Raptor Jump Off mod

Post by Thunderaptor2 Sun Jul 04, 2010 1:05 am

Hello, Thunderaptor2 here, 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)
Thunderaptor2 Out!
Thunderaptor2
Thunderaptor2
Spinosaurus
Spinosaurus

Posts : 3568
Experience : 8794
Reputation : 54
Join date : 2010-06-14
Age : 27
Location : *decloaks* Right behind you

http://dinosaga.free-forums.cc/login.forum?username=Admin

Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post by procompsognathus100 Sun Jul 04, 2010 3:28 am

This is the same mod you showed at JM right? Well I thought it was never gonna be posted here!
procompsognathus100
procompsognathus100
Administrator
Administrator

Posts : 2852
Experience : 8217
Reputation : 95
Join date : 2010-02-22
Age : 25
Location : Philippines

Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post by Thunderaptor2 Sun Jul 04, 2010 3:29 am

Sorry, i have have i minor case of sort term memory loss
Thunderaptor2
Thunderaptor2
Spinosaurus
Spinosaurus

Posts : 3568
Experience : 8794
Reputation : 54
Join date : 2010-06-14
Age : 27
Location : *decloaks* Right behind you

http://dinosaga.free-forums.cc/login.forum?username=Admin

Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post by procompsognathus100 Sun Jul 04, 2010 4:05 am

Oh. Wait, how did you remember the mod when you don't have your computer? Did you just copy everything of your mod topic from JM?
procompsognathus100
procompsognathus100
Administrator
Administrator

Posts : 2852
Experience : 8217
Reputation : 95
Join date : 2010-02-22
Age : 25
Location : Philippines

Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post by Thunderaptor2 Sun Jul 04, 2010 4:25 am

yes, yes i did
Thunderaptor2
Thunderaptor2
Spinosaurus
Spinosaurus

Posts : 3568
Experience : 8794
Reputation : 54
Join date : 2010-06-14
Age : 27
Location : *decloaks* Right behind you

http://dinosaga.free-forums.cc/login.forum?username=Admin

Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post by Master Tyrannomon Mon Jul 05, 2010 12:50 am

P100, think we could use this mod in the OGEP, it seems realistic enough, except for the glitch at the end with the raptor slideing slightly but i think we could over look that right?
Master Tyrannomon
Master Tyrannomon
Velociraptor
Velociraptor

Posts : 2611
Experience : 8073
Reputation : 70
Join date : 2010-04-12
Age : 30
Location : stuck in the Unova region traning my pokemon and no longer upholding the OGP's law

http://svhq.sudamericaforo.com/

Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post by procompsognathus100 Mon Jul 05, 2010 12:58 am

But maybe we could just make the raptors do the thing they do like in GEP.
procompsognathus100
procompsognathus100
Administrator
Administrator

Posts : 2852
Experience : 8217
Reputation : 95
Join date : 2010-02-22
Age : 25
Location : Philippines

Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post by Master Tyrannomon Mon Jul 05, 2010 1:06 am

what did they do again, i havent used the GEP in a while because my game crashed and my sisters laptop lost its charger,
Master Tyrannomon
Master Tyrannomon
Velociraptor
Velociraptor

Posts : 2611
Experience : 8073
Reputation : 70
Join date : 2010-04-12
Age : 30
Location : stuck in the Unova region traning my pokemon and no longer upholding the OGP's law

http://svhq.sudamericaforo.com/

Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post by Pachycephalosaurus Mon Jul 05, 2010 1:08 am

Maxtyrannus wrote:what did they do again, i havent used the GEP in a while because my game crashed and my sisters laptop lost its charger,
run up to each other and bark continuously until they die
Pachycephalosaurus
Pachycephalosaurus
Spinosaurus
Spinosaurus

Posts : 6929
Experience : 12130
Reputation : 135
Join date : 2010-06-15

Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post by procompsognathus100 Mon Jul 05, 2010 1:10 am

No....I mean the raptors land on their feet when done latching to their prey, instead of falling.
procompsognathus100
procompsognathus100
Administrator
Administrator

Posts : 2852
Experience : 8217
Reputation : 95
Join date : 2010-02-22
Age : 25
Location : Philippines

Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post by Pachycephalosaurus Mon Jul 05, 2010 1:12 am

procompsognathus100 wrote:No....I mean the raptors land on their feet when done latching to their prey, instead of falling.
well that's why I don't know they just keep barking in front of each other
Pachycephalosaurus
Pachycephalosaurus
Spinosaurus
Spinosaurus

Posts : 6929
Experience : 12130
Reputation : 135
Join date : 2010-06-15

Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post by Master Tyrannomon Mon Jul 05, 2010 1:30 am

i guess, but please dont make them bark once they come out of the hatchery -_- its so annoying, i like the raptors sounds but the constant barking gets on my nerves
Master Tyrannomon
Master Tyrannomon
Velociraptor
Velociraptor

Posts : 2611
Experience : 8073
Reputation : 70
Join date : 2010-04-12
Age : 30
Location : stuck in the Unova region traning my pokemon and no longer upholding the OGP's law

http://svhq.sudamericaforo.com/

Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post by Thunderaptor2 Mon Jul 05, 2010 2:54 am

Dude, i don't even know what you're talking about now
Thunderaptor2
Thunderaptor2
Spinosaurus
Spinosaurus

Posts : 3568
Experience : 8794
Reputation : 54
Join date : 2010-06-14
Age : 27
Location : *decloaks* Right behind you

http://dinosaga.free-forums.cc/login.forum?username=Admin

Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post by Spino77 Mon Jul 05, 2010 7:26 am

P100 was talking about the raptors landing on their feet like in the GEP and then pachy started talking about the raptors barking at each other like in the GEP. We could have this mod in the OGEP
Spino77
Spino77
Spinosaurus
Spinosaurus

Posts : 3517
Experience : 9333
Reputation : 201
Join date : 2010-05-30
Age : 27
Location : Melbourne Australia (HELL YEAH)

Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post by Pachycephalosaurus Mon Jul 05, 2010 11:22 am

spino77 wrote:P100 was talking about the raptors landing on their feet like in the GEP and then pachy started talking about the raptors barking at each other like in the GEP. We could have this mod in the OGEP
yeah but they don't stop stop till they die of malnutrition
Pachycephalosaurus
Pachycephalosaurus
Spinosaurus
Spinosaurus

Posts : 6929
Experience : 12130
Reputation : 135
Join date : 2010-06-15

Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post by Thunderaptor2 Mon Jul 05, 2010 9:28 pm

Hmm, maybe i could make it work
Thunderaptor2
Thunderaptor2
Spinosaurus
Spinosaurus

Posts : 3568
Experience : 8794
Reputation : 54
Join date : 2010-06-14
Age : 27
Location : *decloaks* Right behind you

http://dinosaga.free-forums.cc/login.forum?username=Admin

Back to top Go down

Raptor Jump Off mod Empty Re: Raptor Jump Off mod

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

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