Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
That's controlled by the game's world generation system, which is outside the scope of this mod (mod only modifies what happens when you mine existing ore nodes)
I do think it's possible though. You may want to look in the game's config files (configs are located at: <Stationeers_Game_Directory>/rocketStation_Data/StreamingAssets/Data) or if you're comfortable with modding, you could poke around in the game's code to see how ore generation works and you can tweak it from there
Also added toggles for enabling/disabling consistent ore yields and yield multipliers. For people who like the vanilla randomness but want boosted amounts.
Also updated tooltip descriptions on how to make the sliders an entry box (thanks @Tallinu for the info)
Thank you! I go and check that.
I thought about this yesterday too an wondered if it would be possible, instead of fix values you now do, to use a multiplier? How it would be handlet internally is something different, but i think this would be a nice idea too to implement.
<Stationeers_Game_Directory>/rocketStation_Data/StreamingAssets/Data/mineables.xml
You'll see words like MinQuantityDrop and MaxQuantityDrop, which tell you the range of ore drops. They're also lined up with what ore they are describing e.g. Type="Iron"
To use iron ore as an example (max drop: 6):
for a slight increase, i'd suggest a value of 8 (+2 from max)
if you want to reduce the grind further, bump the value to 12 or 15 (+6 and +9 from max, respectively)
Feel free to tweak it to whatever feels right for you