Arma 3
295 voti
Dust Storm Script DEMO
   
Premio
Aggiungi ai preferiti
Preferito
Rimuovi dai preferiti
Data Type: Scenario
Scenario Gameplay: Singleplayer, Multiplayer, Coop
Scenario Map: Altis
Meta: Collection
Dimensioni del file
Pubblicato in data
Aggiornato in data
2.213 MB
16 nov 2016, ore 6:57
9 giu 2018, ore 15:41
8 note di rilascio ( visualizza )

Sottoscrivi per scaricare
Dust Storm Script DEMO

In 2 collezioni di ALIAScartoons
ARMA 3 SCRIPTS AND DEMO MISSIONS
52 elementi
Weather effect Scripts
10 elementi
Descrizione
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 commenti
ALIAScartoons  [autore] 11 mar, ore 11:26 
@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 9 mar, ore 8:10 
How to make the dustwall wider and spawn further away?
ALIAScartoons  [autore] 7 giu 2023, ore 0:45 
@Dramacius
Far as i know you have to disable ACE weather to make it work.
Dungeon Master 4 giu 2023, ore 4:15 
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  [autore] 31 mag 2023, ore 6:25 
@Raccoon
Is not available anymore. Pick it up from Steam.
raccoon 29 mag 2023, ore 16:06 
the direct download link does not work, just leads me to a blank website
ALIAScartoons  [autore] 20 mag 2023, ore 2:33 
@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 20 mag 2023, ore 2:05 
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  [autore] 20 mag 2023, ore 1:55 
@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 19 mag 2023, ore 12:06 
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.