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
I would like to save my changed version of this mod as a separate mod for a scenario I'm making, if that's okay with you and if so, how would i do so if you wouldn't mind guiding me in the right direction.
if (oreMap.Value == 96 && oreMap.Type.Contains("Silver_01") == true) { oreMap.Type = "Cobalt_01"; oreMap.Start = 221; oreMap.Depth = 30; } to this
if (oreMap.Value == 96 && oreMap.Type.Contains("Silver_01") == true) { oreMap.Type = "Iron_02"; oreMap.Start = 29; oreMap.Depth = 11; }
and now silver is showing up i though this would make it where the silver would be replaced by iron but im assuming this incorrect, could you guide me in the right direction.