-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNodeShuffle.uplugin
More file actions
33 lines (33 loc) · 1.02 KB
/
Copy pathNodeShuffle.uplugin
File metadata and controls
33 lines (33 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.3.0",
"SemVersion": "1.3.0",
"GameVersion": ">=491125",
"FriendlyName": "Node Shuffle",
"Description": "Randomizes the planet's resource nodes per save — relocates nodes across the map and shuffles which are active, their resource, and purity, for solids, oil/liquids, and modded nodes alike. Places nodes on hillsides and in caverns, avoids water, and ships a prebuilt map of the terrain so relocations land well from the first launch. Adds extra locations; balance minimums keep every playthrough completable. Re-roll the layout live anytime.",
"Category": "Modding",
"CreatedBy": "mello",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "NodeShuffle",
"Type": "Runtime",
"LoadingPhase": "PostDefault"
}
],
"Plugins": [
{
"Name": "SML",
"Enabled": true,
"SemVersion": "^3.12.0"
}
]
}