C4-timah 20 Posted December 26, 2018 Are base construction and tents (player tents and car tents) combined with the vehicle.xml? I recently increased the number of hatchbacks and the only way to force new spawns was to delete the old vehicle.xml. Unfortunately that also deleted 2 bases and the tents! Is there anyway to stop this from happening or to create separate databases going forward? Share this post Link to post Share on other sites
drgullen 597 Posted December 26, 2018 I don't have a vehicles.xml on my server, so I'm assuming you mean you deleted vehicles.bin in the storage_1 folder, is that right? If you delete only some but not all of those bin files, you are essentially creating the equivalent of a server crash, because having only partial bin files in there equates to a corrupted persistence folder, meaning the server ignores it and loads in a fresh world from the XML configurations. How did you increase the number of hatchbacks? Which file did you edit to do that? If you edited the right one and changed the values correctly, you shouldn't have to delete anything to have them show up. Share this post Link to post Share on other sites
C4-timah 20 Posted December 27, 2018 5 hours ago, drgullen said: I don't have a vehicles.xml on my server, so I'm assuming you mean you deleted vehicles.bin in the storage_1 folder, is that right? If you delete only some but not all of those bin files, you are essentially creating the equivalent of a server crash, because having only partial bin files in there equates to a corrupted persistence folder, meaning the server ignores it and loads in a fresh world from the XML configurations. How did you increase the number of hatchbacks? Which file did you edit to do that? If you edited the right one and changed the values correctly, you shouldn't have to delete anything to have them show up. events.xml, increased the hatchbacks to max=80 and min=80. They have horrible performance and cant drive up a hill that is more than 10degrees even after filling it with water, oil and a full tank of gas with 4 pristine tires. A hoverboard has more horsepower. LOL! With the changes below, I have plenty of Hatchbacks, there is no way they are 4x4. I can walk up backwards in steeper terrain than that thing. </event> <event name="VehicleOffroadHatchback"> <waves>0</waves> <nominal>80</nominal> <min>18</min> <max>22</max> <lifetime>300</lifetime> <restock>0</restock> <saferadius>1000</saferadius> <distanceradius>500</distanceradius> <cleanupradius>200</cleanupradius> <flags deletable="0" init_random="0" remove_damaged="1" sec_spawner="0"/> <position>fixed</position> <limit>mixed</limit> <active>1</active> <children> <child lootmax="0" lootmin="0" max="80" min="80" type="OffroadHatchback"/> </children> Share this post Link to post Share on other sites