0 files liked
1 comment
0 videos
0 uploads
0 followers
guys i found something that could fix the garage problem. It worked for me and i could enter the garage through a blue blip to teleport in the garage and the menu works and i am able to modify my car.
In the "BennyMotorworks" xml file there is the following settings :
<UnloadOnlineMap>false</UnloadOnlineMap>
<LoadOnStartup>true</LoadOnStartup>
<UseOldEntrance>false</UseOldEntrance>
<UseOldExit>false</UseOldExit>
<ForceOpenDoors>false</ForceOpenDoors>
Simply change the last three variables to true so that the mod is forced to open the garage door.
<UnloadOnlineMap>false</UnloadOnlineMap>
<LoadOnStartup>true</LoadOnStartup>
<UseOldEntrance>true</UseOldEntrance>
<UseOldExit>true</UseOldExit>
<ForceOpenDoors>true</ForceOpenDoors>
Hope this helps
(By the way, the XML file is created automatically by the game when you load the mod for the first time.)