mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 21:29:59 +03:00
Add submarine
Thx @Helion4 for the model
This commit is contained in:
26
SQF/dayz_code/Configs/CfgParticles.hpp
Normal file
26
SQF/dayz_code/Configs/CfgParticles.hpp
Normal file
@@ -0,0 +1,26 @@
|
||||
//need to remove the spray, submarine is not a speedboat,
|
||||
//so create an empty particle effect
|
||||
class CfgCloudlets
|
||||
{
|
||||
class Default;
|
||||
class subpart: Default
|
||||
{
|
||||
interval = 0;
|
||||
sizeCoef = 0;
|
||||
colorCoef[] = {1,1,1,1};
|
||||
animationName = "";
|
||||
animationSpeedCoef = 0;
|
||||
lifetime = 0;
|
||||
position[] = {0,0,0};
|
||||
};
|
||||
};
|
||||
|
||||
//need to remove the spray, submarine is not a speedboat
|
||||
class subspray
|
||||
{
|
||||
class subspray
|
||||
{
|
||||
simulation = "particles";
|
||||
type = "subpart";
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user