Jump to content


Photo

Change ability for the Thief


  • Please log in to reply
4 replies to this topic

#1 Darth Kaldie

Darth Kaldie
  • Members
  • 7 posts

Posted 24 October 2017 - 07:45 AM

Hello people,

 

Haven't been playing commandos in like forever. Thanks to the modders that they created a new version for Destination Paris, I started to play it again.

 

After a while I somehow got used to 1.44 specially playing with the thief who has the abillity to tie his enemies up in this mod.

 

I want to have this ability in the regular game as well, but I never even tried to start modding the game.

 

Can somebody point me in the right direction or give me something to work with ? I would like the thief to have the ability to tie enemies up in every mission he's in but how do I do that and what tools do I need. I think it shouldn't be that hard, since it is possible in 1.44 as well, so how can I do that in the regular game ?

 

Thanks for the help in advance  :thumbsupcool:

 

Greetz,

 

Erik


Edited by Darth Kaldie, 24 October 2017 - 07:46 AM.


#2 extrano1955

extrano1955

    title available

  • Members
  • 669 posts
  • Location:Spain

Posted 24 October 2017 - 04:42 PM

1 Open your directory of the game/DATA/STR/GLOBAL.STR with note block and search the name of the mission you want to edit.

Example: MSBN La Rochelle Part 1: Approaching The Enemy ( MSBN Is the code we are searching )

2 Open your directory of the game/DATA/MISIONES/MISIONES.DAT with note block and search the code.

 

  [
    .DIR SB
    .MIS SB_NOCTURNA
    .HTIT MSBN
    .FICHERO_PROGRESO PGR_SB_NOCTURNA.MSB
    .CLAVE_FACIL WDBE1
    .CLAVE_NORMAL LRCN1
    .CLAVE_DIFICIL GMCH1
    .TIPO_MISION PRINCIPAL
    .CONCEPTOS_PUNTUA 255
    .ALIADOS ( RATERO NATACHA CONDUCTOR ESPIA ARTIFICIERO )
  ]

 

This mean we .MIS file of the mission we want to edit is in DATA/MISIONES/SB/SB_NOCTURNA.MIS

 

3 Open the .MIS with note block; search TOKEN RATERO and paste the tie code: 

 

                           (

                                AUAmordazar 
                                [
                                ]
                            )  
 
Inside of the .ACCIONES ( 
 
----------------------------
 
You dont have that files?
 
 
And extract every file you need. The files are in DATA.PCK

Edited by extrano1955, 24 October 2017 - 04:43 PM.


#3 Darth Kaldie

Darth Kaldie
  • Members
  • 7 posts

Posted 25 October 2017 - 06:41 PM

Thanks for the help Extrano, but as you can see in a part of the code, I have opened up the files with Context and both these codes are already in there...In the game itself however I can't tie the enemies up with the thief...does this work in saved games or do I have to start the mission again from the start ? Because it did worked in the first mission in Rochelle, but not in the second one...

 

DATA/MISIONES/SB/SB.MIS (part of the code under Token Ratero)

 

                        .COMPORTAMIENTO 
                        (
                            ComporUsuario 
                            [
                                .ACCIONES 
                                (
                            (
                                AUAmordazar
                                [
                                ]
                            )  
                                    (
                                        AULanzarGranada 
                                        [
                                            .TIPO_GRANADA GAS 

 

                                        ]
 
DATA/MISIONES/SB/SB_NOCTURNA.MIS (part of the code under Token Ratero)
 
                        .COMPORTAMIENTO 
                        (
                            ComporUsuario 
                            [
                                .ACCIONES 
                                (
                            (
                                AUAmordazar 
                                [
                                ]
                            )  
                                    (
                                        AULanzarGranada 
                                        [
                                            .TIPO_GRANADA GAS 
                                        ]


#4 Zakxaev68

Zakxaev68

    Stalking in the shadows

  • Members
  • 163 posts
  • Location:Bulgaria

Posted 26 October 2017 - 01:17 PM

extrano at help. fast response unit, jaja!


comm-boot-camp-promo-revora-join-us-co.p


<<< CLICK ON THE IMAGE TO DO SO >>>


#5 extrano1955

extrano1955

    title available

  • Members
  • 669 posts
  • Location:Spain

Posted 26 October 2017 - 01:32 PM

 

Thanks for the help Extrano, but as you can see in a part of the code, I have opened up the files with Context and both these codes are already in there...In the game itself however I can't tie the enemies up with the thief...does this work in saved games or do I have to start the mission again from the start ? Because it did worked in the first mission in Rochelle, but not in the second one...

 

DATA/MISIONES/SB/SB.MIS (part of the code under Token Ratero)

 

                        .COMPORTAMIENTO 
                        (
                            ComporUsuario 
                            [
                                .ACCIONES 
                                (
                            (
                                AUAmordazar
                                [
                                ]
                            )  
                                    (
                                        AULanzarGranada 
                                        [
                                            .TIPO_GRANADA GAS 

 

                                        ]
 
DATA/MISIONES/SB/SB_NOCTURNA.MIS (part of the code under Token Ratero)
 
                        .COMPORTAMIENTO 
                        (
                            ComporUsuario 
                            [
                                .ACCIONES 
                                (
                            (
                                AUAmordazar 
                                [
                                ]
                            )  
                                    (
                                        AULanzarGranada 
                                        [
                                            .TIPO_GRANADA GAS 
                                        ]

 

Yes, you always must restart the game. 






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users