Arma 3
Max_Alien
Showing 11-13 of 13 entries
< 1  >
Update: Mar 9, 2019 @ 10:05pm

Max_Alien version 0.2

Changelog 0.2:

Added New Xenomorph Player Unit

Update: Aug 2, 2018 @ 5:06pm

Max_Alien version 0.1

Changelog 0.1:

-Fix Xenos Eggs Spawn FaceHugger Bug
-Improved and optimized all the Xenos scripts
-Improved Xeno and Queen 3D model
-Added these follow command-lines to help mission makers and save FPS:

to stop egg blow effects: name_egg setvariable ["not_egg_blow", true];
to stop Xenos and Queen attacks: name_alien setvariable ["not_xeno", true];
to stop FaceHugger Attacks: Name_faceHugger setvariable ["not_FaceHugger", true];
to reactivate Xenos Attacks: nul = [name_xeno] spawn alien_FNC_Xeno;
to reactivate Queen Attacks: nul = [name_queen] spawn alien_FNC_Xeno_queen;
to reactivate FaceHugger Attacks: nul = [name_FaceHugger] spawn alien_FNC_FaceHugger;
to stop Acid blood effects for xenos and queen: name_alien setvariable ["not_acid_effects", true];
to stop the aliens attacks only on a unit: name_unit setvariable ["unit_captive", true];

Update: Jul 25, 2018 @ 1:10am