Jump to content
    1. Welcome to GTAForums!

    1. GTANet.com

    1. GTA Online

      1. Los Santos Drug Wars
      2. Updates
      3. Find Lobbies & Players
      4. Guides & Strategies
      5. Vehicles
      6. Content Creator
      7. Help & Support
    2. Red Dead Online

      1. Blood Money
      2. Frontier Pursuits
      3. Find Lobbies & Outlaws
      4. Help & Support
    3. Crews

    1. Grand Theft Auto Series

      1. Bugs*
      2. St. Andrews Cathedral
    2. GTA VI

    3. GTA V

      1. Guides & Strategies
      2. Help & Support
    4. GTA IV

      1. The Lost and Damned
      2. The Ballad of Gay Tony
      3. Guides & Strategies
      4. Help & Support
    5. GTA San Andreas

      1. Classic GTA SA
      2. Guides & Strategies
      3. Help & Support
    6. GTA Vice City

      1. Classic GTA VC
      2. Guides & Strategies
      3. Help & Support
    7. GTA III

      1. Classic GTA III
      2. Guides & Strategies
      3. Help & Support
    8. Portable Games

      1. GTA Chinatown Wars
      2. GTA Vice City Stories
      3. GTA Liberty City Stories
    9. Top-Down Games

      1. GTA Advance
      2. GTA 2
      3. GTA
    1. Red Dead Redemption 2

      1. PC
      2. Help & Support
    2. Red Dead Redemption

    1. GTA Mods

      1. GTA V
      2. GTA IV
      3. GTA III, VC & SA
      4. Tutorials
    2. Red Dead Mods

      1. Documentation
    3. Mod Showroom

      1. Scripts & Plugins
      2. Maps
      3. Total Conversions
      4. Vehicles
      5. Textures
      6. Characters
      7. Tools
      8. Other
      9. Workshop
    4. Featured Mods

      1. Design Your Own Mission
      2. OpenIV
      3. GTA: Underground
      4. GTA: Liberty City
      5. GTA: State of Liberty
    1. Rockstar Games

    2. Rockstar Collectors

    1. Off-Topic

      1. General Chat
      2. Gaming
      3. Technology
      4. Movies & TV
      5. Music
      6. Sports
      7. Vehicles
    2. Expression

      1. Graphics / Visual Arts
      2. GFX Requests & Tutorials
      3. Writers' Discussion
      4. Debates & Discussion
    1. Announcements

    2. Support

    3. Suggestions

Is there a limit of how many standalone cars you can have?


KallusRourke
 Share

Recommended Posts

KallusRourke

Hello,

 

I was trying to add in yet another standalone police vehicle earlier, and the game would crash when on the "loading and populating world" portion of the loading screen. Removed the files for the new vehicle, loaded fine. Tried another car, crash. I do have a lot of standalone vehicles in already, and was wondering if there is a limit to how many you can have? I don't have over 10, 8-9 at the most. I've tried three different cars and gotten the same result.

 

I've tried everything with no results. I've had some people say they have over 30 standalone cars. Is that accurate? If so, I don't get what my issue is.

Edited by ArarielFett
Link to comment
Share on other sites

Use gameconfig.xml to change the number by using these parameters:

 

 

 <PoolName>Vehicles</PoolName> <PoolName>VehicleStreamRequest</PoolName> <PoolName>VehicleStreamRender</PoolName> <PoolName>HandlingData</PoolName> <PedsForVehicles_Base> <PedsForVehicles <VehicleMemoryMultiplier<VehicleUpperLimit<MaxVehicleModelInfos<MaxExtraVehicleModelInfos
Link to comment
Share on other sites

KallusRourke

 

Use gameconfig.xml to change the number by using these parameters:

 <PoolName>Vehicles</PoolName> <PoolName>VehicleStreamRequest</PoolName> <PoolName>VehicleStreamRender</PoolName> <PoolName>HandlingData</PoolName> <PedsForVehicles_Base> <PedsForVehicles <VehicleMemoryMultiplier<VehicleUpperLimit<MaxVehicleModelInfos<MaxExtraVehicleModelInfos

 

Where is this file located? I didn't see it in the main directory.

Link to comment
Share on other sites

KallusRourke

 

Use gameconfig.xml to change the number by using these parameters:

 <PoolName>Vehicles</PoolName> <PoolName>VehicleStreamRequest</PoolName> <PoolName>VehicleStreamRender</PoolName> <PoolName>HandlingData</PoolName> <PedsForVehicles_Base> <PedsForVehicles <VehicleMemoryMultiplier<VehicleUpperLimit<MaxVehicleModelInfos<MaxExtraVehicleModelInfos

 

 

update\update.rpf\common\data\gameconfig.xml

 

Thank you. So what exactly do I edit? Vehicles value? Handlingdata? Sorry, I just don't want to edit the wrong thing.

 

Link to comment
Share on other sites

Scroll down until you see this

						<Item>							<PoolName>Vehicles</PoolName>							<PoolSize value="300"/>						</Item>						<Item>							<PoolName>VehicleStreamRequest</PoolName>							<PoolSize value="45"/>						</Item>						<Item>							<PoolName>VehicleStreamRender</PoolName>							<PoolSize value="35"/>						</Item>						<Item>							<PoolName>VehicleStruct</PoolName>							<PoolSize value="200"/>						</Item>        		                        <Item>							<PoolName>HandlingData</PoolName>							<PoolSize value="712"/>						</Item> 

and now simply raise the values (i.e. to this):

						<Item>							<PoolName>Vehicles</PoolName>							<PoolSize value="900"/>						</Item>						<Item>							<PoolName>VehicleStreamRequest</PoolName>							<PoolSize value="45"/>						</Item>						<Item>							<PoolName>VehicleStreamRender</PoolName>							<PoolSize value="35"/>						</Item>						<Item>							<PoolName>VehicleStruct</PoolName>							<PoolSize value="300"/>						</Item>        		                        <Item>							<PoolName>HandlingData</PoolName>							<PoolSize value="800"/>						</Item>    						<Item>
Edited by Unknown_Modder
Link to comment
Share on other sites

KallusRourke

 

Scroll down until you see this

						<Item>							<PoolName>Vehicles</PoolName>							<PoolSize value="300"/>						</Item>						<Item>							<PoolName>VehicleStreamRequest</PoolName>							<PoolSize value="45"/>						</Item>						<Item>							<PoolName>VehicleStreamRender</PoolName>							<PoolSize value="35"/>						</Item>						<Item>							<PoolName>VehicleStruct</PoolName>							<PoolSize value="200"/>						</Item>        		                        <Item>							<PoolName>HandlingData</PoolName>							<PoolSize value="712"/>						</Item> 

and now simply raise the values (i.e. to this):

						<Item>							<PoolName>Vehicles</PoolName>							<PoolSize value="900"/>						</Item>						<Item>							<PoolName>VehicleStreamRequest</PoolName>							<PoolSize value="45"/>						</Item>						<Item>							<PoolName>VehicleStreamRender</PoolName>							<PoolSize value="35"/>						</Item>						<Item>							<PoolName>VehicleStruct</PoolName>							<PoolSize value="300"/>						</Item>        		                        <Item>							<PoolName>HandlingData</PoolName>							<PoolSize value="800"/>						</Item>    						<Item>

 

Unfortunately, this didn't help anything. I even tried jacking the numbers up higher than the second screenshot, and it's still crashing.

Link to comment
Share on other sites

It looks like your problem has to do with your mod.Did you install it correctly?No missing handling?

 

My one has over 80 addons with no single crash.

Edited by Mr.Arrow
Link to comment
Share on other sites

KallusRourke

It looks like your problem has to do with your mod.Did you install it correctly?No missing handling?

 

My one has over 80 addons with no single crash.

 

I've tried three separate cars, two from the same site,one from another. It shouldn't be mod related.

Link to comment
Share on other sites

KallusRourke

It looks like your problem has to do with your mod.Did you install it correctly?No missing handling?

 

My one has over 80 addons with no single crash.

 

Actually, Unknown Modder said to go:

 

update\update.rpf\common\data\gameconfig.xml

 

But what if my standalone vehicles are located within my mods folder? Does that make any difference? Should I be editing the game config within the mod folder?

Link to comment
Share on other sites

Ummm, yeah... Sorry for not being accurate. Of course, if you have a mods folder then edit the gameconfig within the mods folder :)

Link to comment
Share on other sites

KallusRourke

Ummm, yeah... Sorry for not being accurate. Of course, if you have a mods folder then edit the gameconfig within the mods folder :)

 

That's not a problem at all! I'll give this a try now.

Link to comment
Share on other sites

KallusRourke

Ummm, yeah... Sorry for not being accurate. Of course, if you have a mods folder then edit the gameconfig within the mods folder :)

 

Nope...same result. I'm really confused what the problem is. It's not anything with the coding, as I even copied another meta and another car variation just to be sure. For some reason, my game is not letting me add in more cars.

 

I don't know how to add attachments on this forum, so I've included Pastebins of the edited vehicle meta, car variations, and game config.

 

Vehicles meta - http://pastebin.com/3EC27F0g

 

Car variations - http://pastebin.com/31aJfUzM

 

Game config - http://pastebin.com/KQZRXxUP

Link to comment
Share on other sites

Try adding reasonable numbers in gameconfig,something like from 300 to 500.

Link to comment
Share on other sites

KallusRourke

Try adding reasonable numbers in gameconfig,something like from 300 to 500.

 

 

Here's the most recent settings, still crashed. I'm close to calling it quits. This makes no sense. I left the one on 800 because it was only a little step up from the default of 712.

 

<Item>

<PoolName>Vehicles</PoolName>

<PoolSize value="500"/>

</Item>

<Item>

<PoolName>VehicleStreamRequest</PoolName>

<PoolSize value="45"/>

</Item>

<Item>

<PoolName>VehicleStreamRender</PoolName>

<PoolSize value="35"/>

</Item>

<Item>

<PoolName>VehicleStruct</PoolName>

<PoolSize value="300"/>

</Item>

<Item>

<PoolName>HandlingData</PoolName>

<PoolSize value="800"/>

</Item>

Link to comment
Share on other sites

Try changing this number :

 

 

 <Item><PoolName>FragmentStore</PoolName><PoolSize value=" "/></Item>
Link to comment
Share on other sites

KallusRourke

 

Try changing this number :

 <Item><PoolName>FragmentStore</PoolName><PoolSize value=" "/></Item>

 

Upped it to this, tried adding one car sitll no change.

<Item><PoolName>FragmentStore</PoolName><PoolSize value="11550"/></Item>
Edited by ArarielFett
Link to comment
Share on other sites

KallusRourke

You can use my gameconfig:

http://www.megafileupload.com/joTi/gameconfig.xml?pt=BAcGTKUXJBlJkCpaLw0%2Bf2w3hozxMwD9yKQpieMBZoU%3D

 

If it still doesn't work,then it's probably the mod you download that causes the game to crash......

Now that I mention it,what mod did you download?

 

Tempted to marry you. XD Thanks, it finally worked. Out of curiosity, do you know how many more cars your config will allow me to have? A thousand?

Edited by ArarielFett
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.