Arma 3
Aridin's Assets
Εμφάνιση 21-30 από 91 καταχωρίσεις
< 1  2  3  4  5 ... 10 >
Ενημέρωση: 5 Ιουλ 2023 στις 21:43

Ενημέρωση: 4 Ιουλ 2023 στις 20:48

Ενημέρωση: 1 Ιουλ 2023 στις 3:28

Ενημέρωση: 28 Ιουν 2023 στις 23:26

-Gekko's Ghosts development

Ενημέρωση: 25 Ιουν 2023 στις 1:24

-it's all out the window

Ενημέρωση: 24 Ιουν 2023 στις 22:41

Given up on integrated respawn loadout scripts.

[redacted]

Ενημέρωση: 22 Ιουν 2023 στις 22:48

will my scripts finally work?? let's find out!

Ενημέρωση: 27 Μαϊ 2023 στις 16:34

Ενημέρωση: 20 Μαϊ 2023 στις 15:30

-continued fixing and cleanup of repsawn scripts

Ενημέρωση: 6 Μαϊ 2023 στις 15:58

-Arsenal loadout scripts should be fully working now.
Addon options to,
1 - enable the scripts,
2 - set the saved space ("player" saves the loadout just to player unit with no persistence, "mission" saves the loadout to the mission; persists between restarts, "profile" saves to the profile, persists across different missions.)
3 - set the variable name. text entered is sanitized and compiled resulting in a unique variable per player "GUID_ARDN_variableName"

-loadout action scripts, clean way to add interations to object to save and load player's current loadout
save action, variables are "object", "loadout name", "locality, either "mission" or "profile" else "player"
[this, "loadout", "player"] call ARDN_fnc_saveLoadoutAction;

load action, variables same as save's with an added hold time
[this, "loadout", "player", 5] call ARDN_fnc_loadLoadoutAction;