It is possible to make a vortex or black hole in the particle editor and scripting?
Announcement
Collapse
No announcement yet.
Black Hole/Vortex? Is it possible?
Collapse
X
-
Well yeah almost anythings possible in the editor. If you have enough knowledge and time.
Its an interesting idea to build a map around!
I guess it all depends what place you want to see it in your level. As a distant object or something you can interact with? In an idle or active state. All depends. I would think its a multi step process to make, could be quite involved to make it look good (realistic).
Comment
-
So I guess it would have a small mesh door/portal spawn with a black hole shader with a trigger volume surrounding it that when touched ragdols surrounding players (console command:feigndeath) with a RB_CylindricalForceActor that spins the player - like death from a exploding shock core. The part that is hard (for me) is the sucking or drawing the player/ gibs iinto one point. Having multiple physics /gravity volumes that push the ragdol into a central point might work, but tricky. Alternatively you would want to animate the force actor (if possible) perhaps attaching the player to it (somehow). Maybe looking at the uscript for the shock rife might help (depending how well you can read uscript) I wish I knew uscript so I could be of more help - its a real shame that 3Dbuzz book was canceled.
I hope that help a little, good luck with it. It sounds like a fun idea.
Comment
-
Originally posted by LtClifff View PostHave a look at the shock rifle. It has a similar effect already if you shoot the alternate fire projectile with the primary fire. Maybe you could increase it's radius.
Comment
Comment