KallusRourke Posted May 23, 2016 Share Posted May 23, 2016 (edited) 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 May 23, 2016 by ArarielFett Link to comment Share on other sites More sharing options...
Mr.Arrow Posted May 23, 2016 Share Posted May 23, 2016 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 More sharing options...
KallusRourke Posted May 23, 2016 Author Share Posted May 23, 2016 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 More sharing options...
alloc8or Posted May 23, 2016 Share Posted May 23, 2016 update\update.rpf\common\data\gameconfig.xml Link to comment Share on other sites More sharing options...
KallusRourke Posted May 23, 2016 Author Share Posted May 23, 2016 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 More sharing options...
alloc8or Posted May 23, 2016 Share Posted May 23, 2016 (edited) 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 May 23, 2016 by Unknown_Modder Link to comment Share on other sites More sharing options...
KallusRourke Posted May 24, 2016 Author Share Posted May 24, 2016 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 More sharing options...
Mr.Arrow Posted May 24, 2016 Share Posted May 24, 2016 (edited) 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 May 24, 2016 by Mr.Arrow Link to comment Share on other sites More sharing options...
KallusRourke Posted May 24, 2016 Author Share Posted May 24, 2016 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 More sharing options...
KallusRourke Posted May 24, 2016 Author Share Posted May 24, 2016 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 More sharing options...
alloc8or Posted May 25, 2016 Share Posted May 25, 2016 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 More sharing options...
KallusRourke Posted May 25, 2016 Author Share Posted May 25, 2016 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 More sharing options...
KallusRourke Posted May 25, 2016 Author Share Posted May 25, 2016 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 More sharing options...
Mr.Arrow Posted May 25, 2016 Share Posted May 25, 2016 Try adding reasonable numbers in gameconfig,something like from 300 to 500. Link to comment Share on other sites More sharing options...
KallusRourke Posted May 25, 2016 Author Share Posted May 25, 2016 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 More sharing options...
Mr.Arrow Posted May 25, 2016 Share Posted May 25, 2016 Try changing this number : <Item><PoolName>FragmentStore</PoolName><PoolSize value=" "/></Item> Link to comment Share on other sites More sharing options...
KallusRourke Posted May 25, 2016 Author Share Posted May 25, 2016 (edited) 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 May 25, 2016 by ArarielFett Link to comment Share on other sites More sharing options...
Mr.Arrow Posted May 25, 2016 Share Posted May 25, 2016 What game version are you using? Link to comment Share on other sites More sharing options...
KallusRourke Posted May 25, 2016 Author Share Posted May 25, 2016 What game version are you using? 1.0.678.1 Link to comment Share on other sites More sharing options...
Mr.Arrow Posted May 25, 2016 Share Posted May 25, 2016 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? Link to comment Share on other sites More sharing options...
KallusRourke Posted May 26, 2016 Author Share Posted May 26, 2016 (edited) 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 May 26, 2016 by ArarielFett Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now