Bully-Board
Bully Modding Section => Mod Showroom => Mod Showroom Archives => Topic started by: The4Pizza on November 04, 2012, 09:27:20 AM
-
I found the interior of the room Dorm Boys, Images Below:
(http://i46.tinypic.com/2jayb6t.png)
(http://i48.tinypic.com/jjbght.png)
(http://i47.tinypic.com/1198du0.png)
(http://i45.tinypic.com/2qxqbcy.png)
(http://i45.tinypic.com/nzpqms.png)
-
Thats awesome! But I dont think that its belongs to "mod releases" I think it suppouse to be in mod disscussion....
-
No, he showing his mod so its a show mod.
-
I moved it to Mod Showroom, lol.
-
sorry but this is all old hat
-
sorry but this is all old hat
I liked this thread better.
-
That's odd.
If you edit the trigger.img so every IS_LOCKED_TRUE is changed to IS_LOCKED_FALSE and start a new game you can access that part of the dorm if a ped opens the door. Once you enter the room you are teleported to jimmy's room. o_O
Vadiagem...
-
as i said its old hat
-
New to me since i never saw a enter it while using PLAYER1 lol
Its not useful but it alright though.
-
You know, what, I'm gonna clean this thread up now that the problem's been sorted...it's been sidetracked.
Edit: Done. Now let's stay on topic, please.
-
That's odd.
If you edit the trigger.img so every IS_LOCKED_TRUE is changed to IS_LOCKED_FALSE and start a new game you can access that part of the dorm if a ped opens the door. Once you enter the room you are teleported to jimmy's room. o_O
Vadiagem...
vadiagem is truany in portuguese brazilian is because 4pizza is brasilian :D
-
truany...?
WHAAAAAAAT?
Never heard that word before in my life :P
-
That's odd.
If you edit the trigger.img so every IS_LOCKED_TRUE is changed to IS_LOCKED_FALSE and start a new game you can access that part of the dorm if a ped opens the door. Once you enter the room you are teleported to jimmy's room. o_O
Vadiagem...
we, no te compliques, simplemente cambio la faccion y ya
-
That's odd.
If you edit the trigger.img so every IS_LOCKED_TRUE is changed to IS_LOCKED_FALSE and start a new game you can access that part of the dorm if a ped opens the door. Once you enter the room you are teleported to jimmy's room. o_O
Vadiagem...
we, no te compliques, simplemente cambio la faccion y ya
La verdad nunca lo intente pero en realidad no me interesa mucho esa área del juego.
-
The reason why you are teleported from the rooms in the boys dorm is because of a little thing called alarms which is a bit of lua code that does not permit the player to go into the area or areas that the alarm is set for. this is also true for the doors for the boys dorm and the girls dorm to prevent the opposite gender from entering that area...like girls that are pissed off and chasing you cannot enter the boys dorm....however you CAN spawn them in the dorm using lua but you have to override the alarm to do it properly....but even without overriding it it can still be done just you will be limited.
I have managed in the past to disable the door alarms in the boys dorm just by deleting the doors themselves by hex editing the bdorm.lua script but since I have the entire source for that script...I don't have to and will release a mod with those interiors fully functioning. No ETA on when I will bother with that due to other projects I am rushing to finish up.
-
O.O I saw a couple of times girls that spawn in the boys dorm it was angie that freak girl spawned at the boys dorm like 3 times in my game. Before I ever knew that there are mods for bully
-
Aaron?
-
Aaron?
I was using my phone , its acting like a dumbass some times.... I wanna write "a" it wrote "Aaron".....
-
The reason why you are teleported from the rooms in the boys dorm is because of a little thing called alarms which is a bit of lua code that does not permit the player to go into the area or areas that the alarm is set for. this is also true for the doors for the boys dorm and the girls dorm to prevent the opposite gender from entering that area...like girls that are pissed off and chasing you cannot enter the boys dorm....however you CAN spawn them in the dorm using lua but you have to override the alarm to do it properly....but even without overriding it it can still be done just you will be limited.
I have managed in the past to disable the door alarms in the boys dorm just by deleting the doors themselves by hex editing the bdorm.lua script but since I have the entire source for that script...I don't have to and will release a mod with those interiors fully functioning. No ETA on when I will bother with that due to other projects I am rushing to finish up.
So this explains why the prefects never followed me inside the boys dorms my first days playing bully.
-
Received this message from radikalgamer.....
I'm sorry I'm new here can you tell me how to edit trigger.img please?
-
O.O I saw a couple of times girls that spawn in the boys dorm it was angie that freak girl spawned at the boys dorm like 3 times in my game. Before I ever knew that there are mods for bully
yea can someone explain why glitches like this happen?
-
The glitches happen for one simple reason. The lua scripts are loaded into active memory rather then being loaded and read directly from the filesystem and as such...sometimes a glitch will happen if a script does not load right in active memory or if a script is missing the cleanupgarbage() function in the script when it ends and leaves some things in memory that are not overwritten by another script...etc.