Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: [SOLVED] Seeking water splash particle effect  (Read 3301 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 :)