Arma 3
Not enough ratings
Full Moon
   
Award
Favorite
Favorited
Unfavorite
Data Type: Composition
File Size
Posted
1.329 KB
30 Jun, 2023 @ 5:22pm
1 Change Note ( view )

Subscribe to download
Full Moon

In 2 collections by Mr. Uplay 🗲
Arma 3 Tools
88 items
M9-SD's Workshop (ARMA 3)
82 items
Description
Full Moon Module
The moon is made of
cheese

——————————————————————————————————

About
This Zeus composition is a module that sets the date/time to the fullest moon in Arma 3.
To work, init scripts for compositions must be enabled on the server.

Maximum moon intensity will make the night as bright as possible.

Source code:
M9SD_fnc_zeusCompHelipadCleanup = { comment "Determine if execution context is composition and delete the helipad."; if ((!isNull (findDisplay 312)) && (!isNil 'this')) then { if (!isNull this) then { if (typeOf this == 'Land_HelipadEmpty_F') then { deleteVehicle this; }; }; }; }; M9SD_fnc_maxMoon = { comment "Set the date to the fullest Moon in Arma 3."; private ['_date', '_globalEffect', '_showTransition']; comment "https://community.bistudio.com/wiki/moonPhase"; _date = [4804,7,12,23,0]; comment "Offset -1hr from midnight."; _globalEffect = true; _showTransition = false; [_date, _globalEffect, _showTransition] call BIS_fnc_setDate; date; }; call M9SD_fnc_zeusCompHelipadCleanup; call M9SD_fnc_maxMoon;

——————————————————————————————————

My Links

Donate[www.paypal.com]
Website[www.m9-sd.com]
YouTube
GitHub[github.com]
Workshop
Discord (ZAM)[discord.gg]
Discord (SQF Archive)[discord.gg]

——————————————————————————————————

Requirements

This is a scripted composition, designed to be placed from the Zeus[community.bistudio.com] interface. After subscribing to and subsequently downloading this composition, it will automatically be accessible in-game from Zeus > Groups > Empty > Compositions (since it's not a mod, it won't show up as one in the Arma 3 launcher). The scripts attached to this composition will only work if the server allows it with the zeus composition script level security parameter in its description.ext file.[community.bistudio.com] Here is a guide for server owners.

Set the value to 2 to allow custom attributes and all scripts.
zeusCompositionScriptLevel = 2;

The following official public zeus servers allow scripted compositions, however they do have various undisclosed remoteExec restrictions defined in a custom CfgRemoteExec.[community.bistudio.com]

Try out this composition on one of these servers:


[OFFICIAL] Arma 3 Zeus by Bohemia Interactive (USA) #04[www.battlemetrics.com]
[OFFICIAL] Arma 3 Zeus by Bohemia Interactive (USA) #02[www.battlemetrics.com]
[OFFICIAL] Arma 3 Zeus by Bohemia Interactive (US) #02e[www.battlemetrics.com]
[OFFICIAL] Arma 3 Zeus by Bohemia Interactive (US) #02w[www.battlemetrics.com]
[OFFICIAL] Arma 3 Zeus by Bohemia Interactive (EU) #12[www.battlemetrics.com]
[OFFICIAL] Arma 3 Zeus by Bohemia Interactive (EU) #04[www.battlemetrics.com]
[OFFICIAL] Arma 3 Zeus by Bohemia Interactive (EU) #02[www.battlemetrics.com]
• [OFFICIAL] Arma 3 Zeus by Bohemia Interactive (EU) #0D
• [OFFICIAL] Arma 3 Zeus by Bohemia Interactive (EU) #0B

Thank you for subscribing, rating,
& favoriting this composition!