Where can I find placeable fire/smoke? [Solved]
Moderator: Moderators
-
SkinnyODST
- Lieutenant Colonel

- Posts: 545
- Joined: Mon Jul 04, 2016 10:56 pm
- Location: My other account
- Contact:
Where can I find placeable fire/smoke? [Solved]
Where can I find or download (if there is any to download) some place-able fire and/or smoke? Like the small fires seen on some of the stock maps, on the destroyed gunships I`m pretty sure is where they are. What are they called if they`re in the stock maps?
- Oceans14
- Command Sergeant Major

- Posts: 296
- Joined: Mon Apr 27, 2015 7:09 pm
- Projects :: Athenova Campaign
- Location: Planet 4546b
Re: Where can I find placeable fire/smoke?
Those are particle effects. Offhand I think you can find some good fire ones in the mygeeto effects folder. If you want to place them, you need a model with hardpoints, and that model's odf needs a line that says
or something like that, it's late and I'm not at my pc... but if you look at yavin trees you'll see they used attachodf for the leaves and it's the same idea. Make sure you check first so you get the format right.
Code: Select all
AttachEffect
"name_of_effect.fx"
hp_name-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: Where can I find placeable fire/smoke?
Specifically, the ODF needs to include:
It's worth noting that they need to be in that order.
Code: Select all
AttachEffect = "effectname"
AttachToHardPoint = "hardpointname"-
SkinnyODST
- Lieutenant Colonel

- Posts: 545
- Joined: Mon Jul 04, 2016 10:56 pm
- Location: My other account
- Contact:
Re: Where can I find placeable fire/smoke?
Ok awesome. Thanks!
