NoMansSky:Exosolars Grass Fix: Difference between revisions
From Step Mods | Change The Game
TechAngel85 (talk | contribs) No edit summary |
TechAngel85 (talk | contribs) No edit summary |
||
Line 20: | Line 20: | ||
# Now using the Find and Replace function of the editor, | # Now using the Find and Replace function of the editor, | ||
#* Find: <code>"MinScaleY", "0.7"</code> | #* Find: <code>"MinScaleY", "0.7"</code> | ||
#* Replace All: <code>"MinScaleY", "0.55"</code> | #** Replace All: <code>"MinScaleY", "0.55"</code> | ||
#* Find: <code>"MinScaleY", "0.751"</code> | #* Find: <code>"MinScaleY", "0.751"</code> | ||
#* Replace All: <code>"MinScaleY", "0.601"</code> | #** Replace All: <code>"MinScaleY", "0.601"</code> | ||
#* Find: <code>"MinScaleY", "0.81"</code> | #* Find: <code>"MinScaleY", "0.81"</code> | ||
#* Replace All: <code>"MinScaleY", "0.651"</code> | #** Replace All: <code>"MinScaleY", "0.651"</code> | ||
#*: The tabs in these settings are just for readability. | #*: The tabs in these settings are just for readability. | ||
#* Find: <code>""MaxScaleY", "0.75"</code> | #* Find: <code>""MaxScaleY", "0.75"</code> |
Revision as of 01:51, October 14, 2022
Exosolars Grass Fix
by Babscoole, ExosolarCR 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
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
- Download the Main File manually from Nexus Mods
- 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.
- Open the extracted LUA in an advanced text editor with a Find and Replace function, like Notepad++
- At the top of the LUA will be
MAXSCALE_MULTIPLIER = 1.5
, change this value to1.4
- Now using the Find and Replace function of the editor,
- Find:
"MinScaleY", "0.7"
- Replace All:
"MinScaleY", "0.55"
- Replace All:
- Find:
"MinScaleY", "0.751"
- Replace All:
"MinScaleY", "0.601"
- Replace All:
- Find:
"MinScaleY", "0.81"
- Replace All:
"MinScaleY", "0.651"
- The tabs in these settings are just for readability.
- Replace All:
- Find:
""MaxScaleY", "0.75"
- Replace All:
"MaxScaleY", "0.6"
- Find:
""MaxScaleY", "0.752"
- Replace All:
"MaxScaleY", "0.602"
- Find:
""MaxScaleY", "0.82"
- Replace All:
"MaxScaleY", "0.652"
- Find:
- Save the file and close