No Man's Sky
0 of 0

File information

Last updated

Original upload

Created by

Kyokamy

Uploaded by

Kyokamy

Virus scan

Safe to use

Tags for this mod

10 comments

  1. Ap0st0l
    Ap0st0l
    • supporter
    • 0 kudos
    Doesn't work on 4.21 (or I have a conflict).
  2. dudemiustotalis
    dudemiustotalis
    • supporter
    • 0 kudos
    I made a .lua for this mod, because it was conflicting with another one that I wanted to use

    The jetpack changes and values are exactly the same, but the walk and run/sprint changes and values may be different, becaude I couldn't find them in the original pak.
    Also, I've set the walk/run multiplier to be 30% faster (1.3) instead of (2) double the speed, because I felt it was a little too fast for me, but you can set it however you want.

    GROUNDMULTI = 1.3

    --original values in the right of each section--

    NMS_MOD_DEFINITION_CONTAINER =
    {
    ["MOD_FILENAME"]    = "GameplayUpgrade.pak",
    ["MOD_AUTHOR"]      = "Kyokamyadaptedbypotatiustotalis",
    ["NMS_VERSION"]     = "3.89",
    ["MOD_DESCRIPTION"] = "Better Jetpack Walk and Run",
    ["MODIFICATIONS"]   =
        {
            {
                ["MBIN_CHANGE_TABLE"]   =
                {
                    {
                        ["MBIN_FILE_SOURCE"]    = "GCPLAYERGLOBALS.GLOBAL.MBIN",
                        ["EXML_CHANGE_TABLE"]   =
                        {
                            {
                                ["PRECEDING_KEY_WORDS"] = "",
                                ["INTEGER_TO_FLOAT"] = "FORCE",
                                ["VALUE_CHANGE_TABLE"]  =
                                {
                                    {"JetpackUnderwaterDrainRate",0.1},             --0.4
                                    {"JetpackUnderwaterFillRate",10},               --1
                                    {"UnderwaterMaxJetpackSpeed",16},               --8
                                    {"UnderwaterMaxJetpackEscapeSpeed",16},         --8
                                    {"JetpackDrainHorizontalFactor",0.1},           --2.5
                                    {"RocketBootsBoostTankDrainSpeed",0.5},         --6
                                    {"RocketBootsDriftTankDrainSpeed",0.1},         --1
                                    {"JetpackMaxSpeed",15},                         --5
                                    {"JetpackFillRate",10},                         --0.5
                                    {"JetpackFillRateHardMode",10},                 --0.2
                                    {"JetpackFillRateMidair",10},                   --0.25
                                    {"JetpackFillRateSpaceStationMultiplier",10},   --5
                                    {"JetpackFillRateFleetMultiplier",10},          --5
                                    {"SpaceJetpackMaxSpeed",15},                    --10
                                }
                            },
                            {
                                ["PRECEDING_KEY_WORDS"] = "",
                                ["INTEGER_TO_FLOAT"] = "FORCE",
                                ["MATH_OPERATION"]      = "*",
                                ["REPLACE_TYPE"]        = "ALL",
                                ["VALUE_MATCH"]         = "",
                                ["VALUE_CHANGE_TABLE"]  =                           --for original values, just change the GROUNDMULTI to 1 or delete this section
                                {
                                    {"GroundWalkSpeed",GROUNDMULTI},
                                    {"GroundWalkSpeedTeleportHmd",GROUNDMULTI},
                                    {"GroundRunSpeed",GROUNDMULTI},
                                    {"GroundWalkSpeedLowG",GROUNDMULTI},
                                    {"GroundRunSpeedLowG",GROUNDMULTI},
                                }
                            },
                            {
                                ["PRECEDING_KEY_WORDS"] = "JetpackTankTimes",
                                ["INTEGER_TO_FLOAT"] = "FORCE",
                                ["VALUE_CHANGE_TABLE"]  =
                                {
                                    {"4",20}, --4
                                    {"6",20}, --6
                                    {"8",20}, --8
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    1. Kyokamy
      Kyokamy
      • premium
      • 4 kudos
      Hello,

      Thank you very much for the time you spent on this.

      1. How should I name the .lua file containing those data?

      With this info I will be able to upload it during the day.

      Thanks in advance for your efforts.
  3. noundueanimus
    noundueanimus
    • premium
    • 3 kudos
    Can someone tell me what a .lua file is/does?  I already know how to install .paks and everything, just wondering.  Thx for the mod OP
  4. LilyTepes
    LilyTepes
    • member
    • 1 kudos
    can u make a mod to be able to grab stuff faster . like  the plants.etc
    1. AlexNYR20
      AlexNYR20
      • member
      • 0 kudos
      Look up Fast Actions 4.3, that's the mod that makes collecting and confirming instant or nearly instant, you choose
    2. dudemiustotalis
      dudemiustotalis
      • supporter
      • 0 kudos
      For faster plant harvesting there's also G Farm Harvest with Hotkey, that lets you pick all plants in a radius with one hotkey/click (emote).

      And you can find the .lua file in here:
      Gumsk's Mods 
  5. lamqkhanh
    lamqkhanh
    • member
    • 0 kudos
    Can you release lua file
  6. LordyMatsuo
    LordyMatsuo
    • member
    • 0 kudos
    I had a NMS update today on PC Game Pass version of NMS and since i updated the game the mod stopped working. Does it need an update or do i need to re-apply the mod? I'm using vortex installer
    1. LordyMatsuo
      LordyMatsuo
      • member
      • 0 kudos
      Managed to fix this myself. Had to delete the disablemods.txt file again after the NMS update completed.