Currently have an issue I believe may be due to another script… After restarts vehicle are out but players don’t get keys to the vehicle and jg-advancedgarages shows them as left out… Players then need to lockpick and hotwire to return vehicle to the garage… I know its something small I may be missing… Thx in advance.!!
Did some kind of requirement change in the last few experimental versions? I updated to take advantage of the performance optimization, but everytime I’ve tried to update since then the script completely fails to run, complaining in the F8 console about every single .lua file being unable to run- some of them warn me about them containing “binary chunks”, iirc. Been having to stick with the same version that I downloaded in early October since then.
I can double check the exact errors when I have access to my other computer, but I thought it was worth checkin in incase it’s another case of something obvious.
You need to make sure to copy every single file to your server. This kinda sounds like it could be missing the fxap file.
While both versions are still compatible at the moment (upwards/downwards wise) you should consider completely removing the folder and just adding the new one. Do not just overwrite files etc.
(there were some problems with escrow recently and scripts were re-encrypted on the portal automatically, so make sure all files are up-to-date)
When you park the car in a garage and you take it out, some tuning is missing… then it is the garage that does not save whatever rcore is doing there.
AdvancedParking basically saves everything including state bags (which could be why its working with AP itself; I don’t know if rcore is using state bags).
I assume that when you get the vehicle out of the garage and then you enter it, rcore checks its own tuning data and applies the stuff if it wasn’t on there in the first place.
I suggest first contacting rcore with whatever garage you are using. Maybe they have something for that one already.
AP’s data is all saved in the database in the table vehicle_parking. The format is very different from other scripts though. State bags are saved in a separate column.
…see, that’s what really confuses me- since I’m paranoid and want to be able to easily revert back, I only change versions via the method you describe. I’m fairly certain I’ve even tried using it with and without the _experimental suffix to see if it changed anything. I thought for sure it was an issue of the fxap file being missing as well…
Either way, I’ll double check the errors the next time I’m able to, and sanity-check a full re-install on the offchance that I spaced and missed something in the process before.