Fire effect when plasma hits asteroid?

Freeform discussion about anything related to modding Transcendence.
Post Reply
RPC
Fleet Admiral
Fleet Admiral
Posts: 2876
Joined: Thu Feb 03, 2011 5:21 am
Location: Hmm... I'm confused. Anybody have a starmap to the Core?

Anybody know how to get the fire effect that happens when a plasma weapon hits an asteroid?
Tutorial List on the Wiki and Installing Mods
Get on Discord for mod help and general chat
Image
Image
Der Tod ist der zeitlose Frieden und das leben ist der Krieg
Wir müssen wissen — wir werden wissen!
I don't want any sort of copyright on my Transcendence mods. Feel free to take/modify whatever you want.
shanejfilomena
Fleet Officer
Fleet Officer
Posts: 1533
Joined: Tue Mar 22, 2011 8:43 pm
Location: Alaska
Contact:

RPC wrote:Anybody know how to get the fire effect that happens when a plasma weapon hits an asteroid?
how BIG of a weapon are we talking? we already have asteroids that explode : annoying feature when your hiding behind it:)
something like this?

Code: Select all

unid="&efWhatever;" ( this is actually the Iocrym Manipulator effect )
<Effect>
<Shockwave
				style=			"glowRing"
				lifetime=		"40"
				speed=			"20"
				
				width=			"2"
				glowSize=		"12"
				fadeStart=		"0"
				primaryColor=	"0xff, 0xc0, 0xff"
				secondaryColor=	"0xff, 0x80, 0xff"
				/>
</Effect>
Effects are easy to find in the database by searching " <!-- EFFECT TYPES " I just go with already programmed stuff so it causes less errors in a game under alot of action in a busy system.....usually it helps.........sometimes..........
Flying Irresponsibly In Eridani......

I don't like to kill pirates in cold blood ..I do it.. but I don't like it..
RPC
Fleet Admiral
Fleet Admiral
Posts: 2876
Joined: Thu Feb 03, 2011 5:21 am
Location: Hmm... I'm confused. Anybody have a starmap to the Core?

Thanks ShaneJ! I think I found it:
rsExplosionsA20G256
it's a small, scaled down version of that explosion. thankx :D
Tutorial List on the Wiki and Installing Mods
Get on Discord for mod help and general chat
Image
Image
Der Tod ist der zeitlose Frieden und das leben ist der Krieg
Wir müssen wissen — wir werden wissen!
I don't want any sort of copyright on my Transcendence mods. Feel free to take/modify whatever you want.
shanejfilomena
Fleet Officer
Fleet Officer
Posts: 1533
Joined: Tue Mar 22, 2011 8:43 pm
Location: Alaska
Contact:

I can haz cookie now???
Flying Irresponsibly In Eridani......

I don't like to kill pirates in cold blood ..I do it.. but I don't like it..
RPC
Fleet Admiral
Fleet Admiral
Posts: 2876
Joined: Thu Feb 03, 2011 5:21 am
Location: Hmm... I'm confused. Anybody have a starmap to the Core?

*RPC gives ShaneJ a cookie
Tutorial List on the Wiki and Installing Mods
Get on Discord for mod help and general chat
Image
Image
Der Tod ist der zeitlose Frieden und das leben ist der Krieg
Wir müssen wissen — wir werden wissen!
I don't want any sort of copyright on my Transcendence mods. Feel free to take/modify whatever you want.
Post Reply