Quake3World.com
https://www.quake3world.com/forum/

New Particle Studio
https://www.quake3world.com/forum/viewtopic.php?f=10&t=37893
Page 2 of 2

Author:  DaEngineer [ 05-29-2010 02:40 AM ]
Post subject:  Re: New Particle Studio

A very nice tool - even more useful since the original Particle Studio seems to have been disappeared from the net (or not? If someone still has a copy on his HDD, please contact me via PM. Or post a not-broken link to a source where it can still be found).

But I'm missing an option to rotate the particle effect. To create, for example, steam that comes horizontally out of a pipe. Or is there already one but it's hidden so good I didn't find it? Up to now, I helped myself out with search & replace in the shader via notepad to edit the orientation.

Author:  Chretien [ 05-29-2010 04:00 AM ]
Post subject:  Re: New Particle Studio

Export as an ASE model and import that in GTK via right click\misc\misc_model and rotate it. :)

Author:  $NulL [ 05-29-2010 07:38 AM ]
Post subject:  Re: New Particle Studio

DaEngineer:: Change the angle constraints on the 'Dynamics2' tab.

Freebrief's tool can be found here: http://www.mods-r-us.net/freebrief/q3a/ps/index.html

Author:  DaEngineer [ 05-29-2010 06:02 PM ]
Post subject:  Re: New Particle Studio

Chretien wrote:
Export as an ASE model and import that in GTK via right click\misc\misc_model and rotate it. :)

That was the very first thing I tried - doesn't work. The moving direction seems to be defined only by the shader.

$NulL wrote:
Change the angle constraints on the 'Dynamics2' tab.

That only seems to define the area the effect covers on the xy-axis; like cutting a cake into pieces.

$NulL wrote:
Freebrief's tool can be found here: http://www.mods-r-us.net/freebrief/q3a/ps/index.html

Oh yes, I've found that before. But I don't want to register on Fileplanet just for this one file ;)

Author:  $NulL [ 08-03-2010 11:10 AM ]
Post subject:  Re: New Particle Studio

Massive bump x3.
First post updated.
------------------------------------------------------------------

Hello yet again!

I've been rather slack with keeping you updated, and the program updated for that matter. Since last time I've added some of the suggestions that have been made. The export button brings up a save dialog so you can name the shader file anything you want. The save buttons now ask before overwriting an existing file. I've implemented a multi-system load and save, you can minimize the window or pause the program by hitting F5, if you want your cpu back :) The timer also resets when you click on it, which is useful if you want to do multi-system explosions and similar. There is an 800x600 and 1024x768 version, a real programmer would have just let you scale the window, but no ones ever been foolish enough to confuse me with a real programmer >:D

Have fun

Download 2.0.b2 (Out of date, see first post for latest build)


Image

Author:  Dessicated corpse [ 08-03-2010 03:49 PM ]
Post subject:  Re: New Particle Studio

To me it looks like the particle fx from Heretic II.

Author:  fKd [ 08-03-2010 03:53 PM ]
Post subject:  Re: New Particle Studio

to me it looks like you should look into something before you comment :D

great stuff $NulL, an essential tool for new q3 maps imo. keep up the good work!

Author:  Dessicated corpse [ 08-03-2010 04:15 PM ]
Post subject:  Re: New Particle Studio

fKd wrote:
to me it looks like you should look into something before you comment :D

great stuff $NulL, an essential tool for new q3 maps imo. keep up the good work!


They look similar!

http://www.file-extensions.org/imgs/app ... etic-2.jpg
http://happypenguin.org/images/Heretic_II.jpg
http://www.ravengames.com/img/upload/no ... 095507.jpg
http://www.bluesnews.com/screenshots/he ... tic2-2.jpg
http://i.d.com.com/i/dl/media/dlimage/9 ... large.jpeg

Author:  Requiem [ 01-24-2011 02:25 PM ]
Post subject:  Re: New Particle Studio

Hi
Is the source for this project available? in VB2008 or 2010?
it was posted earlier but it seems like that host is down

Author:  VolumetricSteve [ 01-24-2011 02:31 PM ]
Post subject:  Re: New Particle Studio

If this is half as awesome as it seems, I'm looking forward to using this program a LOT in my upcoming projects. Can anyone post screenshots of their use of this tool in conjunction with quake 3 maps? I'm very curious to see what kinds of things people did/can do with this.

Author:  DaEngineer [ 01-24-2011 02:59 PM ]
Post subject:  Re: New Particle Studio

I used it some time ago in an earlier version of my map LFFD to create smoke.

Image

Can be seen in action here (at 0:20)

http://www.youtube.com/user/DaEngin33r# ... bySxG8H8NI

Author:  Eraser [ 01-25-2011 12:11 AM ]
Post subject:  Re: New Particle Studio

DaEngineer wrote:
I used it some time ago in an earlier version of my map LFFD to create smoke.

Image

Can be seen in action here (at 0:20)

http://www.youtube.com/user/DaEngin33r# ... bySxG8H8NI


Erm, forget the smoke. How did you create that awesome flythrough of your map?

Author:  obsidian [ 01-25-2011 07:49 AM ]
Post subject:  Re: New Particle Studio

Yeah, I need a tutorial and cfg for that. Please tell.

Author:  Eraser [ 01-25-2011 08:04 AM ]
Post subject:  Re: New Particle Studio

Probably the same thing they used for camming Event Horizon 3, but I've been wondering about how they did it ever since I saw that video.

Author:  spirit_ [ 01-25-2011 09:04 AM ]
Post subject:  Re: New Particle Studio

I think people use stuff like q3mme for that but I never really used it myself, I only had a short look at what it can do a while ago. The website has some great tutorials though.

Author:  DaEngineer [ 01-25-2011 03:49 PM ]
Post subject:  Re: New Particle Studio

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
Attachment:
steam.zip [295 Bytes]
Downloaded 817 times

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.

Author:  neoplan [ 01-25-2011 03:58 PM ]
Post subject:  Re: New Particle Studio

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

http://www.youtube.com/watch?v=P2spm16AfhQ

Author:  $NulL [ 05-22-2011 04:30 AM ]
Post subject:  Re: New Particle Studio

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!

Author:  obsidian [ 05-22-2011 06:08 AM ]
Post subject:  Re: New Particle Studio

Hey $NulL, is the link above still the latest binary?

Author:  $NulL [ 05-22-2011 07:37 AM ]
Post subject:  Re: New Particle Studio

Yes, I don't think I've made any changes since my past post.

Author:  $NulL [ 06-02-2011 01:09 PM ]
Post subject:  Re: New Particle Studio

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.

Author:  EmeraldTiger [ 08-27-2011 11:31 PM ]
Post subject:  Re: New Particle Studio

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?

Author:  Theftbot [ 08-27-2011 11:43 PM ]
Post subject:  Re: New Particle Studio

I think it generates the needed ase file(model).

Author:  obsidian [ 08-28-2011 03:15 PM ]
Post subject:  Re: New Particle Studio

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.

Author:  Dangel [ 01-26-2016 08:42 AM ]
Post subject:  Re: New Particle Studio

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?

Author:  obsidian [ 01-26-2016 09:36 PM ]
Post subject:  Re: New Particle Studio

I found a local copy and mirrored it here:

FS Particle Studio by NulL
Tutorial sample files
FS Particle Studio source code on GitHub

Author:  Dangel [ 01-27-2016 01:41 AM ]
Post subject:  Re: New Particle Studio

Thank you :)

Page 2 of 2 All times are UTC - 8 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/