NoMansSky:Better Planet Generation/3.1: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 18: Line 18:
#*: ''Changes the chances of lava and swamp biomes to appear more often.''
#*: ''Changes the chances of lava and swamp biomes to appear more often.''
# Place the LUA files within the ''ModScript'' folder in AMUMSS: <code>..\AMUMSS\ModScript</code>
# Place the LUA files within the ''ModScript'' folder in AMUMSS: <code>..\AMUMSS\ModScript</code>
# These files are desirable to use first and be overwritten, therefore remove the <code>__MOD_</code> from each file and add <code>+BPG_</code>:
# It's desirable to use these files first and let them be overwritten, therefore, remove the <code>__MOD_</code> from each file and add <code>+BPG_</code>:
#: ''+BPG_BETTER_COLOURS.lua'', ''+BPG_BETTER_TERRAIN.lua'', ''+BPG_BETTER_BIOME_REPARTITION.lua'''
#: ''+BPG_BETTER_COLOURS.lua''
#: ''+BPG_BETTER_TERRAIN.lua''
#: ''+BPG_BETTER_BIOME_REPARTITION.lua''
}}
}}

Revision as of 17:37, August 28, 2023

Better Planet Generation

by WoodyMontana

Game:

NoMansSky

Download:

Mod Group:

Baseline:

n/a

Links:

CR Patch:

No

LW Patch:

Yes

PP Patch:

No

ENB Option:

No

< NoMansSky:Better Planet Generation

Version Recommendations - 3.1

Better Planet Generation (BPG) is an excellent mod that greatly expands the biomes and diversity of planets. In its current state, however, Step can't in good conscious continue to support the full experience the mod can provide. This is mainly due to the fact the full mod is actually breaking the quests for scanning objects. Multiple users have reported this and the author has confirmed it's an issue that may not be able to be remedied.

Installation
  1. Download a file and delete it so that the mod may be endorsed.
  2. Navigate to Babscoole's LUA scripts
  3. Download the following:
    • __MOD_BETTER_COLOURS.lua
      Changes the colors of much of the game's biome land assets.
    • __MOD_BETTER_TERRAIN.lua
      Change a few settings to enable better terrain generation.
      Do not install this to a current game! Do not uninstall, once installed! This can change the terrain heights leaving bases that are already built either buried or floating.
    • ___MOD_BETTER_BIOME_REPARTITION.lua
      Changes the chances of lava and swamp biomes to appear more often.
  4. Place the LUA files within the ModScript folder in AMUMSS: ..\AMUMSS\ModScript
  5. It's desirable to use these files first and let them be overwritten, therefore, remove the __MOD_ from each file and add +BPG_:
    +BPG_BETTER_COLOURS.lua
    +BPG_BETTER_TERRAIN.lua
    +BPG_BETTER_BIOME_REPARTITION.lua