Редактирование save файлов:
Для начала придется распаковать сейв файлы командой:
ProjectX.exe saveeditor.xscr unpack slot{n}
где {n} сэйв слот, который вы хотите использовать.
Эта команда создаст 3 текстовых файла.
Откройте globeSave.xsv в любом текстовом редакторе.
Измените значение после 'actualFinance' на 2,000,000,000
чтобы получить много денежек.
Найдите значения:
agilityACT/agilityMAX, braveryACT/braveryMAX,
perceptionACT/perceptionMAX, shootingACT/shootingMAX,
strengthACT/strengthMAX, throwingACT/throwingMAX,
vitalityACT/vitalityMAX
и измените их значения на 100 для максимальной статистики.
Измените все значения 'rank' на 12 для высокого ранга.
Значения 'Technicians' и 'Scientists'
отвечают за скорость разработки и производства.
Чтобы ускорить строительство измените значение 'build' на 'true'.
Значение 'storeItems' отвечает за сбор предметов на вашей базе.
После редактирования соберите сейвы командой:
ProjectX.exe saveeditor.xscr pack slot{n}
где {n} сэйв слот, который вы хотите использовать.
Savegame Editing:
First unpack the save game using the command:
ProjectX.exe saveeditor.xscr unpack slot[n]
Where [n] is the save slot you want to use.
This creates 3 text files.
Open globeSave.xsv in a text editor.
Change the value after 'actualFinance' to
2,000,000,000 to get that much money.
Search for all instances of:
agilityACT/agilityMAX, braveryACT/braveryMAX,
perceptionACT/perceptionMAX, shootingACT/shootingMAX,
strengthACT/strengthMAX, throwingACT/throwingMAX,
vitalityACT/vitalityMAX
and change to 100 to max out stats.
Change all instances of 'rank' to 12 for highest rank.
(Note: when units are promoted they get bonus points to spend and if
your stats are all = max, it will not let you proceed.
Setting rank to max should avoid the problem).
The value for 'Technicians' and 'Scientists' can be changed to speed
up research and production.
Finally, to build base facilities instantly you can change the
corresponding 'build' value to 'true', but this can cause issues in
the game.
The values in the 'storeItems' section correspond to all the items
in your bases, make sure you already have at least 1 or research
items may not trigger correctly.
Note: Combat mission saves when unpacked have missionSave.xsv and you
can win missions easily if you replace all 'stunned false' to 'stunned
true' which will stun all the aliens.
When done, repack the save game with:
ProjectX.exe saveeditor.xscr pack slot[n]