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.32 Bug Reporting thread
    Solutions and more information may already be available.

  1. Kévin [FR]

    Kévin [FR]
    Expand Collapse

    Joined:
    Jul 23, 2016
    Messages:
    6
    Hello, I'm trying to know how to add on a map (whatever the ice) with barriers on the sides to be able to have fun with! Know how? or do you know a mod?
     
  2. DuneWulff

    DuneWulff
    Expand Collapse

    Joined:
    Apr 25, 2016
    Messages:
    1,034
    For adding ice, you want this in your materials.cs (within your "terrains" folder in your map)
    Code:
    new TerrainMaterial()
    {
        diffuseMap = "levels/YOURMAPNAME/art/terrains/terrain_ice_d";
        normalMap = "levels/YOURMAPNAME/art/terrains/terrain_ice_n";
        detailMap = "levels/YOURMAPNAME/art/terrains/Overlay_Ice-01.dds";
        internalName = "Ice";
        detailSize = "5";
        parallaxScale = "0.0199999996";
       detailStrength = "0.699999988";
       diffuseSize = "100";
       macroMap = "levels/YOURMAPNAME/art/terrains/Macro_Sand";
       macroStrength = "0.2";
       macroSize = "20";
       macroDistance = "300";
       detailDistance = "300";
    };
    
    In addition, you'll want to add the following attached files to your "terrains" folder in your map.

    Then, you open the map in the map editor and go to the Terrain Painter. Under the other terrain textures, you'll see a button to add another texture. From this, click on "Ice" in the menu that appears.
     

    Attached Files:

  3. Kévin [FR]

    Kévin [FR]
    Expand Collapse

    Joined:
    Jul 23, 2016
    Messages:
    6
    J'ai réussi à le faire, mais hélas elle n'apparaît pas sur les routes, seulement sur l'herbe et elle ne glisse pas :(
     
    #3 Kévin [FR], Jan 9, 2018
    Last edited: Jan 9, 2018
  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