No Man's Sky
0 of 0

File information

Last updated

Original upload

Created by

Lo2k

Uploaded by

Lo2k

Virus scan

Safe to use

Tags for this mod

33 comments

  1. LordSoth01
    LordSoth01
    • member
    • 2 kudos


    Seriously though, great quality of life mod!
    Thanks for all these great additions.
  2. TheSchroedingercat
    TheSchroedingercat
    • premium
    • 8 kudos
    thank you! this was so immersion ruining for me in VR.
  3. ZakTheEvil
    ZakTheEvil
    • premium
    • 1 kudos
    This mod doesn't remove the "Hold Tab..." annoyance when you teleport to your base for the 300th time, right? Bummer...
    1. MindscapeNexus
      MindscapeNexus
      • member
      • 0 kudos
      Agreed. This mod technically removes the black bars as advertised, but it's only graphical. I still can't open my inventory or the options menu until the requisite time passes, so the only thing this mod effectively does for me is remove the warning that I cannot access the controls yet.
    2. AustralianWiFi
      AustralianWiFi
      • premium
      • 2 kudos
      Use Shorter Arrival Messages to help with that
  4. MrFisse
    MrFisse
    • premium
    • 34 kudos
    LUA Script

    NMS_MOD_DEFINITION_CONTAINER = 
    {
    ["MOD_FILENAME"] = "No Black Bars 2.2-3.62.pak", 
    ["MOD_AUTHOR"]= "Lo2k",
    ["NMS_VERSION"]  = "3.62",
    ["MOD_DESCRIPTION"] = "No cutscene black bars",
    ["MODIFICATIONS"]
    {
    {
    ["PAK_FILE_SOURCE"] = "NMSARC.515F1D3.pak",
    ["MBIN_CHANGE_TABLE"]

    {
    ["MBIN_FILE_SOURCE"] = "UI/COMPONENTS/INTERACTION/CINEMATICBARS.MBIN",
    ["EXML_CHANGE_TABLE"]
    {
    {
    ["SPECIAL_KEY_WORDS"] = {"ID","BARS"},
    ["VALUE_CHANGE_TABLE"]
    {
    {"IsHidden", "True"},
    }
    },
    {
    ["SPECIAL_KEY_WORDS"] = {"ID","BAR1"},
    ["VALUE_CHANGE_TABLE"]
    {
    {"IsHidden", "True"},
    }
    },
    {
    ["SPECIAL_KEY_WORDS"] = {"ID","BAR2"},
    ["VALUE_CHANGE_TABLE"]
    {
    {"IsHidden", "True"},
    }
    },
    }
    },
    {
    ["MBIN_FILE_SOURCE"] = "UI/HUD/HUDBARS.MBIN",
    ["EXML_CHANGE_TABLE"]
    {
    {
    ["SPECIAL_KEY_WORDS"] = {"ID","BARS"},
    ["VALUE_CHANGE_TABLE"]
    {
    {"IsHidden", "True"},
    }
    },
    {
    ["SPECIAL_KEY_WORDS"] = {"ID","BAR1"},
    ["VALUE_CHANGE_TABLE"]
    {
    {"IsHidden", "True"},
    }
    },
    {
    ["SPECIAL_KEY_WORDS"] = {"ID","BAR2"},
    ["VALUE_CHANGE_TABLE"]
    {
    {"IsHidden", "True"},
    }
    },
    }
    }
    }
    }
    }
    }
    1. Lo2k
      Lo2k
      • premium
      • 420 kudos
      Thanks for the .lua template. It saves me quite some time.
      I studied and reworked it a little as this mod can be shortcuted this way :

      NMS_MOD_DEFINITION_CONTAINER = 
      {
      ["MOD_FILENAME"] = "No Black Bars 2.3.pak", 
      ["MOD_AUTHOR"]= "Lo2k (script by MrFisse)",
      ["NMS_VERSION"]  = "3.63",
      ["MOD_DESCRIPTION"] = "No cutscene black bars",
      ["MODIFICATIONS"]= 
      {
      {
      --["PAK_FILE_SOURCE"] = "NMSARC.515F1D3.pak",
      ["MBIN_CHANGE_TABLE"] = 

      {
      ["MBIN_FILE_SOURCE"] = {"UI/COMPONENTS/INTERACTION/CINEMATICBARS.MBIN", "UI/HUD/HUDBARS.MBIN"},
      ["EXML_CHANGE_TABLE"] = 
      {
      {
      ["REPLACE_TYPE"] = "ALL",
      ["VALUE_CHANGE_TABLE"] = {{"IsHidden", "True"}},
      },
      }
      },
      }
      }
      }
      }
  5. Slartiblarghfast
    Slartiblarghfast
    • supporter
    • 46 kudos
    EDIT: Disregard!

    This mod causes crashes when starting a new game on 3.21. Tested my mod load order until only this mod was left - removing it stopped the crashing.
    1. Lo2k
      Lo2k
      • premium
      • 420 kudos
      I just tested and this mod is still working fine with latest game version.
      It won't work with Beyond and past versions of the game though.
    2. Slartiblarghfast
      Slartiblarghfast
      • supporter
      • 46 kudos
      That's my bad bro, for whatever reason I had extracted a copy of the old 2.0 PAK. All good!
  6. Torsten
    Torsten
    • premium
    • 6 kudos
    Any Chance for AMUMSS support?

    https://www.nexusmods.com/nomanssky/mods/957
    1. Lo2k
      Lo2k
      • premium
      • 420 kudos
      Not really needed as almost no mod edit these files
    2. Torsten
      Torsten
      • premium
      • 6 kudos
      Thank you for your reply!
  7. nms808
    nms808
    • member
    • 12 kudos
    This mod is a must have. Thank you!
  8. Snoopy81S
    Snoopy81S
    • premium
    • 57 kudos
    Need to be an update and for this mod, after yesterday Origin update they stop working.
    1. Lo2k
      Lo2k
      • premium
      • 420 kudos
      Yep, that's why I maintain this mods status page
  9. RedSpid3r
    RedSpid3r
    • supporter
    • 0 kudos
    Not working with Desolation update :(
    1. Lo2k
      Lo2k
      • premium
      • 420 kudos
      it still works though, I'm using it in my game sessions
    2. RedSpid3r
      RedSpid3r
      • supporter
      • 0 kudos
      reinstalled and working now - sorry for the confusion! D:
      Endorsed!
    3. Lo2k
      Lo2k
      • premium
      • 420 kudos
      good news :)
  10. GreyFalcon70
    GreyFalcon70
    • supporter
    • 0 kudos
    I still have bars showing up. no conflicts on vortex
    1. Lo2k
      Lo2k
      • premium
      • 420 kudos
      I'm not sure Vortex check if DIsablemods.txt file is present or not in your PCBANKS folder... if this file is present, remove it