Overview
Дорогие друзья! Кратко. Как получить over9000 денег. Работает в версии v0.07fDear friends! Briefly. How to get over9000 money (google translate forever) Works in version v0.07f
Отказ от ответственности
Любая информация, размещенная в данном руководстве предназначена только для изучения. Ни при каких обстоятельствах автор не несёт ответственности за какой-либо прямой, непрямой, особый или иной косвенный ущерб в результате использования информации из данного руководства. Продолжая изучение данного руководства Вы выражаете свое согласие с «Отказом от ответственности» и принимаете всю ответственность, которая может быть на Вас возложена.
Суть
Заходим в папку с игрой букву диска поменяйте на свою:
E:SteamLibrarysteamappscommonMrMinewin-unpackedresourcesapp
там находим файл mineralmanagement и открываем его в блокноте
видим текст
var capacity = 0;
var highestOreUnlocked = 1;
var highestIsotopeUnlocked = 20;
var minerals = [
[],
[_(“Coal”),1,0], <—- это уголь, его цену Вы можете поменять на 10000000 (число с любым количеством нулей)
[_(“Copper”),2,0],
[_(“Silver”),4,0],
[_(“Gold”),16,0],
[_(“Platinum”),32,0],
[_(“Diamond”),64,0],
[_(“Coltan”),500,0],
[_(“Painite”),1000,0],
[_(“Black Opal”),2000,0],
[_(“Red Diamond”),10000,0],
[_(“Blue Obsidian”),20000,0],
[_(“Californium”),100000,0],
получится вот так:
var capacity = 0;
var highestOreUnlocked = 1;
var highestIsotopeUnlocked = 20;
var minerals = [
[],
[_(“Coal”),1000000000,0]
Заходите в игру, продаёте уголь, получаете миллионы/миллиарды/триллионы, в зависимость от Вашей наглости 🙂
ВАЖНО
После получения денег цену на уголь вновь поставить на единицу (1), т.к. будут проблемы с покупкой улучшений (не знаю почему)
Denial of responsibility
Any information contained in this manual is for study only. Under no circumstances will the author be liable for any direct, indirect, special or other indirect damage as a result of using the information in this manual. By continuing to study this manual, you agree to the Disclaimer and accept all responsibility that may be assigned to you.
The essence
We go into the folder with the game, change the drive letter to your own:
E:SteamLibrarysteamappscommonMrMinewin-unpackedresourcesapp
there we find the mineralmanagement file and open it in notepad
see the text
var capacity = 0;
var highestOreUnlocked = 1;
var highestIsotopeUnlocked = 20;
var minerals = [
[],
[_ (“Coal”), 1,0], <—- this is coal, you can change its price to 10,000,000 (a number with any number of zeros)
[_ (“Copper”), 2.0],
[_ (“Silver”), 4.0],
[_ (“Gold”), 16.0],
[_ (“Platinum”), 32.0],
[_ (“Diamond”), 64.0],
[_ (“Coltan”), 500.0],
[_ (“Painite”), 1000,0],
[_ (“Black Opal”), 2000.0],
[_ (“Red Diamond”), 10000.0],
[_ (“Blue Obsidian”), 20,000.0],
[_ (“Californium”), 100,000.0],
it will turn out like this:
var capacity = 0;
var highestOreUnlocked = 1;
var highestIsotopeUnlocked = 20;
var minerals = [
[],
[_ (“Coal”), 1,000,000,000.0]
Enter the game, sell coal, get millions / billions / trillions, depending on your impudence 🙂
IMPORTANT
After receiving the money, the price of coal should be set again to unit (1), since there will be problems buying improvements (don’t know why)