ive got these scripts, the ash isnt working but neither do the wind or dust, they worked before but i put this wind and dust in .ini why isnt it working?
i placed the wind & gust under
ignore the red section its just how my script looks like
if (!isDedicated) then { //Conduct map operations 0 fadeSound 0; waitUntil {!isNil "dayz_loadScreenMsg"}; dayz_loadScreenMsg = (localize "STR_AUTHENTICATING"); _nil = [] execVM "custom\remote_messages.sqf"; //Run the player monitor _id = player addEventHandler ["Respawn", {_id = [] spawn player_death; _nul = [] execVM "playerspawn.sqf";}]; _playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf"; _nul = [] execVM "playerspawn.sqf"; _void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf"; [] execVM "Scripts\repairactions.sqf"; if (!isDedicated) then { [] execVM "fixes\effects.sqf"; null = [] execVM "earthquake.sqf"; }; //Lights [0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf"; }; if (dayz_REsec == 1) then { //#include "\z\addons\dayz_code\system\REsec.sqf" }; //R3F Towing and shit (or whatever you want to title it) execVM "R3F_ARTY_AND_LOG\init.sqf"
//--- Wind & Dust [] spawn { waituntil {isplayer player}; setwind [0.201112,0.204166,true]; while {true} do { _ran = ceil random 5; playsound format ["wind_%1",_ran]; _obj = vehicle player; _pos = position _obj; //--- Dust setwind [0.201112*2,0.204166*2,false]; _velocity = [random 10,random 10,-1]; _color = [1.0, 0.9, 0.8]; _alpha = 0.02 + random 0.02; _ps = "#particlesource" createVehicleLocal _pos; _ps setParticleParams [["\Ca\Data\ParticleEffects\Universal\universal.p3d", 16, 12, 8], "", "Billboard", 1, 3, [0, 0, -6], _velocity, 1, 1.275, 1, 0, [9], [_color + [0], _color + [_alpha], _color + [0]], [1000], 1, 0, "", "", _obj]; _ps setParticleRandom [3, [30, 30, 0], [0, 0, 0], 1, 0, [0, 0, 0, 0.01], 0, 0]; _ps setParticleCircle [0.1, [0, 0, 0]]; _ps setDropInterval 0.01; sleep (random 1); deletevehicle _ps; _delay = 10 + random 20; sleep _delay; }; }; //--- Ash [] spawn { waituntil {isplayer player}; _pos = position player; _parray = [ /* 00 */ ["\Ca\Data\ParticleEffects\Universal\Universal", 16, 12, 8, 1],//"\Ca\Data\cl_water", /* 01 */ "", /* 02 */ "Billboard", /* 03 */ 1, /* 04 */ 4, /* 05 */ [0,0,0], /* 06 */ [0,0,0], /* 07 */ 1, /* 08 */ 0.000001, /* 09 */ 0, /* 10 */ 1.4, /* 11 */ [0.05,0.05], /* 12 */ [[0.1,0.1,0.1,1]], /* 13 */ [0,1], /* 14 */ 0.2, /* 15 */ 1.2, /* 16 */ "", /* 17 */ "", /* 18 */ vehicle player ];
i placed the wind & gust under
ignore the red section its just how my script looks like
if (!isDedicated) then { //Conduct map operations 0 fadeSound 0; waitUntil {!isNil "dayz_loadScreenMsg"}; dayz_loadScreenMsg = (localize "STR_AUTHENTICATING"); _nil = [] execVM "custom\remote_messages.sqf"; //Run the player monitor _id = player addEventHandler ["Respawn", {_id = [] spawn player_death; _nul = [] execVM "playerspawn.sqf";}]; _playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf"; _nul = [] execVM "playerspawn.sqf"; _void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf"; [] execVM "Scripts\repairactions.sqf"; if (!isDedicated) then { [] execVM "fixes\effects.sqf"; null = [] execVM "earthquake.sqf"; }; //Lights [0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf"; }; if (dayz_REsec == 1) then { //#include "\z\addons\dayz_code\system\REsec.sqf" }; //R3F Towing and shit (or whatever you want to title it) execVM "R3F_ARTY_AND_LOG\init.sqf"
//--- Wind & Dust [] spawn { waituntil {isplayer player}; setwind [0.201112,0.204166,true]; while {true} do { _ran = ceil random 5; playsound format ["wind_%1",_ran]; _obj = vehicle player; _pos = position _obj; //--- Dust setwind [0.201112*2,0.204166*2,false]; _velocity = [random 10,random 10,-1]; _color = [1.0, 0.9, 0.8]; _alpha = 0.02 + random 0.02; _ps = "#particlesource" createVehicleLocal _pos; _ps setParticleParams [["\Ca\Data\ParticleEffects\Universal\universal.p3d", 16, 12, 8], "", "Billboard", 1, 3, [0, 0, -6], _velocity, 1, 1.275, 1, 0, [9], [_color + [0], _color + [_alpha], _color + [0]], [1000], 1, 0, "", "", _obj]; _ps setParticleRandom [3, [30, 30, 0], [0, 0, 0], 1, 0, [0, 0, 0, 0.01], 0, 0]; _ps setParticleCircle [0.1, [0, 0, 0]]; _ps setDropInterval 0.01; sleep (random 1); deletevehicle _ps; _delay = 10 + random 20; sleep _delay; }; }; //--- Ash [] spawn { waituntil {isplayer player}; _pos = position player; _parray = [ /* 00 */ ["\Ca\Data\ParticleEffects\Universal\Universal", 16, 12, 8, 1],//"\Ca\Data\cl_water", /* 01 */ "", /* 02 */ "Billboard", /* 03 */ 1, /* 04 */ 4, /* 05 */ [0,0,0], /* 06 */ [0,0,0], /* 07 */ 1, /* 08 */ 0.000001, /* 09 */ 0, /* 10 */ 1.4, /* 11 */ [0.05,0.05], /* 12 */ [[0.1,0.1,0.1,1]], /* 13 */ [0,1], /* 14 */ 0.2, /* 15 */ 1.2, /* 16 */ "", /* 17 */ "", /* 18 */ vehicle player ];