Home   Help Search Login Register  

Author Topic: [SOLVED] Seeking water splash particle effect  (Read 1561 times)

0 Members and 1 Guest are viewing this topic.

Offline Deadfast

  • Members
  • *
[SOLVED] Seeking water splash particle effect
« on: 11 Aug 2009, 10:43:18 »
Hello everybody,
I'm looking for the water splash particle effect, aka "CloudletWater.p3d" from ArmA 1.

Sadly the new universal effect with animation phases in ARMA 2 isn't making it easy and I just can't find it  :confused:.



Thanks for your time,
Deadfast
« Last Edit: 11 Aug 2009, 13:30:34 by Deadfast »

Offline Worldeater

  • Former Staff
  • ****
  • Suum cuique
Re: Seeking water splash particle effect
« Reply #1 on: 11 Aug 2009, 11:18:49 »
There's a file called "cl_water.p3d". Searching the config for this string lead to:

Quote
class CfgCoreData {
    ...
    cloudletWater = "ca\Data\cl_water.p3d";
    ...
};

Could be the one you're looking for...
try { return true; } finally { return false; }

Offline Deadfast

  • Members
  • *
Re: Seeking water splash particle effect
« Reply #2 on: 11 Aug 2009, 13:30:19 »
Thanks, exactly what I was looking for :)