Oni Central Forum

A forum for the Oni community

You are not logged in.

#1 03/23/16 19:03

Scarlett
Member
From: Jamaica
Registered: 11/25/15

Any help with a projectile shooting character

I am working on another character who is a dead ninja brought back to life and now is just a shadowy figure with red eyes. Anyway, I have been trying to make him shoot projectiles but its a pain. Can anyone help me out?

Offline

#2 03/23/16 20:03

EdT
Moderator
From: Los Angeles, CA
Registered: 01/13/07
Website

Re: Any help with a projectile shooting character

What type of projectiles do you want to use? Some info on particles can be found in this thread about Rayman: http://oni.bungie.org/forum/viewtopic.php?id=2424&p=2

Offline

#3 03/24/16 11:03

Scarlett
Member
From: Jamaica
Registered: 11/25/15

Re: Any help with a projectile shooting character

I want him to shoot the screaming cannon projectile. I know how to change the color to be more darker but its to have him shoot it is the problem

Offline

#4 03/24/16 15:03

EdT
Moderator
From: Los Angeles, CA
Registered: 01/13/07
Website

Re: Any help with a projectile shooting character

I have to think about this some more.  Looking at the Rayman character, ONCCrayman has the particles:

            <ONCPParticle>
                <Name>energy_ball</Name>
                <Type>energy_ball_e01</Type>
                <BodyPart>None</BodyPart>
            </ONCPParticle>
            <ONCPParticle>
                <Name>energy_ball2</Name>
                <Type>energy_ball2_e01</Type>
                <BodyPart>None</BodyPart>
            </ONCPParticle>

and in the TRAMRAYCOMcomb_p it has

            <Particle>
                <Start>15</Start>
                <End>200</End>
                <Bone>RightFist</Bone>
                <Name>energy_ball</Name>
            </Particle>

So I tried adding these particles to an ONCC:

           <ONCPParticle>
                <Name>scream</Name>
                <Type>w9_scr_e01</Type>
                <BodyPart>None</BodyPart>
            </ONCPParticle>
            <ONCPParticle>
                <Name>scream2</Name>
                <Type>w9_scr_e02</Type>
                <BodyPart>None</BodyPart>
            </ONCPParticle>

and this to a TRAM:

            <Particle>
                <Start>1</Start>
                <End>10</End>
                <Bone>RightFist</Bone>
                <Name>scream</Name>
            </Particle>

But no screaming cannon projectiles...

Offline

Board footer

Powered by FluxBB