1. Trouble with the game?
    Try the troubleshooter!

    Dismiss Notice
  2. Issues with the game?
    Check the Known Issues list before reporting!

    Dismiss Notice
  3. Before reporting issues or bugs, please check the up-to-date Bug Reporting Thread for the current version.
    0.35 Bug Reporting thread
    Solutions and more information may already be available.

Terrain Building (Problems & Solutions)

Discussion in 'Troubleshooting: Bugs, Questions and Support' started by chainsaw, Aug 7, 2013.

  1. chainsaw

    chainsaw
    Expand Collapse

    Joined:
    Sep 12, 2012
    Messages:
    107
    Hey, I'm wanting to make a terrain for BeamNG, however I'm running in to some problems on the way for number one. How do I create totally separate terrains? I've managed to create a new terrain but I can't open it up once I've closed it because it lacks a certain file... Please can someone help me with this so that I can get on with creating my new map. I'm pretty sure it will be worth it for you guys since it's going to feature some pretty extreme roads through some nasty environments. Oh and by the way the map is temporarily called New Map until I come up with a good name.
     

    Attached Files:

    • BeamNGSandbox 2013-08-07 22-02-08-82.jpg
    #1 chainsaw, Aug 7, 2013
    Last edited: Aug 7, 2013
  2. Summerfriend

    Summerfriend
    Expand Collapse

    Joined:
    Aug 4, 2013
    Messages:
    73
    Why not just copy a .mis file from another level, like the grid map and rename it to match your required filename?
     
  3. LJFHutch

    LJFHutch
    Expand Collapse
    Environment Artist
    BeamNG Team

    Joined:
    Aug 4, 2012
    Messages:
    667
    That error comes from bad syntax afaik. Download Notepad++ and make sure your brackets are all closed, eg if you have this:

    Code:
    new SimGroup(MissionGroup) {
       canSave = "1";
       canSaveDynamicFields = "1";
          enabled = "1";
    
       new SimGroup(roads) {
          canSave = "1";
          canSaveDynamicFields = "1";
    	}
    }
    }
    You'll get that error because you have too many closing brackets. (there are 2 open and 3 closing).
     
  4. chainsaw

    chainsaw
    Expand Collapse

    Joined:
    Sep 12, 2012
    Messages:
    107
    Re: Terrain Building (Problems & Solutions)

    I've already tried that but that was causing other problems.

    - - - Updated - - -

    Alright I'm going to try this and once I've done and hopefully got this working I can post some screenshots.

    - - - Updated - - -

    Wow I really just let my childish side get out there, kind of just shout yes and punched the air. I figured out all of the problems for myself and got it all saving and loading fine. Thanks for the help but I figured out what was wrong and what needed sorting. It was pretty simple to be honest.:D
     
  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