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
In the file "SeismicThumperComponent.cs" line 247 onwards I limited the values before grabbing the peak:
for(int w = resultMap.Length - 1; w >= 0; w--)
{
// Limiter
if(resultMap[w] > 1f)
resultMap[w] = 1f;
if(resultMap[w] > peak)
{
peak = resultMap[w];
}
}
This is not a perfect fix; no matter the ore quantity in the scan cone, it will always have max signal. But at least it shows what there is!
I did a new start on Pertam with minimal mods, certainly nothing that affects ore or distribution, and the mod just isnt seeing a lot of the deposits.
I'm in a small grid rover. I'll do some testing