It's been a while since I've worked on my map, but now that I got back to this it just doesn't spawn a vehicle anymore. Last time I worked on it was before the update so maybe that caused something? I tried adding a new spawnsphere but it still doesn't load a vehicle when I load the map. Anyone had this too/knows how to solve this?
Spawnsphere is needed. Without one, the game doesn't know where to spawn the car, else leaving you with a floating car. Make sure the spawnsphere is set correctly. Eventually copy paste its section from the .mis file of some official map.
I added a player spawn sphere and reloaded the level but it still didn't work, it still spawns as a free camera
Copy the spawnsphere from an official map's mis file and paste it to your map's .mis file. If the spawnsphere is not correctly placed in the .mis, it will not work.
I tried copying the spawnsphere from an official map but this didn't work, this is the spawnsphere info in the MIS file: }; new SpawnSphere() { autoSpawn = "0"; spawnTransform = "0"; autoplaceOnSpawn = "0"; radius = "5"; dataBlock = "SpawnSphereMarker"; position = "0.211673 -0.0599987 0.184733"; rotation = "1 0 0 0"; scale = "1 1 1"; canSave = "1"; canSaveDynamicFields = "1"; enabled = "1"; homingCount = "0"; indoorWeight = "1"; isAIControlled = "0"; lockCount = "0"; outdoorWeight = "1"; sphereWeight = "1"; }; Is there something wrong with this maybe?