DarkPlaces effectinfo covered!

Discuss programming in the QuakeC language.
Junrall
Posts: 191
Joined: Mon Sep 21, 2009 12:27 am
Location: North West Oregon, USA
Contact:

Post by Junrall »

Ahhhh, I see. All three effects are used at once.
By the way, nice ROC!

Edit: Uh, I meant FOC... stupid finger-fumbles!
Last edited by Junrall on Sat Apr 10, 2010 4:05 pm, edited 1 time in total.
Good God! You shot my leg off!
Teiman
Posts: 311
Joined: Sun Jun 03, 2007 9:39 am

Post by Teiman »

wow.. that fire is almost perfect!
Error
InsideQC Staff
Posts: 865
Joined: Fri Nov 05, 2004 5:15 am
Location: VA, USA
Contact:

Post by Error »

anyone want to wiki it?
Junrall
Posts: 191
Joined: Mon Sep 21, 2009 12:27 am
Location: North West Oregon, USA
Contact:

Post by Junrall »

Alright, So I've pasted Chip's TE_FOC into effectinfo.txt and used:

Code: Select all

pointparticles(particleeffectnum("TE_FOC"), orig, vel, 20); 
Is this the proper way to access this new effect?

When I use this all I get is white smoke... no flames.

Update: I'm still just getting the smoke effect.... however, in effectinfo.txt, if I delete all instances of TE_SPIKE and rename all TE_FOC to TE_SPIKE and use the standard WriteByte method then the result is all three effects for fire are used just fine.
Good God! You shot my leg off!
ajay
Posts: 559
Joined: Fri Oct 29, 2004 6:44 am
Location: Swindon, UK

Re: DarkPlaces effectinfo covered!

Post by ajay »

Junrall (or obviously Chip!) did you get it's usage sorted out? Also how do I place this in a map in terms of using the editor?
Nahuel
Posts: 495
Joined: Wed Jan 12, 2011 8:42 pm
Location: mar del plata

Re: DarkPlaces effectinfo covered!

Post by Nahuel »

ajay wrote:Junrall (or obviously Chip!) did you get it's usage sorted out? Also how do I place this in a map in terms of using the editor?
in quakeone me and madgipsy made this code to spawn effects in area using brushes (not points) :)

http://quakeone.com/forums/quake-help/g ... t-mod.html

you can check the thread :)
hi, I am nahuel, I love quake and qc.
toneddu2000
Posts: 1395
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

Re: DarkPlaces effectinfo covered!

Post by toneddu2000 »

lovely! Thanks for sharing!
Meadow Fun!! - my first commercial game, made with FTEQW game engine
Post Reply