Jump to content


Darth Kaldie

Member Since 09 Dec 2015
Offline Last Active Sep 12 2018 05:23 PM

Posts I've Made

In Topic: Change ability for the Thief

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 
                                        ]

In Topic: Limited ammo and others

24 October 2017 - 10:47 AM

I don't know wich file and where in the file I must edit it so I can change it to 4x6, can you please let me know what file I should use for this, how to open it and where these changes must be made ?

 

Thnxsss ;)