Search the Community
Showing results for tags 'new years eve'.
Found 1 result
-
[Release] MP compatible Fireworks Script
nomisum posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I am pleased to announce my first script release. GRAD Fireworks What it does Shoots rockets in the air. Takes input: Position Color (Random, Red, Green, Blue, White) Type (Random, Fizzer, Normal, Rain) Rain is always white. Sample Call (you can call from any client or server) [getPos objectname, 'normal','red'] remoteExec ["GRAD_fnc_callFireworksServer", 2]; Installation Copy GRAD_fireworks to your mission directory Put code below in description.ext Call the script via trigger, radio, script, whatever. Sample call above. class cfgFunctions { #include "GRAD_fireworks\cfgFunctions.hpp" }; class cfgSounds { #include "GRAD_fireworks\cfgSounds.hpp" }; How it works Uses Flares, Lightpoints and some sounds to achieve the effect. Therefore totally vanilla compatible. Computation is done on the server which then sends precalculated stuff to the clients. Those display the effects locally, but it should look the same on every computer. In usage example here: Download Script + Sample Mission https://github.com/gruppe-adler/grad-fireworks.Stratis Update 2022 Added Code Improvements by @sarogahtyp, updated + unarchived Repo Feedback welcome If you have any suggestions codewise or effectwise, let me know.