kopalov / GTAV-SH-Mod

The Savehouse Mod for GTA V
9 stars 4 forks source link

Spawning on load inside interiors instead of frontdoor #60

Closed kopalov closed 9 years ago

kopalov commented 9 years ago

Zippo Raid lovin everything about this mod and the immersion it can help produce, only qualms on my end would be the enter/exit menu not disappearing when you walk away from it (the one inside near the safehouse's bed does, however) and even when you save inside it still teleports you out front the doorstep next time you launch the game.. i used map editor to make my custom safehouse all decked out and such, kinda sucks spawning outfront instead of actually inside it nawmean? i tried using the phone's quicksave on my own inside my place and it wouldnt let me leave my house when i restarted GTA so i can see it being a technical fault (which some morons on this site need to be able to realize for a lot of things) however if it's not that big of an issue to implement it would help capture the home-y feeling all the more. either way thanks for ur work, lookin forward to whatever u got next

hennysmafter commented 9 years ago

Problem with loading inside interiors is that our mod is loaded while the game is starting and on first entering the spawning starts. But the Custom Interior is then not yet loaded but just starting.

kopalov commented 9 years ago

Spawning in is done by checkspawn() function, which is initialised in tick() only after the game is loaded and screen starts to fade out, so that would not be a problem.

kopalov commented 9 years ago

Test implementation in 086_3 Thus moving to 087 milestone

kopalov commented 9 years ago

Done in 086_4

kopalov commented 9 years ago

More testing and debug needed. For some reason lookforexit function just stops at some point, so you can't exit :(

kopalov commented 9 years ago

086_5 most bugs should be fixed now.