Forum

What particle effects are possible in CSQC?

Discuss programming in the QuakeC language.

Moderator: InsideQC Admins

What particle effects are possible in CSQC?

Postby daemonicky » Fri May 27, 2011 8:19 am

Can you attach alias model to the particle?
Can you make mesh between these particles?
Thanks :-) .
Think, touch, movetype, solid, traceline ...
User avatar
daemonicky
 
Posts: 185
Joined: Wed Apr 13, 2011 1:34 pm

Postby Spike » Fri May 27, 2011 11:48 am

csqc allows you to spawn particle effects on demand, either as a trail effect, or as a point effect. the actual functionality is fairly spartan, in that it expects to be able to utilize an engine's scriptable particle system for any truely custom effects (which is possible in either FTE or DP, albeit with a different script).
the reason for this is to keep the dependancies down.
an effect could be configured to spawn a single particle with no offset variation for full control over the starting positions, or you can use the existing point/trail effects.
note that with the trailparticles builtin, there may be state associated with an entity (which is often required for trails with consistant spacing between particles).

if an engine's scriptable particle system is not sufficient, there is an additional extension in the form of the polygon rendering function. just draw some quads for your particles if you want large smoke-like effects. this also will require some sort of shader if you wish to get a specific blend mode.
Spike
 
Posts: 2892
Joined: Fri Nov 05, 2004 3:12 am
Location: UK

Postby daemonicky » Sun May 29, 2011 2:52 pm

Spike wrote:if an engine's scriptable particle system is not sufficient, there is an additional extension in the form of the polygon rendering function. just draw some quads for your particles if you want large smoke-like effects. this also will require some sort of shader if you wish to get a specific blend mode.


So I can make a cloth simulation in Quake C, right? :)
Think, touch, movetype, solid, traceline ...
User avatar
daemonicky
 
Posts: 185
Joined: Wed Apr 13, 2011 1:34 pm

Postby GiffE » Sun May 29, 2011 7:15 pm

daemonicky wrote:
Spike wrote:if an engine's scriptable particle system is not sufficient, there is an additional extension in the form of the polygon rendering function. just draw some quads for your particles if you want large smoke-like effects. this also will require some sort of shader if you wish to get a specific blend mode.


So I can make a cloth simulation in Quake C, right? :)

:shock: nope...
GiffE
 
Posts: 170
Joined: Sun Oct 08, 2006 3:39 pm
Location: USA, CT


Return to QuakeC Programming

Who is online

Users browsing this forum: No registered users and 1 guest