kmiles1990 5 Posted November 10, 2018 Does anyone know how to increase the V3S truck spawn rate? I thought I did but I can still only find hatchbacks.... The ONE v3s that I found was glitched on TOP of a police car so I couldn't do anything with it. Thank you. Share this post Link to post Share on other sites
KILLJOY13 2 Posted November 11, 2018 In your events.xml under V3S <active>0</active> change to <active>1</active> or they won't spawn. you can change the nominal/min/max in that same file to increase the spawn limit of them. Also make sure you havent changed the default values for vehicles inside types.xml that goes haywire. Share this post Link to post Share on other sites
Uncle Zed 272 Posted November 11, 2018 These are disabled by BI. Is there a reason they've disabled them? Are they not stable? 1 Share this post Link to post Share on other sites
kmiles1990 5 Posted November 11, 2018 Ahhh so they must be disabled for a reason. I got them spawning in now fully repaired, But when I go to drive and start it up, the tires sink like 1 foot into the ground and the vehicle cant move once I put it into gear. Tires spin it wants to move. It just stuck into the ground. Share this post Link to post Share on other sites
mrwolv 46 Posted November 11, 2018 (edited) the v3s works but not all types here is a one that works not a thing wrong with them apart from inventory size is on 50 odd. If you want players to repair them just change the attachment chance from <attachments chance="1.00"> to any number like <attachments chance="0.20"> place in your cfgspawnabletypes <type name="V3S_Chassis"> <attachments chance="1.00"> <item name="V3SWheel" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="V3SWheel" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="V3SWheel" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="V3SWheel" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="V3SWheelDouble" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="V3SWheelDouble" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="V3SWheelDouble" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="V3SWheelDouble" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="TruckBattery" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="HeadlightH7" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="V3SHood_Blue" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="V3SDoors_Driver" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="V3SDoors_CoDriver" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="CanisterGasoline" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="TruckExhaust" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="TruckRadiator" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="WindscreenBox" chance="1.00" /> </attachments> </type> then finally in your events.xml <event name="VehicleV3SChassis"> <waves>0</waves> <nominal>60</nominal> <min>30</min> <max>60</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="10" min="10" type="V3S_Chassis"/> <child lootmax="0" lootmin="0" max="10" min="10" type="V3S_Chassis_Blue"/> <child lootmax="0" lootmin="0" max="10" min="10" type="V3S_Chassis_Grey"/> <child lootmax="0" lootmin="0" max="10" min="10" type="V3S_Chassis_Orange"/> </children> </event> Edited November 11, 2018 by mrwolv Share this post Link to post Share on other sites
Fester808 11 Posted November 11, 2018 (edited) 14 hours ago, kmiles1990 said: Does anyone know how to increase the V3S truck spawn rate? I thought I did but I can still only find hatchbacks.... The ONE v3s that I found was glitched on TOP of a police car so I couldn't do anything with it. Thank you. Don’t mess with the numbers in types.xml that causes problems like you’ve mentioned with dynamic police cars. Change the events.xml nominal to increase numbers on the server and change children max to match nominal, then change active to 1. Although please not these have been disabled by BI for a reason. The VS3 chassis is more stable, the V3S Cargo is completely dis functional. Edited November 11, 2018 by Fester808 Share this post Link to post Share on other sites
kmiles1990 5 Posted November 11, 2018 Where would thise v3s spawns be? Just in the normal v3s spawn locations? Share this post Link to post Share on other sites
Fester808 11 Posted November 11, 2018 5 hours ago, kmiles1990 said: Where would thise v3s spawns be? Just in the normal v3s spawn locations? Look here for the latest vehicle spawns Please note the Hatchback is the only vehicle spawning currently so disregard the other vehicles mentioned on that site unless you (server admin) has enabled the VSS and Sedan Share this post Link to post Share on other sites