New Particle Studio

Discussion for Level editing, modeling, programming, or any of the other technical aspects of Quake
DaEngineer
Posts: 210
Joined: Fri May 28, 2010 2:30 pm

Re: New Particle Studio

Post by DaEngineer »

Exactly, I used q3mme. The tutorials on the q3mme page are well done, but it will take a bit of practice and the will to find out things by yourself to let q3mme do what you want. The additional special effects that can be tweaked have not been of any use for me so far, as I only created fly-throughs for my maps, so I don't know how to use them.

Here's the save data of the steam for LFFD
steam.zip
To see the smoke in Particle Studio, you have to open your pk0.pk3 and look for gfx/misc/smokepuff2b.tga. Create a new folder called "gfx" in your textures folder and copy the tga to it. I know, that's not the same directory structure as in the pk3, but I have this tga placed there and the path in the Particle Studio file points to it.
[url=http://www.victorkarp.com]Portfolio[/url] - [url=https://victorkarp.com/tutorials/quake-3-mapping-tutorials/]My Quake 3 mapping tutorials[/url] - [url=http://www.lvlworld.com/author/DaEngineer]My Quake 3 maps[/url]
neoplan
Posts: 125
Joined: Thu Jun 05, 2008 9:47 pm

Re: New Particle Studio

Post by neoplan »

check out trickographie 2. very good use of q3mme (notice the impact-effect):

http://www.youtube.com/watch?v=P2spm16AfhQ
$NulL
Posts: 100
Joined: Wed Mar 27, 2002 8:00 am

Re: New Particle Studio

Post by $NulL »

If anyone's interested I've pushed the sources onto github:

https://github.com/FS-NulL

I don't really have any intent to continue this any further, I just did this as an exercise in learning git; but if anyone else wants to add anything go right ahead.

Have fun!
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Re: New Particle Studio

Post by obsidian »

Hey $NulL, is the link above still the latest binary?
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
$NulL
Posts: 100
Joined: Wed Mar 27, 2002 8:00 am

Re: New Particle Studio

Post by $NulL »

Yes, I don't think I've made any changes since my past post.
$NulL
Posts: 100
Joined: Wed Mar 27, 2002 8:00 am

Re: New Particle Studio

Post by $NulL »

Ok not quite done.

It appears not sleeping has turned me into a blatant liar, I've added a couple of new features. Firstly for building waterfalls, you can now make the top of the waterfall emit from the emitter quad by setting the zBase slider in Dynamics 1 to -1. This will shift the whole shader down by 100%, so the top of the waterfall is located at the emitter and not some point high above the emitter. This was originally causing problems as people had to bury the emitter deep within their brush work, to get their waterfalls in the correct location.

Secondly I've added arbitrary rotation controls for the whole system in the systems tab, so you can spin your systems into any orientation you like.

You should still be able to load in previous individual particle systems using the load button, but the multi-system settings file has changed format too much for you to be able to import older multi-system files. Sorry.

Downloads, source and first post updated, have fun.
EmeraldTiger
Posts: 392
Joined: Fri Sep 17, 2010 1:53 am

Re: New Particle Studio

Post by EmeraldTiger »

I know it`s a big bad bump, but I was interested in trying it and had a questions which I didn`t want to post in a separate thread, to keep things clean. Does this only support mapping particles on models, or does it support shaders too?
[color=#00FF00][b]EmeraldProductions[/b][/color]
http://emeraldproductions.weebly.com/index.html
User avatar
Theftbot
Posts: 483
Joined: Thu Oct 08, 2009 4:03 am

Re: New Particle Studio

Post by Theftbot »

I think it generates the needed ase file(model).
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Re: New Particle Studio

Post by obsidian »

It just spits out a shader. It's a piece of cake to make a simple quad ASE model with a pointer to the generated shader - you could probably even hex-edit one in a pinch.
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
Dangel
Posts: 20
Joined: Tue Jan 19, 2016 1:26 pm

Re: New Particle Studio

Post by Dangel »

Sorry for the extreme necro but the download link is down and I cant seem to find any other way of creating a nice waterfall. Can anybody help?
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Re: New Particle Studio

Post by obsidian »

[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
Dangel
Posts: 20
Joined: Tue Jan 19, 2016 1:26 pm

Re: New Particle Studio

Post by Dangel »

Thank you :)
Post Reply