vergilsparda
Scavenger
Was doing some testing for my own personal game as I desired for very vehicle to only need one or two cans of gas (maximum like eight or ten for the 4x4) for realism purposes, while also minimizing the amount of gas one can get in general from loot, and found that no matter how low I set the capacity of—specifically, haven't yet tested it on the other vehicles—the minibike, it won't take any less than 25 "gas cans" (like, the item).
Vanilla capacity is 40, to which I lowered to 4—that brought the amount of gas needed to 100, then from capacity 4 to capacity 1 which brought it down to 25. Anything lower (.4, .1, .01 were the three I tried) has no effect. Changing the 'fuelKMPerL" also didn't change this, no matter how high it was set. Thought it could be the culprit but it still runs the same no matter the size of the tank.
Is there a hard limit not in the XML that it has to stay at 25 to completely refuel x vehicle? And if it is, but can be changed in the assemblyc-sharp.dll, which part of the .dll would I have to change in order to lower the amount further? It's for my personal game only, and I'm not too well versed in c-sharp stuff to go poking without knowing exactly where I'm going (even though I have made backups of the vanilla .dll already). I know about as much to change my backpack size thanks to an old tutorial, but that's about it.
Vanilla capacity is 40, to which I lowered to 4—that brought the amount of gas needed to 100, then from capacity 4 to capacity 1 which brought it down to 25. Anything lower (.4, .1, .01 were the three I tried) has no effect. Changing the 'fuelKMPerL" also didn't change this, no matter how high it was set. Thought it could be the culprit but it still runs the same no matter the size of the tank.
Is there a hard limit not in the XML that it has to stay at 25 to completely refuel x vehicle? And if it is, but can be changed in the assemblyc-sharp.dll, which part of the .dll would I have to change in order to lower the amount further? It's for my personal game only, and I'm not too well versed in c-sharp stuff to go poking without knowing exactly where I'm going (even though I have made backups of the vanilla .dll already). I know about as much to change my backpack size thanks to an old tutorial, but that's about it.