Spawn sphere gone, Level start with floating camera and no car

Discussion in 'Content Creation' started by Standeman, Jan 6, 2017.

  1. Standeman

    Standeman
    Expand Collapse

    Joined:
    Jun 23, 2015
    Messages:
    24
    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?
     
  2. Nadeox1

    Nadeox1
    Expand Collapse
    Spinning Cube
    BeamNG Team

    Joined:
    Aug 5, 2012
    Messages:
    14,696
    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.
     
  3. Standeman

    Standeman
    Expand Collapse

    Joined:
    Jun 23, 2015
    Messages:
    24
    I added a player spawn sphere and reloaded the level but it still didn't work, it still spawns as a free camera
     
  4. Nadeox1

    Nadeox1
    Expand Collapse
    Spinning Cube
    BeamNG Team

    Joined:
    Aug 5, 2012
    Messages:
    14,696
    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.
     
  5. Standeman

    Standeman
    Expand Collapse

    Joined:
    Jun 23, 2015
    Messages:
    24
    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?
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice