Print Topic - Archive
Commandos HQ / Modding & Mods / Uniforms and recognition
Posted by: MoiChain, December 1, 2009, 5:14pm
My spy never get caught !
How to make it vulnerable to officers ?
Posted by: Haart, December 2, 2009, 10:56am; Reply: 1
It seems that there are only 3 ranks available for the uniform:

and there is impossible to make a special uniform. As a variant you can dicrease the officers rank like this:
.NUM_GRANADAS 0
.ANIMACION ALEofi.ANI # replace with ALECABO.ANI
.GESTOR_MOVIMIENTO
[
]
After this modification the officers will not be so smart.
Posted by: MoiChain, December 2, 2009, 1:29pm; Reply: 2
Well, my problem is the opposite...
When disguised (with any uniform), he never get caught, even by officers !
I want him to be recognized by officers...
Posted by: Haart, December 2, 2009, 8:41pm; Reply: 3
Ha! This occurs when ".UNIFORME_VIRTUAL" in PARGLOBAL.DAT = 1 . When ".UNIFORME_VIRTUAL" = 0 - all normal officers can recognize Spy and Natasha. You can check it. So if uniforme is virtual we can do that:
.TOKEN ALEofi
.BANDO ALEMAN
.HTIP SOLD
.COMPORTAMIENTO
(
ComporAlemanScript
[
.VIGILADOR
[
.LONG_CORTA 200.0
.LONG_NORMAL 650.0
.LONG_LARGA 200.0
]
.EVENTOS_RUTA
(
)
.DISPARADOR
[
.ARMA ALEMAN_pistola
]
.NUM_GRANADAS 0
.ANIMACION oficialss.ani #ALEofi.ANI
.GESTOR_MOVIMIENTO
[
]
Posted by: MoiChain, December 2, 2009, 9:56pm; Reply: 4
Ok ! Thx I didn't know this aspect of .UNIFORME_VIRTUAL
I though it was only for the uniform to be or not to be in soldiers' inventory.
I will deal with that. Thx.
Print page generated: February 28, 2010, 12:16am