» Welcome, Guest.
Please login or register.
February 27, 2010, 11:58pm

Forum Login
Login Name: Create a new account
Password:     Forgot password

Commandos HQ    Commandos Series    Modding & Mods  ›  How to Change Commandos abilities?

How to Change Commandos abilities? Print
1 Pages 1 Recommend Thread
Mijit
May 14, 2009, 10:55am Report to Moderator
Private
Posts: 2
Posts Per Day: 0.01
Time Online: 32 minutes
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.
Logged Offline
E-mail Private Message
wyel2000
May 15, 2009, 1:23am Report to Moderator
Master Sergeant
Posts: 321
Posts Per Day: 0.29
Reputation: 100.00%
Time Online: 3 days 3 hours 36 minutes
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.
Logged Offline
E-mail Private Message Reply: 1 - 5
Mijit
May 15, 2009, 6:56am Report to Moderator
Private
Posts: 2
Posts Per Day: 0.01
Time Online: 32 minutes
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


Logged Offline
E-mail Private Message Reply: 2 - 5
Felo
August 2, 2009, 8:35am Report to Moderator
Private
Posts: 4
Posts Per Day: 0.02
Time Online: 4 hours 49 minutes
And how to add the "using knife" ability (like green beret) to thief or other characters?
Logged Offline
E-mail Private Message Reply: 3 - 5
wyel2000
August 3, 2009, 1:26am Report to Moderator
Master Sergeant
Posts: 321
Posts Per Day: 0.29
Reputation: 100.00%
Time Online: 3 days 3 hours 36 minutes
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
                    )
                ]
            )
            ..........
            ..........


Logged Offline
E-mail Private Message Reply: 4 - 5
Felo
August 4, 2009, 4:28pm Report to Moderator
Private
Posts: 4
Posts Per Day: 0.02
Time Online: 4 hours 49 minutes
Thx
Logged Offline
E-mail Private Message Reply: 5 - 5
1 Pages 1 Recommend Thread
Print

Commandos HQ    Commandos Series    Modding & Mods  ›  How to Change Commandos abilities?



Powered by E-Blah Forum Software 10.3.6 © 2001-2008