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.
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.
37 comments
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.
Seriously though, great quality of life mod!
Thanks for all these great additions.
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"},
}
},
}
}
}
}
}
}
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"}},
},
}
},
}
}
}
}
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.It won't work with Beyond and past versions of the game though.
https://www.nexusmods.com/nomanssky/mods/957