Arma 3
295 оценки
Dust Storm Script DEMO
   
Награда
Добавяне към любими
В любими
Премахване от любими
Data Type: Scenario
Scenario Gameplay: Singleplayer, Multiplayer, Coop
Scenario Map: Altis
Meta: Collection
Размер на файла
Публикуван на
Обновен на
2.213 MB
16 ноем. 2016 в 6:57
9 юни 2018 в 15:41
8 бележки за промени ( преглед )

Абониране, за да се свали
Dust Storm Script DEMO

В 2 колекции от ALIAScartoons
ARMA 3 SCRIPTS AND DEMO MISSIONS
52 артикула
Weather effect Scripts
10 артикула
Описание
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 коментара
ALIAScartoons  [автор] 11 март в 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 март в 8:10 
How to make the dustwall wider and spawn further away?
ALIAScartoons  [автор] 7 юни 2023 в 0:45 
@Dramacius
Far as i know you have to disable ACE weather to make it work.
Dungeon Master 4 юни 2023 в 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  [автор] 31 май 2023 в 6:25 
@Raccoon
Is not available anymore. Pick it up from Steam.
raccoon 29 май 2023 в 16:06 
the direct download link does not work, just leads me to a blank website
ALIAScartoons  [автор] 20 май 2023 в 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 май 2023 в 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  [автор] 20 май 2023 в 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 май 2023 в 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.