PFLAGS_CORONA use
Moderator: InsideQC Admins
7 posts
• Page 1 of 1
PFLAGS_CORONA use
Hello Forum, i have a question, how can i use PFLAGS_CORONA in darkplaces?? i add some rt_dlights but the coronas doesn´t appear... it´s possible to get coronas in rt_dlights in darkplaces? thanks in advance! 
hi, I am nahuel, I love quake and qc.
-

Nahuel - Posts: 492
- Joined: Wed Jan 12, 2011 8:42 pm
- Location: mar del plata
Re: PFLAGS_CORONA use
Maybe stupid question, but: have you tried with r_coronas 1 ?
then, in r_editlights 1 -> r_editlights_edit.... you should see the corona value I think.
Tonight I'll check
then, in r_editlights 1 -> r_editlights_edit.... you should see the corona value I think.
Tonight I'll check
Meadow Fun!! - my first commercial game, made with FTEQW game engine
- toneddu2000
- Posts: 1352
- Joined: Tue Feb 24, 2009 4:39 pm
- Location: Italy
Re: PFLAGS_CORONA use
yes it's like I presumed
in the console:
point your mouse in front of the light to edit
it should appear the corona
in the console:
- Code: Select all
r_coronas 1 //to activate coronas
r_editlights 1 //to activate realtime editlights mode
point your mouse in front of the light to edit
- Code: Select all
r_editlights_edit corona 1
it should appear the corona
- Code: Select all
r_editlights_edit coronasize X //to adjust the size of the corona (i think 0.25 it's a good starting point)
Meadow Fun!! - my first commercial game, made with FTEQW game engine
- toneddu2000
- Posts: 1352
- Joined: Tue Feb 24, 2009 4:39 pm
- Location: Italy
Re: PFLAGS_CORONA use
toneddu2000 wrote:yes it's like I presumed
in the console:
- Code: Select all
r_coronas 1 //to activate coronas
r_editlights 1 //to activate realtime editlights mode
point your mouse in front of the light to edit
- Code: Select all
r_editlights_edit corona 1
it should appear the corona
- Code: Select all
r_editlights_edit coronasize X //to adjust the size of the corona (i think 0.25 it's a good starting point)
Thank you toneddu2000, but i speak about to add a corona to an entity (with pflags) via qc, I donot use rt_light world activated. i just want to put some rt_dlight with coronas. I don´t know if PFLAGS_CORONA works in darkplaces and how can i use it
hi, I am nahuel, I love quake and qc.
-

Nahuel - Posts: 492
- Joined: Wed Jan 12, 2011 8:42 pm
- Location: mar del plata
Re: PFLAGS_CORONA use
You need a dynamic light if you want a corona to appear at all. A bit anal, but that's Darkplaces for ya. Last time I messed with it I just used the glow_ stuff.
i should not be here
- leileilol
- Posts: 2783
- Joined: Fri Oct 15, 2004 3:23 am
Re: PFLAGS_CORONA use
I can get some hacked coronas with effectinfo.txt, but the PC is overflow when you pause


hi, I am nahuel, I love quake and qc.
-

Nahuel - Posts: 492
- Joined: Wed Jan 12, 2011 8:42 pm
- Location: mar del plata
Re: PFLAGS_CORONA use
Hello my friend,
didnt see you for some time. Glad you come back
I think the overflow is because you used DP_ENT_TRAILEFFECTNUM.
Please try to use DP_SV_POINTPARTICLES instead.
You can get the same effect with it.
I only use DP_ENT_TRAILEFFECTNUM when I have to:
When I need to follow an entity for example.
If you want to spawn a fixed effectinfo effect, then
DP_SV_POINTPARTICLES is your best choice in terms of
"overflow" when you pause your game or when you pull the console
or when you use "sv_freezenonclients".
The reason seems to be, because it is performed on a server entity,
not on client side.
I wish you best of luck for your project Nahuel !
Seven
didnt see you for some time. Glad you come back
I think the overflow is because you used DP_ENT_TRAILEFFECTNUM.
Please try to use DP_SV_POINTPARTICLES instead.
You can get the same effect with it.
I only use DP_ENT_TRAILEFFECTNUM when I have to:
When I need to follow an entity for example.
If you want to spawn a fixed effectinfo effect, then
DP_SV_POINTPARTICLES is your best choice in terms of
"overflow" when you pause your game or when you pull the console
or when you use "sv_freezenonclients".
The reason seems to be, because it is performed on a server entity,
not on client side.
I wish you best of luck for your project Nahuel !
Seven
- Seven
- Posts: 301
- Joined: Sat Oct 06, 2007 8:49 pm
- Location: Germany
7 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest