So, my idea is a mod where I can change the fuelperkm costs and change the fuel storage capacity. however, the game's vehicles and vehicle mods. but all in a single change mod. So I still use them that way
for those in the base game
set xpath="/vehicles/vehicle[@name='vehicleBicycle']/property[@name='velocityMax_turbo']/@value">7, 4, 9, 4</set>
<set xpath="/vehicles/vehicle[@name='vehicleMinibike']/property[@class='engine']/property[@name='fuelKmPerL']/@value">.3</set>
<set xpath="/vehicles/vehicle[@name='vehicleMinibike']/property[@class='fuelTank']/property[@name='capacity']/@value">40</set>
<set xpath="/vehicles/vehicle[@name='vehicleMotorcycle']/property[@class='engine']/property[@name='fuelKmPerL']/@value">.1</set>
<set xpath="/vehicles/vehicle[@name='vehicleMotorcycle']/property[@class='fuelTank']/property[@name='capacity']/@value">100</set>
<set xpath="/vehicles/vehicle[@name='vehicleTruck4x4']/property[@class='engine']/property[@name='fuelKmPerL']/@value">.030</set>
<set xpath="/vehicles/vehicle[@name='vehicleTruck4x4']/property[@class='fuelTank']/property[@name='capacity']/@value">200</set>
<set xpath="/vehicles/vehicle[@name='vehicleGyrocopter']/property[@class='engine']/property[@name='fuelKmPerL']/@value">.070</set>
<set xpath="/vehicles/vehicle[@name='vehicleGyrocopter']/property[@class='fuelTank']/property[@name='capacity']/@value">350</set>
FOR THE MODS THAT IS WHERE MY PROBLEM IS, I CANNOT CHANGE IT. I HAVE BEEN TRYING FOR A FEW DAYS.
I TRIED THIS WAY, BUT IT WASN'T THE ONLY WAY, SO DON'T JUDGE. I JUST ASK YOU TO TELL ME THE CORRECT WAY.
<insertBefore xpath="///vehicle[@name='BRABUS6X6']">
<set xpath="/vehicles/vehicle[@name='BRABUS6X6']/property[@class='engine']/property[@name='fuelKmPerL']/@value">.0120</set>
<set xpath="/vehicles/vehicle[@name='BRABUS6X6']/property[@class='fuelTank']/property[@name='capacity']/@value">230</set>
</insertBefore>
OR
<set xpath="/vehicles/vehicle[@name='vehicleHennesseyVelociRaptoR']/property[@class='engine']/property[@name='fuelKmPerL']/@value">.0120</set>
<set xpath="/vehicles/vehicle[@name='vehicleHennesseyVelociRaptoR']/property[@class='fuelTank']/property[@name='capacity']/@value">50</set>
<set xpath="/vehicles/vehicle[@name='vehicleHumvee']/property[@class='engine']/property[@name='fuelKmPerL']/@value">.0180</set>
<set xpath="/vehicles/vehicle[@name='vehicleHumvee']/property[@class='fuelTank']/property[@name='capacity']/@value">700</set>
<set xpath="/vehicles/vehicle[@name='vehicleHumveeTopless']/property[@class='engine']/property[@name='fuelKmPerL']/@value">.0150</set>
<set xpath="/vehicles/vehicle[@name='vehicleHumveeTopless']/property[@class='fuelTank']/property[@name='capacity']/@value">500</set>