0 of 0

File information

Last updated

Original upload

Created by

Lo2k

Uploaded by

Lo2k

Virus scan

Safe to use

Tags for this mod

37 comments

  1. Jastara
    Jastara
    • member
    • 0 kudos
    I am not sure what I am doing wrong, but I can't really get this to work correctly.  I still get a black bar, but without the message about holding tab to end it.  I can interact with my save beacon, but I have to wait before I can interact when I am dismantling a ship.  
    1. Lo2k
      Lo2k
      • premium
      • 539 kudos
      Not sure either because here, I have no black bars at all in the cases stated in the mod description.
  2. king4095
    king4095
    • premium
    • 2 kudos
    Thank you! Still working great in 2025.
  3. LegacyZA
    LegacyZA
    • member
    • 2 kudos
    I love all your mods, it creates a world of difference, pun intended.

    Another suggestion for a quality of life mod? "No Red Flash when taking damage" :)

    Just wish I could figure out how to make your Depth of Field Mod work, it doesn't crash my game, it just doesn't seem to activate in-game.
  4. LordSoth01
    LordSoth01
    • member
    • 17 kudos


    Seriously though, great quality of life mod!
    Thanks for all these great additions.
  5. TheSchroedingercat
    TheSchroedingercat
    • premium
    • 12 kudos
    thank you! this was so immersion ruining for me in VR.
  6. 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
  7. MrFisse
    MrFisse
    • premium
    • 36 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
      • 539 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"}},
      },
      }
      },
      }
      }
      }
      }
  8. loinbread
    loinbread
    • supporter
    • 49 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
      • 539 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. loinbread
      loinbread
      • supporter
      • 49 kudos
      That's my bad bro, for whatever reason I had extracted a copy of the old 2.0 PAK. All good!
  9. Torsten
    Torsten
    • premium
    • 14 kudos
    Any Chance for AMUMSS support?

    https://www.nexusmods.com/nomanssky/mods/957
    1. Lo2k
      Lo2k
      • premium
      • 539 kudos
      Not really needed as almost no mod edit these files
    2. Torsten
      Torsten
      • premium
      • 14 kudos
      Thank you for your reply!
  10. nms808
    nms808
    • member
    • 14 kudos
    This mod is a must have. Thank you!