武装突袭3

武装突袭3

Max_Alien
正在显示第 11 - 13 项,共 13 项条目
< 1  >
更新于:2019 年 3 月 9 日 下午 10:05

Max_Alien version 0.2

Changelog 0.2:

Added New Xenomorph Player Unit

更新于:2018 年 8 月 2 日 下午 5: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];

更新于:2018 年 7 月 25 日 上午 1:10