NoMansSky:Exosolars Grass Fix: Difference between revisions

From Step Mods | Change The Game
(Created page with "{{Mod |author=Exosolar, Babscoole |modgroup=04-Foundation |sourcename=Nexus |sourceid=1080 |forumtid=17375 |core=No |landw=Yes |enb=No }} {{Recommendations |enabledetailed=Yes...")
 
No edit summary
Line 1: Line 1:
{{Mod
{{Mod
|author=Exosolar, Babscoole
|author=Babscoole, Exosolar
|modgroup=04-Foundation
|modgroup=04-Foundation
|sourcename=Nexus
|sourcename=Nexus
Line 13: Line 13:
|detailed=# Download the Main File ''manually'' from Nexus Mods
|detailed=# Download the Main File ''manually'' from Nexus Mods
# Extract the LUA file from the downloaded archive to the ''ModScript'' folder in AMUMSS: <code>..\AMUMSS\ModScript</code>
# Extract the LUA file from the downloaded archive to the ''ModScript'' folder in AMUMSS: <code>..\AMUMSS\ModScript</code>
<div class="mpheading">Optional</div>
These steps are optional, but provide less clipping issues and shorter grass.
# Open the LUA in an advanced text editor, like Notepad++, with a Find and Replace function
# At the top of the LUA will be <code>MAXSCALE_MULTIPLIER = 1.5</code>, change this value to <code>1.4</code>
# Now using the Find and Replace function of the editor,
#* Find: <code>"MinScaleY", "0.75"</code>
#* Replace: <code>"MinScaleY", "0.55"</code>
#*: The spaces in-between don't have to match, they're just for readability.
}}
}}

Revision as of 00:57, October 14, 2022

Exosolars Grass Fix

by Babscoole, Exosolar

Game:

NoMansSky

Download:

Mod Group:

Baseline:

n/a

Links:

CR Patch:

No

LW Patch:

Yes

PP Patch:

{{{pp}}}"{{{pp}}}" is not recognized as a Boolean (true/false) value.

ENB Option:

No

Guide/Version-Specific Mod Recommendations

Existing Guides
2.3.0
2.4.0
2.5
3.0
3.1
3.2
Type a version string using the format indicated by the placeholder text below. Copy/paste the intended guide version from the "Existing Guides" table above (if it exists) into the field below. For unofficial user-created guides, use the format indicated by the placeholder text. Editors: Please DO NOT use wiki headings inside of custom Recommendations and also avoid using templates if at all possible! Template calls add to the max threshold, and headings mess up the guide ToC.

Recommendations

  1. Download the Main File manually from Nexus Mods
  2. Extract the LUA file from the downloaded archive to the ModScript folder in AMUMSS: ..\AMUMSS\ModScript
Optional

These steps are optional, but provide less clipping issues and shorter grass.

  1. Open the LUA in an advanced text editor, like Notepad++, with a Find and Replace function
  2. At the top of the LUA will be MAXSCALE_MULTIPLIER = 1.5, change this value to 1.4
  3. Now using the Find and Replace function of the editor,
    • Find: "MinScaleY", "0.75"
    • Replace: "MinScaleY", "0.55"
      The spaces in-between don't have to match, they're just for readability.