Files hidding not working

Home Forums Support Files hidding not working

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #19278
    Iver
    Participant

    Hi. I have file “filesystem.lua” in root of my modpack with this content:

     

    function data()

    return {

    hiddenFiles = {

    “res/models/model/vehicle/train/br_e94.mdl”,

    “res/models/model/vehicle/train/re_44i.mdl”,

    “res/models/model/vehicle/train/schienenbus.mdl”,

    “res/models/model/vehicle/train/nohab.mdl”,

    “res/models/model/vehicle/train/db_v100.mdl”,

    “res/models/model/vehicle/train/br_103_1.mdl”

    }

    }

    end

     

    Unfortunately vehicles are still in game. Doing something wrong or it’s a bug?

Viewing 1 post (of 1 total)
  • The forum ‘Support’ is closed to new topics and replies.