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

68 comments

  1. Paner
    Paner
    • member
    • 0 kudos
    Any chance for an update? The game crashes with this mod installed with the current patch
    1. Lo2k
      Lo2k
      • premium
      • 410 kudos
      I use it every day, so I can say it's still up to date and doesn't make the game crash.
    2. Spyke91
      Spyke91
      • member
      • 0 kudos
      Sometimes I don't know if it's working. :P I mean the plasma and dust is gone, but I see some colored clouds sometimes in space randomly appearing.
  2. jasondude7116
    jasondude7116
    • premium
    • 45 kudos
    Thanks dude. This is a must have mod!
  3. brt774
    brt774
    • member
    • 0 kudos
    яts worked
  4. NumairSalmalin
    NumairSalmalin
    • premium
    • 0 kudos
    Has this stopped working for anyone else since the Outlaws update?
    1. Lo2k
      Lo2k
      • premium
      • 410 kudos
      Nope, I still use them in my play through.
  5. Droseran
    Droseran
    • member
    • 1 kudos
    I created a couple of LUA scripts for these mods.

    No Space Dust:
    Author = "Lo2k"
    ModName = "No Space Dust"
    ModNameSub = ""
    BaseDescription = "Removes space dust effect"
    GameVersion = "3.66"
    ModVersion = "1.1"
    FileSource = "MODELS\EFFECTS\HEAVYAIR\SPACE\SPACE2.HEAVYAIR.MBIN"

    NMS_MOD_DEFINITION_CONTAINER = {
        ["MOD_FILENAME"]    = ModName.."-"..ModVersion.." for NMS "..GameVersion..".pak",
        ["MOD_DESCRIPTION"]    = BaseDescription,
        ["MOD_AUTHOR"]        = Author,
        ["NMS_VERSION"]        = GameVersion,
        ["MODIFICATIONS"]    = {
            {
                ["MBIN_CHANGE_TABLE"] = {
                    {
                        ["MBIN_FILE_SOURCE"] = FileSource,
                        ["EXML_CHANGE_TABLE"] = {
                            {
                                ["VALUE_CHANGE_TABLE"] = {
                                    {"NumberOfParticles","0"},
                                    {"Radius","0"},
                                }
                            },
                        }
                    },
                }
            },
        }
    }

    No Space Plasma:
    Author = "Lo2k"
    ModName = "No Space Plasma"
    ModNameSub = ""
    BaseDescription = "Removes space plasma effect"
    GameVersion = "3.66"
    ModVersion = "1.1"
    FileSource = "MODELS\EFFECTS\HEAVYAIR\SPACE\SPACEPLASMA.HEAVYAIR.MBIN"

    NMS_MOD_DEFINITION_CONTAINER = {
        ["MOD_FILENAME"]    = ModName.."-"..ModVersion.." for NMS "..GameVersion..".pak",
        ["MOD_DESCRIPTION"]    = BaseDescription,
        ["MOD_AUTHOR"]        = Author,
        ["NMS_VERSION"]        = GameVersion,
        ["MODIFICATIONS"]    = {
            {
                ["MBIN_CHANGE_TABLE"] = {
                    {
                        ["MBIN_FILE_SOURCE"] = FileSource,
                        ["EXML_CHANGE_TABLE"] = {
                            {
                                ["VALUE_CHANGE_TABLE"] = {
                                    {"NumberOfParticles","0"},
                                    {"Radius","0"},
                                }
                            },
                        }
                    },
                }
            },
        }
    }
    1. DeathWrench
      DeathWrench
      • premium
      • 90 kudos
      Thank you for these :D
    2. Lo2k
      Lo2k
      • premium
      • 410 kudos
      Thanks Droseran, I finaly included your .lua scripts in Sentinel versions of the mod
  6. northener69
    northener69
    • supporter
    • 2 kudos
    Hi Lo2k, this doesn't seem to work on 3.62 although I guess it doesn't matter with a new update looming. ;-)

    **OOPS**
    Ignore the above, I updated the game and it added DISABLEMODS.TXT so none of the mods were loading. I haven't played for ages so a simple oversight on my part. Apologies Lo2k. ;-)
  7. inticastro
    inticastro
    • member
    • 0 kudos
    Any idea if its possible to reduce the opacity of these effects instead of totally removing them?
  8. ven9eanceLOL
    ven9eanceLOL
    • supporter
    • 0 kudos
    Can confirm still works after the Prisms update
  9. Ostseekind83
    Ostseekind83
    • supporter
    • 0 kudos
    I love this mod. So stupid the effects in space from the game. 
  10. SeriousSam7700
    SeriousSam7700
    • member
    • 0 kudos
    OMG I freaking love you, i started to use some mods to get rid of the over the top colors and i suddenly started to notice the "space clouds" with the plasma and i was willing to quit the game if there wasn't a fix. Thanks a lot for your great work on all your mods (using a couple) :)
    Thanks again, keep up the good work for the community. :)
    1. Lo2k
      Lo2k
      • premium
      • 410 kudos
      Glad you found these useful :)