Im not sure whats wrong but for some reason they just suddenly stopped spawning although I believe I can spawn them on top of cars fine.
Turrets not spawning on cars anymoreNot An Issue
{
"DefaultLimitPerCar": 4,
"EnableTurretPickup": true,
"OnlyPowerTurretsWhileEngineIsOn": false,
"TargetNPCs": true,
"TargetAnimals": true,
"SpawnWithCar": {
"NaturalCarSpawns": {
"Enabled": true
},
"OtherCarSpawns": {
"Enabled": true,
"RequirePermission": true
},
"SpawnChanceByModule": {
"vehicle.1mod.cockpit": 25,
"vehicle.1mod.cockpit.armored": 25,
"vehicle.1mod.cockpit.with.engine": 25,
"vehicle.1mod.engine": 25,
"vehicle.1mod.flatbed": 25,
"vehicle.1mod.passengers.armored": 25,
"vehicle.1mod.rear.seats": 25,
"vehicle.1mod.storage": 25,
"vehicle.1mod.taxi": 25,
"vehicle.2mod.flatbed": 25,
"vehicle.2mod.fuel.tank": 25,
"vehicle.2mod.passengers": 25,
"vehicle.2mod.camper": 25
}
},
"AutoTurretPositionByModule": {
"vehicle.1mod.cockpit": {
"x": 0.0,
"y": 1.39,
"z": -0.3
},
"vehicle.1mod.cockpit.armored": {
"x": 0.0,
"y": 1.39,
"z": -0.3
},
"vehicle.1mod.cockpit.with.engine": {
"x": 0.0,
"y": 1.39,
"z": -0.85
},
"vehicle.1mod.engine": {
"x": 0.0,
"y": 0.4,
"z": 0.0
},
"vehicle.1mod.flatbed": {
"x": 0.0,
"y": 0.06,
"z": 0.0
},
"vehicle.1mod.passengers.armored": {
"x": 0.0,
"y": 1.38,
"z": -0.31
},
"vehicle.1mod.rear.seats": {
"x": 0.0,
"y": 1.4,
"z": -0.12
},
"vehicle.1mod.storage": {
"x": 0.0,
"y": 0.61,
"z": 0.0
},
"vehicle.1mod.taxi": {
"x": 0.0,
"y": 1.38,
"z": -0.13
},
"vehicle.2mod.flatbed": {
"x": 0.0,
"y": 0.06,
"z": -0.7
},
"vehicle.2mod.fuel.tank": {
"x": 0.0,
"y": 1.28,
"z": -0.85
},
"vehicle.2mod.passengers": {
"x": 0.0,
"y": 1.4,
"z": -0.9
},
"vehicle.2mod.camper": {
"x": 0.0,
"y": 1.4,
"z": -1.6
}
}
}
I just tested with that config and the turrets are auto spawning on cars I spawn via Spawn Modular Car. Make sure you still have the carturrets.spawnwithcar permission, and that whichever plugin is spawning the cars is assigning ownership to the player.
WhiteThunder
I just tested with that config and the turrets are auto spawning on cars I spawn via Spawn Modular Car. Make sure you still have the
carturrets.spawnwithcarpermission, and that whichever plugin is spawning the cars is assigning ownership to the player.
I am trying to spawn them through the games own internal spawn configuration, which used to work. Now they simply dont show up with them.
Using your config, I'm seeing the cars that spawn along the roads getting turrets sometimes. Maybe you are just getting unlucky.
Locked automatically