OFPEC Forum
Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: laggy on 17 Sep 2008, 17:08:28
-
Hi there,
I know how to change colour on various particles with the RGB thing, but is it possible to change the color of spaceObject - Pstone.p3d ?
In an explosion script I want the scripted stones to be black rather than standard "stone colour". I haven't succeeded so far.
Is it possible?
Cheers
Laggy
-
Best way is to get an MLOD copy of the PStone.p3d and load it into Oxygen and change the texture and rvmat, plus its associated texture, to suit.
Then binarize it all up after, possibly renaming the model to something else.....maybe PStone2.p3d, and writing a small config to join it up with class cfgCloudlets.
Planck
-
Thank you,
So it's not possible in just a particle script?
Laggy
-
No, not to my knowledge anyway.
Planck