Geonosis smoke effect in own map? [Solved]

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
User avatar
_DeltaForce_
Private Second Class
Posts: 74
Joined: Sun May 02, 2010 6:57 am
Games I'm Playing :: SWBF2 Minecraft
Location: Erlangen, Germany

Geonosis smoke effect in own map? [Solved]

Post by _DeltaForce_ »

Well, the question is simple, but the answer might not.

As the title says, I want to have those cool smoke explosion effects which can be seen on geonosis in my map. You know, these little explosions with that big smoke effect round it (geo_sfx_explosion).

The problem is I don't know very much about mapping. So I have no idea, how this was done on geonosis.
I already had the idea to create some invisible object with an hard point, on which I can attach the effect. Problem is, obviously, that the effect doesn't loop.

So, how can I get this hard point attached effect to loop, or how are these effects made on geonosis (I assume not via an invisibility objekt with the effect attached)?
User avatar
AceMastermind
Gametoast Staff
Gametoast Staff
Posts: 3285
Joined: Mon Aug 21, 2006 6:23 am
Contact:

Re: Geonosis smoke effect in own map?

Post by AceMastermind »

If you mean the ground explosions then geo_prop_splash.odf is what you want, place it in your map and of course you'll need the other files it depends on in order to work.
User avatar
_DeltaForce_
Private Second Class
Posts: 74
Joined: Sun May 02, 2010 6:57 am
Games I'm Playing :: SWBF2 Minecraft
Location: Erlangen, Germany

Re: Geonosis smoke effect in own map?

Post by _DeltaForce_ »

Ahhh... hm.
geo_prop_splash... what a name for an explosion!

Thank you very much! I didn't thought it was a simple object... :bowdown:


btw, what are the three parameters of AttachToHardPoint for? The first is bvious, but the two numbers?

AttachToHardPoint = "hp_splash_5 8.0 15.0"
User avatar
AceMastermind
Gametoast Staff
Gametoast Staff
Posts: 3285
Joined: Mon Aug 21, 2006 6:23 am
Contact:

Re: Geonosis smoke effect in own map?

Post by AceMastermind »

_DeltaForce_ wrote:...what are the three parameters of AttachToHardPoint for? The first is bvious, but the two numbers?...

Code: Select all

AttachToHardpoint = "<hardpoint> [respawn_delay_min] [respawn_delay_max]"
Source - Attached Effects.doc
http://www.secretsociety.com/forum/downloads/BF2Docs/
User avatar
_DeltaForce_
Private Second Class
Posts: 74
Joined: Sun May 02, 2010 6:57 am
Games I'm Playing :: SWBF2 Minecraft
Location: Erlangen, Germany

Re: Geonosis smoke effect in own map? [Solved]

Post by _DeltaForce_ »

Ahh thanks! :)

Will bookmark this page, didn't knew of it before.
Post Reply