Arma 3
295 ratings
Dust Storm Script DEMO
   
Award
Favorite
Favorited
Unfavorite
Data Type: Scenario
Scenario Gameplay: Singleplayer, Multiplayer, Coop
Scenario Map: Altis
Meta: Collection
File Size
Posted
Updated
2.213 MB
Nov 16, 2016 @ 6:57am
Jun 9, 2018 @ 3:41pm
8 Change Notes ( view )

Subscribe to download
Dust Storm Script DEMO

In 2 collections by ALIAScartoons
ARMA 3 SCRIPTS AND DEMO MISSIONS
52 items
Weather effect Scripts
10 items
Description
Stand alone version of the Dust Storm Script, works on vanilla and non-vanilla terrains. Tested on dedicated.

You can run the script from init.sqf, a trigger or another script.
Mission showcase on ALTIS.

Un-pbo the mission and read the comments or watch the video tutorial for more information.

Video tutorial:
https://www.youtube.com/watch?v=pPaDDB_lLrU

If you like my work and want to support:



For those who prefer to donate via PayPal here it is the link
[www.paypal.com]

My Patreon Page:
https://www.patreon.com/aliascartoons

Direct Download link
n/a

My Twitter account
https://twitter.com/ALIAScartoons

Other Scripts
http://steamcommunity.com/sharedfiles/filedetails/?id=660222301

DO NOT INCORPORATE THIS SCRIPT OR PORTIONS OF IT IN MONETIZED PRODUCTS OR SERVERS WITHOUT ASKING FOR PERMISSION AND OBTAINING APPROVAL FROM ME!!!
278 Comments
ALIAScartoons  [author] Mar 11 @ 11:26am 
@Xindet
Is not so easy, also the script was optimized to be handled by most computers. Wider storm take out more resources.
Anyways, for an experienced SFX editor/scripter is not difficult, even the script can be optimized a bit and maybe find a better eye candy/performance balance. Since i wrote the script computers evolved a bit and can handle more, tho the hard limit of ARMA particle count still remains and if the limit is reached the particles will stop rendering.
Xindet Mar 9 @ 8:10am 
How to make the dustwall wider and spawn further away?
ALIAScartoons  [author] Jun 7, 2023 @ 12:45am 
@Dramacius
Far as i know you have to disable ACE weather to make it work.
Dungeon Master Jun 4, 2023 @ 4:15am 
is there a way to make this work with Ace? or can we disable the Ace Weather feature to use this or would it still break?
ALIAScartoons  [author] May 31, 2023 @ 6:25am 
@Raccoon
Is not available anymore. Pick it up from Steam.
raccoon May 29, 2023 @ 4:06pm 
the direct download link does not work, just leads me to a blank website
ALIAScartoons  [author] May 20, 2023 @ 2:33am 
@honger
That system has an inertia, however from what i remember doesn't take more than a minute or so for wind to go down.
If you use ACE or any other mod that deals with weather will break the way script works.
honger May 20, 2023 @ 2:05am 
I was testing this in a singleplayer environment but tried both just variable and variable + publicvariable. Result is as I said, the storm particles go away but the strong wind and random gusts happen anyway.
ALIAScartoons  [author] May 20, 2023 @ 1:55am 
@honger
Far as i remember the storm should stop, make sure you make it public variable or you execute al_duststorm_on = false; on all machines... clients and server.
In short this should do the job:
al_duststorm_on = false;
publicvariable "al_duststorm_on";
honger May 19, 2023 @ 12:06pm 
Yeah maybe the al_duststorm_on = false; ends the sandstorm effect, but the strong wind and random gusts pushing people and vehicles around stay - so either there is more than one variable to be changed or the script is broken.