Arma 3
Partisan Action
6 Comments
Hanss 30 Jul, 2020 @ 11:09am 
@Slovakian Lynx
Thanks, it works ok. Good job!
SlovakianLynx  [author] 29 Jul, 2020 @ 9:29am 
@Hanss it should be fixed now.
Hanss 20 Jul, 2020 @ 11:34pm 
Previously it worked ok, now it does not start.
toecutter 9 Jun, 2020 @ 2:54am 
hi get error msg when laoding
you cannot play/edit this mission it is dependant on downloadable content that has been deleted .cba_jam,FEMAL3_uniformsv2
SlovakianLynx  [author] 9 Jun, 2020 @ 1:25am 
Thanks! Glad you like it. Very easy, here is the script from init.sqf :

[] spawn
{
while{true} do
{
waitUntil {!alive player};
0 fadeSound 0;
0 fadeSpeech 0;
0 fadeRadio 0;
titleText["", "BLACK OUT", 0.1];
waitUntil {alive player};
1 fadeSound 1;
1 fadeSpeech 1;
1 fadeRadio 1;
titleText["", "PLAIN", 1];
};
};
Tefo 8 Jun, 2020 @ 6:25pm 
Excelent mission, my friend. How do you edit the black screen death effect?