Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

Particles on Death

Having issues not related to a specific Sandbox game mode? Get help here!
Please also read the rules for support when posting support requests.
Failure to comply with the forum rules may result in your topic being locked without resolution.
Locked
donnelly517
Member
Member
Posts: 44
Joined: April 11th, 2012, 10:14 pm
Name: Evan Donnelly

Particles on Death

Post by donnelly517 »

I made a car and I want to have it explode on death. Is this possible in rpg mode?
Helping to map Broken Shield and Revelade Revolution.
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Particles on Death

Post by chocolatepie33 »

I hate to do this, but I'm going to suggest you look into either Sauerbraten or Red Eclipse, as both have weapon-based explosions, which could help you in your search. Last I checked, Sandbox doesn't have support for triggering particles. You could edit the source code that controls the death sequence to do something, but I don't know what else you could do.
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
User avatar
jSoftApps
Member
Member
Posts: 426
Joined: May 2nd, 2011, 10:02 pm
Name: J.R.
IRC Username: jSoftApps
Location: jSoft Apps Software Innovations HQ
Contact:

Re: Particles on Death

Post by jSoftApps »

Well, you CAN trigger the particles, but it has to be in C++. I recommend looking at the lava code because sandbox has flame particles emit when you contact lava.
jSoft Apps Software Innovations - App, Games and More!
Visit our Website!

Image

jSoft Apps is now on indie db!
Image
User avatar
Mike
Administrator
Administrator
Posts: 871
Joined: May 24th, 2009, 12:52 pm

Re: Particles on Death

Post by Mike »

Yeah I believe the death code is in that area too so it should be pretty easy :) I'd just do a text search for the lava code, or death, and go from there since I can't remember offhand which file it is in. Chocolate please don't say something isn't possible if you are unsure. Take care.
-mike
Sign up for our Newsletter to keep up to date with the Sandbox news!
We also have a facebook page, facebook group, myspace page and a twitter page[/b][/color]!
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Particles on Death

Post by chocolatepie33 »

@mike: sorry about that, I was referring to using FPS level triggers to somehow make it, say, start raining when you walk out of a building or something. Which would be cool, but I was told it wasn't possible in the current Sandbox version.

@jSoft: completely forgot about the fire.
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
donnelly517
Member
Member
Posts: 44
Joined: April 11th, 2012, 10:14 pm
Name: Evan Donnelly

Re: Particles on Death

Post by donnelly517 »

I'll try it. Need some c++ practice anyway.
Helping to map Broken Shield and Revelade Revolution.
User avatar
Mike
Administrator
Administrator
Posts: 871
Joined: May 24th, 2009, 12:52 pm

Re: Particles on Death

Post by Mike »

I might be doing some splash effects for when someone goes down in Watergun Wars so you can use that if you are unable to figure it out yourself :)
Sign up for our Newsletter to keep up to date with the Sandbox news!
We also have a facebook page, facebook group, myspace page and a twitter page[/b][/color]!
Locked