Does anybody know why some cars just disappear after spawning them from menyoo car spawner?
-
Hey so I have Menyoo mods latest version installed. Whenever I spawn some cars they spawn but after 2 3 seconds, they disappear before I could drive them. Why does it happen with specific cars only? Like Deveste Eight, DR1, Ignus, etc? and how to fix them?
-
@AftabShaikh_8 its called non persistence.
-
https://www.gta5-mods.com/scripts/add-on-vehicle-spawner
https://forums.gta5-mods.com/topic/33791/some-cars-disappear-after-spawning-them
-
@JohnFromGWN It's such a moronic thing to clutter the game with nonsense bloatware scripts... I don't understand, no no, I can not comprehend why they are not allowing us to spawn dlc cars in singleplayer......
I bet they don't want us to enjoy them even in singleplayer and forcing us to pay money to buy... I was once watched a cartoon where a Unicorn spawns gold on a greedy man and then the gold turns to coal because of his greed and it's weight crushes him. I hope same happens to greedy not so rocking star which it's star already faded it's bright...
-
@Aurora11 Who knows their true intentions. If that script exists it could just be for memory management. Remember that their development environment and workflows in no way take into account modding. So I prefer to think that they don't break things intentionally. If they had really wanted to be pricks they could have permanently blocked OpenIV. Remember that their EULA clearly says no reverse engineering, but almost every mod script does exactly that.
As for me, I'm lucky to have made the effort to learn basic scripting (definitely not rocket science) and also get comfortable with addon structures. So when I spawn a ped or a car and leave them hundreds of miles away from me they will still be there hours later - absolutely no despawns.
I'm also happy that I couldn't care less for vanilla cars and even happier to know that I can easily convert any new dlc (ped or vehicle) into an addon. This allows me to revert back and not worry about anything including falling through the ground.
-
@JohnFromGWN Haha, I would dare them to block OpenIV again
It's been a long while I ate popcorns while watching people rants to shittwo and turns the game's score Overwhelmingly Negative in Steam
Besides, there is still CodeWalker anyway...
I believe their development environment most likely doesn't take the account of singleplayer instead since they are completely abandoned it but ruined so many things too .. Like how every AI driver turns to killer ghost rider who tries to run you over or forcing you to crash. How so many times they match their speed just perfectly at intersections to cause you to crash .. At least though I'm happy there is something in my game significantly reducing that shitness, though I just couldn't figure out which mod is it.
-
@Aurora11 said in Does anybody know why some cars just disappear after spawning them from menyoo car spawner?:
Besides, there is still CodeWalker anyway...
Unfortunately CodeWalker can't load addons, only OpenIV.
-
@JohnFromGWN how do know make the cars not despawn even being far away?
-
@GENERALPROTIK by spawning them with a simple c# script using native functions.
-
@JohnFromGWN can you provide the script?
-
@JohnFromGWN The second thread suggest
The following scripts actively update to prevent these from despawning:
Simple Trainer
Enhanced Native Trainer
Add-On Vehicle SpawnerDo I need to install all three trainer/script or installing any one of these will fix the issues of despawning?
-
@AftabShaikh_8 only one, but you can see which one you prefer, they have different interfaces and different functionalities but apparently they all will do the trick.
-
@JohnFromGWN that's what I was looking for. For me Simple trainer looks good and it has many cool features too.
Also another question is that, if I install simple trainer, Do I need to spawn cars with it to solve the despawning issue or can use Menyoo as well.
-
@AftabShaikh_8 i only use Menyoo but i spawn with my own mod. If you are using simple trainer then you will spawn vehicles with it. It will not change the behavior or functionality of Menyoo. In other words even with simple trainer installed any spawns with Menyoo will NOT persist.
So keep both trainers or remove Menyoo if you only need one.
-
How do you spawn with your own mod? How to spawn cars with Menyoo without despawning issue?
-
@AftabShaikh_8
https://www.gta5-mods.com/tools/lemonui
As discussed above, you cant with Menyoo
-
@JohnFromGWN Well the OpenIV.asi can be found anywhere on the internet anyway haha
and you don't exactly need to have OpenIV installed for the asi to work
-
@Aurora11 Hi. OpenIV doesn't load any asi files. It comes with an option for the asi loader which is actually dinput8.dll, the same file packaged with ScriptHookV.
What I was referring to is that Codewalker can't load a dlc.rpf, OpenIV.asi is required to load dlc.rpfs. And ofc Codewalker can't load an asi, but that's not the issue.
So sadly or happily, you can't play a modded game in 2022 without OpenIV.
-
@JohnFromGWN What I was trying to say is, you don't need the OpenIV itself. I mean you can uninstall OpenIV and continue playing the modded game. OpenIV.asi is all you need to load mods folder
-
@Aurora11 Ok, got it.