Bully-Board

Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: bullyextreme on July 22, 2015, 02:47:50 PM

Title: There has some mod to open all doors
Post by: bullyextreme on July 22, 2015, 02:47:50 PM
there has a mod that can open the doors that only peds can pass? like super mod 3?
Title: Re: There has some mod to open all doors
Post by: AlphaTech on July 22, 2015, 03:21:39 PM
Yeah look at the tutorial's and try to make one yourself. I would try and make a quick mod but I am not on a cpu atm.
Title: Re: There has some mod to open all doors
Post by: denizthebest on July 22, 2015, 09:56:10 PM
yes there is i can give you the code for oppening doors

AreaSetDoorLocked("DT_tschool_AutoShopL", false) --Autoshop
AreaSetDoorLocked("DT_ischool_Door01", false) --Chemistry Class
AreaSetDoorLocked("DT_ischool_Classroom", false) --English/Maths/Geology Class
AreaSetDoorLocked("DT_ischool_Art", false) --Art Class
AreaSetDoorLocked("DT_ISCHOOL_BIO", false) --Biology Class
AreaSetDoorLocked("DT_ischool_Staff", false) --Staff Room
AreaSetDoorLocked("DT_ischool_AuditorBalc", false) -- Auditorium Balcony 2nd floor
AreaSetDoorLocked("DT_ischool_AuditorDoorL", false) -- Auditorium 1st floor

Add this code under main function good luck ;)
Title: Re: There has some mod to open all doors
Post by: DaBOSS54320 on July 22, 2015, 10:25:18 PM
Hmm, if you want it just like Super Mod 3 then this should do. (see attachment)
Title: Re: There has some mod to open all doors
Post by: Shrimp on July 23, 2015, 08:21:16 AM
What about the Boy's dorm? Is it possible to open them?
Title: Re: There has some mod to open all doors
Post by: AfterLife on July 23, 2015, 08:23:36 AM
What about the Boy's dorm? Is it possible to open them?
Change your faction to any other than gPlayer.
Title: Re: There has some mod to open all doors
Post by: DaBOSS54320 on July 23, 2015, 01:01:04 PM
Open them sure, but go in and you'll be teleported to your room.