Print Topic - Archive

Commandos HQ  /  Modding & Mods  /  How to Change Commandos abilities?
Posted by: Mijit, May 14, 2009, 10:55am
Does anyone know what I need to edit in order to change the Commandos abilities, for example giving Lupin (The Theif) the ability to tie up unconscious bodies?

I've seen it done in the Destination Paris mod, but i'd like to edit just the regular Commandos 2.

Any help would be much appreciated.
Posted by: wyel2000, May 15, 2009, 1:23am; Reply: 1
1.download commandos2 script files.
http://commandoshq.net/Files/2MOC/Commandos_2_Files.zip

2.goto need mod of mission.
──DATA
    ├─MISIONES
    │  ├─BU     TARGET: BURMA
    │  ├─CZ     CASTLE COLDITZ
    │  ├─ECL     B2    
    │  ├─HL     WHITE DEATH
    │  ├─IS     THE GUNS OF SAVO ISLAND
    │  ├─KW     BRIDGE OVER THE RIVER KWAI
    │  ├─PA     IS PARIS BURNING?
    │  ├─PT     THE GIANT IN HAIPHONG
    │  ├─RY     SAVING PRIVATE SMITH
    │  ├─SB     DAS BOOT, SILENT KILLERS:SB/NIGHT OF THE WOLVES:SBN
    │  ├─SH     B7
    │  ├─TK     B4:ITK/B8:TK
    │  ├─TU01     T1:TU01/B1:TU01A/B5:TU01J
    │  ├─TU02     T2
    │  ├─TU03     B9
    │  ├─TU04     B3      
    │  └─TU05     B6
    │

3.edit the .mis file(text format open)

4.find the .TOKEN RATERO(find:CTRL+F)
...................................................
            [
                 .TOKEN RATERO
                 .POS
                 [
          .........................
          .........................
          .........................
          .........................
                 .COMPORTAMIENTO
                 (
                      ComporUsuario
                      [
                                .ACCIONES
                                (
                                    (
                                        AUAmordazar     #add "take captive" skill.
                                        [
                                        ]
                                    )
                    .........................
                    .........................
                    .........................
...................................................

5.save the edit.copy the .mis file to game corresponding folder.
6.enter game and start.
Posted by: Mijit, May 15, 2009, 6:56am; Reply: 2
Thank you very much!

I got stuck trying to figure out how to debug the .mis files, once I figured that out it was smooth, albeit tedious sailing to edit all the .mis files, but now it's done. =D


Posted by: Felo, August 2, 2009, 8:35am; Reply: 3
And how to add the "using knife" ability (like green beret) to thief or other characters?
Posted by: wyel2000, August 3, 2009, 1:26am; Reply: 4
Quoted from Felo
And how to add the "using knife" ability (like green beret) to thief or other characters?

        .BICHOS
        (
            [
                .TOKEN COMANDO #1
                .POS
                [
                    .XYZ
                    (
                        0.0 0.0 0.0
                    )
                    .ESC EXTERIOR
                ]
                .BANDO ALIADO
                .HTIP ACOM
                .ACCIONES
                (
                    
                    (
                        Ac_DejarPisadasGraficas
                        [
                        ]
                    )
                    (
                        Ac_DejarPisadasLogicas
                        [
                        ]
                    )
                )
                .COMPORTAMIENTO
                (
                    ComporUsuario
                    [
                        .ACCIONES
                        (
                            (
                                AUAcuchillar     #laceration
                                [
                                ]
                            )
                            .........
                            .........
                            .........




    .INTERFAZ
    [
        .SUBINTERFACES
        (
            
            (
                MOCHILA
                [
                    .TOKEN COMANDO
                    .ITEMS_BASICOS
                    (
                        IT_CUCHILLO_S ..........
                    )
                    .ITEMS
                    (
                        IT_SENUELO_S IT_SENUELOOFF_S IT_SENUELOON_S
                    )
                ]
            )
            ..........
            ..........


Posted by: Felo, August 4, 2009, 4:28pm; Reply: 5
Thx
Print page generated: February 28, 2010, 12:19am