Arma 3
Max_Alien
Viser 11-13 af 13 forekomster
< 1  >
Opdatering: 9. mar. 2019 kl. 22:05

Max_Alien version 0.2

Changelog 0.2:

Added New Xenomorph Player Unit

Opdatering: 2. aug. 2018 kl. 17:06

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];

Opdatering: 25. juli 2018 kl. 1:10