Need help updating an old terrain

Discussion in 'Content Creation' started by KiloHotel, Apr 8, 2021.

  1. KiloHotel

    KiloHotel
    Expand Collapse

    Joined:
    Sep 29, 2012
    Messages:
    404
    • Like Like x 1
  2. ltntai

    ltntai
    Expand Collapse

    Joined:
    Mar 18, 2017
    Messages:
    671
    It needed some path renaming and a few files from DRI which I had just downloaded for fixing Ghost's Desert map. I fixed yours as a side quest. There are still (seemingly unimportant) console errors for grunge textures, but maybe you'll figure them out. Let me know if you want this file removed when you release the update.
     

    Attached Files:

    • Like Like x 1
  3. bob.blunderton

    bob.blunderton
    Expand Collapse

    Joined:
    Apr 3, 2015
    Messages:
    3,431
    Don't use PNG files, DDS files only. PNG got murdered last year, even for normals now you can't use it. Use DDS.
    BC7 compression used on DDS files is best, though you can use DXT1 for non-translucent/solid textures to save on file-size, but only if they're ONLY used on meshes (objects). Don't use them on decal roads or you end up with black outlines at the edge, like Nevada Interstate has.
    Updated versions of paint dot net can save to this format. If you want variable transparency use BC7 format like I said. sRGB and Linear options for BC7 should be tested before you do the entire map in them, not sure if Linear is still coming out brighter or not. This can be corrected in the materials.cs / main.materials.json (you should re-save everything to json format to avoid the map breaking soon, as .cs will no longer be supported soon) by adjusting the texture alpha numbers lower, but you should really test 1st.
    DDS is direct draw surface files, native to your GPU driver and directX.
     
    • Like Like x 1
  4. KiloHotel

    KiloHotel
    Expand Collapse

    Joined:
    Sep 29, 2012
    Messages:
    404
    Thanks guys.
     
  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