Bully-Board
Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: Jimmy109 on September 07, 2013, 11:28:10 AM
-
Everytime I try and open all the doors, I crash, I open Trigger.img in Notepad++ and replace "ISLOCKED TRUE" with "ISLOCKED FALSE" (http://gyazo.com/05066b7db5b672a9804e45fae2b74262 (http://gyazo.com/05066b7db5b672a9804e45fae2b74262)) then I save and open the game, then when i press story mode, my game crashes and says "bully.exe has stopped working" D:.
Please help!
-
This happened to me too. You should replace the hex-values instead of the text-string.
1. Press ctrl + r to open the replace window.
2. Search for: 49 53 4C 4F 43 4B 45 44 20 54 52 55 45
3. Replace with: 49 53 4C 4F 43 4B 45 44 20 46 41 4C 53 45
4. Datatype: hex-values.
5. Click replace all.
6. Save and start the game.
49 53 4C 4F 43 4B 45 44 20 46 41 4C 53 45 (ISLOCKED FALSE)
49 53 4C 4F 43 4B 45 44 20 54 52 55 45 (ISLOCKED TRUE)
-
This happened to me too. You should replace the hex-values instead of the text-string.
1. Press ctrl + r to open the replace window.
2. Search for: 49 53 4C 4F 43 4B 45 44 20 54 52 55 45
3. Replace with: 49 53 4C 4F 43 4B 45 44 20 46 41 4C 53 45
4. Datatype: hex-values.
5. Click replace all.
6. Save and start the game.
49 53 4C 4F 43 4B 45 44 20 46 41 4C 53 45 (ISLOCKED FALSE)
49 53 4C 4F 43 4B 45 44 20 54 52 55 45 (ISLOCKED TRUE)
Doesnt work D: Thanks anyway!
-
This happened to me too. You should replace the hex-values instead of the text-string.
1. Press ctrl + r to open the replace window.
2. Search for: 49 53 4C 4F 43 4B 45 44 20 54 52 55 45
3. Replace with: 49 53 4C 4F 43 4B 45 44 20 46 41 4C 53 45
4. Datatype: hex-values.
5. Click replace all.
6. Save and start the game.
49 53 4C 4F 43 4B 45 44 20 46 41 4C 53 45 (ISLOCKED FALSE)
49 53 4C 4F 43 4B 45 44 20 54 52 55 45 (ISLOCKED TRUE)
Doesnt work D: Thanks anyway!
Try to replace this one: 49 53 4C 4F 43 4B 45 44 20 54 52 55 45 0D (ISLOCKED TRUE)
I forgot the "0D" at the end of the code.
EDIT: Yeah this is the corret hex-value, I tested it myself and worked.
You have to start a new game to unlock all the doors with this replace method. Just pause the game and select "restart" and don't worry, your progress won't be lost (unless you overwrite your original save file).
-
It worked! tyvm.
-
This happened to me too. You should replace the hex-values instead of the text-string.
1. Press ctrl + r to open the replace window.
2. Search for: 49 53 4C 4F 43 4B 45 44 20 54 52 55 45
3. Replace with: 49 53 4C 4F 43 4B 45 44 20 46 41 4C 53 45
4. Datatype: hex-values.
5. Click replace all.
6. Save and start the game.
49 53 4C 4F 43 4B 45 44 20 46 41 4C 53 45 (ISLOCKED FALSE)
49 53 4C 4F 43 4B 45 44 20 54 52 55 45 (ISLOCKED TRUE)
Doesnt work D: Thanks anyway!
Try to replace this one: 49 53 4C 4F 43 4B 45 44 20 54 52 55 45 0D (ISLOCKED TRUE)
I forgot the "0D" at the end of the code.
EDIT: Yeah this is the corret hex-value, I tested it myself and worked.
You have to start a new game to unlock all the doors with this replace method. Just pause the game and select "restart" and don't worry, your progress won't be lost (unless you overwrite your original save file).
WHy do u have to restart? It works, but I don't want to restart because I have to beat the game again.
-
you dont have to beat the game again its up to you.
btw after chap. 2 this method gets overidden in Lua which is why you have to restart to get the doors open.