New to modding, have read everything, not sure where I'm messing up. Can't get add-on vehicles to work.
-
Hey guys. I'm new to modding GTA V and have been reading and watching heaps of tutorials. I've gotten MVGA, LA Roads, vegetation and billboards working no problem but I can't for the life of me get any vehicles in game. What am I missing?
Yet when I open the Add On Vehicle Spawner (https://www.gta5-mods.com/scripts/add-on-vehicle-spawner#comments_tab) and type in the vehicle name, it always says invalid car or whatever. What am I doing wrong?
Any help is greatly appreciated! I've been at it for 6 hours and still no luck getting a single car in game.
-
@aeffertz have you installed the obligatory custom gameconfig like a good boy? Gameconfig.xml 2.0 by Dilapidated »
-
@ReNNie I downloaded this one: https://www.gta5-mods.com/misc/gameconfig-for-v1-0-1180-2-limitless-add-on-no-crash
I just tried the one you linked and it didn't change anything. Still says vehicle doesn't exist.
-
Actually, the only mod that seems to be working is the MVGA. Do I need to do something special to run the game from the mods folder or something?
-
@aeffertz OpenIV.asi and the prequisites Script Hook V and Community Script Hook V .NET
-
@ReNNie said in New to modding, have read everything, not sure where I'm messing up. Can't get add-on vehicles to work.:
@aeffertz OpenIV.asi and the prequisites Script Hook V and Community Script Hook V .NET
Yep, as you can see in the one screen shot of my game folder, I have all those files (all current versions) in my game folder.
-
I've never done anything with the vehicle.rpf file. Do I need to? I don't have x64e.rpf in my mods folder even.
-
Your xml is invalid.
<item>dlcpacks:\LA_ROADS\<\item>
should be
<item>dlcpacks:\LA_ROADS\</item>
(note the forward slash in the closing tag)