0 of 0

File information

Last updated

Original upload

Created by

DhuxYo

Uploaded by

dhuxyo

Virus scan

Safe to use

Tags for this mod

7 comments

  1. LetsTripBoys
    LetsTripBoys
    • member
    • 0 kudos
    when youre free good sir could this be updated?
  2. Kaizlin
    Kaizlin
    • supporter
    • 4 kudos
    Heyo, the outlaws update today seems to have broken this mod (as well as most others). Just giving you a heads up!
  3. Panfan
    Panfan
    • supporter
    • 0 kudos
    Does this work with all the missions attached? This is killing me lol, I don't always have enough time or willpower to play literally every single day and while I'm almost half way through I'm sick of the 24h waiting period for each part.
    1. Panfan
      Panfan
      • supporter
      • 0 kudos
      Sorry - I downloaded, installed and tested and yes it does incase anyone else is wondering.
      Didnt mess up my quest or anything, instantly gave me the matured part.
      Thank you my dude for the mod.
  4. DeathWrench
    DeathWrench
    • premium
    • 140 kudos
    This mod, won't work since all it has is the .cs file inside (No .MBIN). I don't really know how to make mods with NMS Mod Builder, but looking at the .cs file I was able to make a .lua out of it for AMUMSS. This one will work :D
    SkipVoidEggTimer.zip (Pak and Lua)
    NMS_MOD_DEFINITION_CONTAINER = {
        ["MOD_FILENAME"]= "SkipVoidEggTimer.pak",
        ["MOD_DESCRIPTION"]= "Reduces the time needed for void egg missions.",
        ["MOD_AUTHOR"]= "DhuxYo",
        ["LUA_AUTHOR"]= "DeathWrench",
        ["NMS_VERSION"]= "3.8",
        ["MODIFICATIONS"]    = {

    ["MBIN_CHANGE_TABLE"] = 
    {{
            ["MBIN_FILE_SOURCE"]     
            {
                "METADATA/SIMULATION/MISSIONS/SPACEPOIMISSIONTABLE.MBIN",
            },
    ["EXML_CHANGE_TABLE"] = {
    {
    ["SPECIAL_KEY_WORDS"]      = {"Message", "UI_BIO_SHIP_MISSION1_MSG3"},
    ["VALUE_CHANGE_TABLE"]     
    {
    {"Time",    "30"},
    }
    },
    {
    ["SPECIAL_KEY_WORDS"]      = {"Message", "UI_BIO_SHIP_MISSION2_MSG3"},
    ["VALUE_CHANGE_TABLE"]     
    {
    {"Time",    "30"},
    }
    },
    {
    ["SPECIAL_KEY_WORDS"]       = {"Message", "UI_BIO_SHIP_MISSION3_MSG3"},
    ["VALUE_CHANGE_TABLE"]     
    {
    {"Time",    "30"},
    }
    },
    {
    ["SPECIAL_KEY_WORDS"]      = {"Message", "UI_BIO_SHIP_MISSION4_MSG3"},
    ["VALUE_CHANGE_TABLE"]     
    {
    {"Time",    "30"},
    }
    },
    }
    }}}}}
    1. dhuxyo
      dhuxyo
      • member
      • 0 kudos
      Thanks for letting me know ill take a look at it when i get home, thought all i had to do was compile run and export.
    2. DeathWrench
      DeathWrench
      • premium
      • 140 kudos
      Happy to help, glad you figured it out.