Starbound сохранения

Hello and welcome to my first guide. Right of the bat, if you don"t know how to edit binary files or what hexadecimal is, I"m sorry but this guide is probably not for you and I"m just saying to save your time.

I will share my current knowledge of Starbounds player file and how to modify it. I do not have full knowledge of player file, but what I know at the moment will be enough to add and remove items in your inventory or modify their quantity if they are in stack (iron ore for example). What you are about to read is what I *think* about player file.

It is very likely that player file structure may change in future, as well as my understanding of it and I will try to keep this guide updated.

I do not claim I"m correct about anything you are going to read in this guide, I do not posses omnipotent knowledge of the file that is called The Starbound Player File, these are just my thoughts and representation of the data at hand. Use this guide only at your own peril.

Works on:
Beta v Irritated Koala
Beta v Annoyed Koala

WARNING THERE BE DRAGONS
Editing player file will very likely result in it"s corruption (you loose your saves, your house, your gold, whatever progress you made in game and even your dog!), so back up dat file (tm) before you try anything funky.

Player file in Starbound is stored in binary format. What this means for us is that we will need an editor for binary files (ye olde notepad won"t cut it this time guys). I use file editor in linux, but there are very good editors for windows users to use (for example Frhed, it"s free). Another thing you will need is calculator (or brain) to convert hexadecimal numbers to decimal (windows calc in programmer mode is fine).

Understanding Player File Structure

Before I make you stare at lots of numbers let me tell you some general things about the player file. From what I understand it is divided into multiple sections that keep information about player character, like it"s name, what hair type they have, and lots of other things I didn"t have time to decypher yet (probably position on map etc..), but most importantly contents of players inventory.

There is also another kind of information not related to the player in game, but very important for us anyway. Some parts of the player file keep information about length (size) of various sections of file (this makes it easier for game to read the file, but makes it harder for us to keep the file valid after we change something). If we edit our file to add an item to our inventory, for example diamond, it will make our file larger by 7 because diamond has 7 letters, and we do not change the parts where size of file is stored, our file will become corrupted and that means bye bye to our diamond dreams. I have not found all the places that need to be changed yet, but there is a way around this issue.

Let" have a look at some basic player file. (not posting the whole thing, only first part we will be dealing with). Hold your hats it"s gonna be a long read.

00000000 53 42 50 46 56 31 00 00 01 a2 97 31 01 50 45 db |SBPFV1.....1.PE.| 00000010 89 f9 0f e4 83 4c 4b 96 a2 f9 58 e0 05 06 57 69 |.....LK...X...Wi| 00000020 6c 61 6c 64 05 68 75 6d 61 6e 01 04 68 61 69 72 |lald.human..hair| 00000030 05 66 65 6d 35 30 32 3f 72 65 70 6c 61 63 65 3b |.fem502?replace;| 00000040 64 39 63 31 38 39 3d 34 32 35 38 37 39 3b 61 33 |d9c189=425879;a3| 00000050 38 64 35 39 3d 33 34 33 39 36 35 3b 37 33 35 65 |8d59=343965;735e| 00000060 33 61 3d 32 34 32 32 34 37 72 3f 72 65 70 6c 61 |3a=242247r?repla| 00000070 63 65 3b 66 66 65 32 63 35 3d 63 39 62 31 38 31 |ce;ffe2c5=c9b181| 00000080 3b 66 66 63 31 38 31 3d 61 63 38 33 34 38 3b 64 |;ffc181=ac8348;d| 00000090 33 39 63 36 63 3d 38 37 36 33 33 66 3b 63 37 38 |39c6c=87633f;c78| 000000a0 31 35 62 3d 36 39 34 63 33 31 3f 72 65 70 6c 61 |15b=694c31?repla| 000000b0 63 65 3b 64 63 31 66 30 30 3d 35 33 35 33 35 33 |ce;dc1f00=535353| 000000c0 3b 62 65 31 62 30 30 3d 33 36 33 36 33 36 3b 39 |;be1b00=363636;9| 000000d0 35 31 35 30 30 3d 31 31 31 31 31 31 00 00 00 00 |51500=111111....| 000000e0 00 00 06 69 64 6c 65 2e 33 06 69 64 6c 65 2e 33 |...idle.3.idle.3| 000000f0 bf 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 00000100 33 75 ed ff 00 40 a0 00 00 47 c3 4f 80 41 c8 00 |[email protected]..| 00000110 00 42 c8 00 00 3a da 74 0f 44 7a 00 00 40 00 00 |.B...:.t.Dz..@..| 00000120 00 42 c8 00 00 42 c8 00 00 41 20 00 00 42 c8 00 |.B...B...A ..B..| 00000130 00 3d 2e 14 7b 42 c8 00 00 41 a0 00 00 40 00 00 |.=..{B...A...@..| 00000140 00 41 20 00 00 07 6f 72 67 61 6e 69 63 25 2f 64 |.A ...organic%/d| 00000150 61 6d 61 67 65 2f 64 61 6d 61 67 65 72 65 73 70 |amage/damageresp| 00000160 6f 6e 73 65 2f 64 65 66 61 75 6c 74 2e 63 6f 6e |onse/default.con| 00000170 66 69 67 42 c8 00 00 42 c8 00 00 42 c8 00 00 42 |figB...B...B...B| 00000180 c8 00 00 00 00 00 00 42 c8 00 00 42 1e 1f 70 42 |.......B...B..pB| 00000190 c8 00 00 42 c8 00 00 42 c8 00 00 00 00 00 00 00 |...B...B........| 000001a0 00 00 00 00 00 00 00 00 02 0e 63 6f 6c 64 70 72 |..........coldpr| 000001b0 6f 74 65 63 74 69 6f 6e 0a 70 72 6f 74 65 63 74 |otection.protect| 000001c0 69 6f 6e 00 32 54 68 69 73 20 67 75 79 20 73 65 |ion.2This guy se| 000001d0 65 6d 73 20 74 6f 20 68 61 76 65 20 6e 6f 74 68 |ems to have noth| 000001e0 69 6e 67 20 74 6f 20 73 61 79 20 66 6f 72 20 68 |ing to say for h| 000001f0 69 6d 73 65 6c 66 2e 40 96 31 99 ad 05 00 00 85 |[email protected]......| 00000200 09 00 00 00 00 00 00 00 00 28 05 74 6f 72 63 68 |.........(.torch| 00000210 02 07 00 05 74 6f 72 63 68 81 02 07 00 05 74 6f |....torch.....to| 00000220 72 63 68 82 00 07 00 05 74 6f 72 63 68 83 00 07 |rch.....torch...| ... (it goes on and on and on) ...


So, how to read this mess. It"s Matrix guys I tell you, follow the white rabbit. Let"s take a look at first line. It consists of three parts I will describe separately.

00000000 53 42 50 46 56 31 00 00 01 a2 97 31 01 50 45 db |SBPFV1.....1.PE.|

First part is number 00000000, is not very important to us, it represents the position in file where our data displayed on right side starts (you can think of it as a line number, but it is not a line number, well.. ok, let"s move along).

53 42 50 46 56 31 00 00 01 a2 97 31 01 50 45 db

They are the content of our player file. Some of these numbers can be translated to normal readable text, and others can"t. You can ask why would anyone make a file like this, well it saves memory and makes the file somewhat trickier to modify by hand. Btw hexadecimal number is just like ordinary number but not only we have 0, 1, 2..9 we can also use A=10, B=11, C=12, D=13, E=14 and F = 15. When I write about hexadecimal number I will write for example 1F hex.

And finaly the third part is conversion of middle part to readable text. So it is the same thing as middle just not in numbers.

SBPFV1.....1.PE.

We can see this first line doesn"t tell us much but if you scroll back and look through the whole thing I posted (watch the text on right side), you can find some interesting things about my character, for example name Wilald (2nd and 3rd line) and some reference to torches (these are the items in my inventory).

Modifying Quantity of Pixels

Now that we understand how to read the output of our player file, let us look at the file sections we will be editing.

000001c0 69 6f 6e 00 32 54 68 69 73 20 67 75 79 20 73 65 |ion.2This guy se| 000001d0 65 6d 73 20 74 6f 20 68 61 76 65 20 6e 6f 74 68 |ems to have noth| 000001e0 69 6e 67 20 74 6f 20 73 61 79 20 66 6f 72 20 68 |ing to say for h| 000001f0 69 6d 73 65 6c 66 2e 40 96 31 99 ad 05 00 00 85 |[email protected]......| 00000200 09 00 00 00 00 00 00 00 00 28 05 74 6f 72 63 68 |.........(.torch|

These lines keep a short description of our character. When you are in game, press "n" and click on your character, this is the message you will see. I do not recommend editing this description as it could corrupt your player file. Reason why I am showing this part of file is that section with information on pixel count and items of our inventory starts at a place where description of our character ends.

To be exact this section starts with number 40 hex. You can always find this place by looking for the first 40 hex number that follows after the player description text.

000001f0 69 6d 73 65 6c 66 2e 40 96 31 99 ad 05 00 00 85 |[email protected]......| 00000200 09 00 00 00 00 00 00 00 00 28 05 74 6f 72 63 68 |.........(.torch|

After 40 hex, there are nine hexadecimal numbers 96 31 99 ad 05 00 00 85 09 (in my case, yours will be different) editing them will corrupt your player file. I have yet to find their meaning, what I know is that game changes them as you play even when you are not moving or doing anything at all. Now comes the interesting part with next 8 hexadecimal numbers 00 00 00 00 00 00 00 00. The first 4 doesnt seem to do anything, last 4 represent the amount of pixels you have. Let"s say you want to set the amount of your pixels to 1000. Use calculator to convert desired amount of pixels to hexadecimal number, in this case 1000 dec = 3e8 hex and edit your file.

This is how inventory with 1000 pixels will look like.

00000200 09 00 00 00 00 00 00 03 e8 28 05 74 6f 72 63 68 |.........(.torch|

As you can see I edited the line starting from right side near the 28 hex number, this number represents the beginning of section that contains items we have in our inventory but more on that in next chapter of this guide.

Modifying Quantity of Items in Inventory

Let us have a look at a part of player file representing items we have.

00000200 09 00 00 00 00 00 00 00 00 28 05 74 6f 72 63 68 |.........(.torch| 00000210 02 07 00 05 74 6f 72 63 68 81 02 07 00 05 74 6f |....torch.....to| 00000220 72 63 68 82 00 07 00 05 74 6f 72 63 68 83 00 07 |rch.....torch...|

First line and number 28 hex, this is where our inventory starts (28 hex = 40 dec, there are 40 spaces on one page of inventory).

What follows is information about our items. I will take the numbers from first line and combine them with numbers from second line to represent one item entry, this is first item in our inventory.

05 74 6f 72 63 68 02 07 00

05 hex = 5 dec, this number represents number of letters in name of our item (torch). Following sequence of numbers 74 6f 72 63 68 means torch. 74 hex = t, 6f hex = o, etc... Google "ASCII table" and you can see for yourself. Now comes the amount of torches we have 02 hex = 2 dec, we subtract that by 1, that means we have one torch on that space in our inventory. Last two numbers are 07 00, this pattern repeats itself in player file many times, I think it is used as a separator of entries in file.

Okay, this was our first torch let"s have a look at next one. We begin where we left off after the separator 07 00 in second line.

05 74 6f 72 63 68 81 02 07 00

Again, 05 = 5 letters, then torch written in ascii and now... wait a minute, there are actually two numbers 81 02 before the separator 07 00, not one like in previous example . Why is that?

As you know in Starbound you can have up to 1000 items in one inventory slot. But, if you use one two digit hexadecimal number, the maximum you can have is FF hex = 255 dec, so how do we fit 1000 into 255. Well, we can"t and thats why we have to use two hex numbers instead. First number 81 hex is a code to tell the game to add 127 dec to following number 02 hex, 02 hex = 2 dec, so we add 127+2, in this case we do not subtract 1 like in previous example, and result is I have 129 torches in this slot in my inventory. Following number 07 00 is the separator.

There are more codes that are used this way, 81 hex is add 127, 82 hex is add 255, there is also 83 hex, 84 hex i believe.

Adding New Item to Inventory

In previous parts of this guide I talked about sections of file that keep track of its length. So far we changed only the amount of items in one slot of our inventory. Change number of item in slot from 11 to 12, still the length of file is same (not only length of file is a problem, there may be other mechanisms in place that check validity of file, but i only had problems when changing item names or adding new items). Now situation is different. When we add an item to inventory, we increase the length of file (item has a name that has certain length).

One solution to this problem is, rename item by keeping the length of new item name same, for example rename item "ironore" to "coalore". This should be valid because length of our file now stays same.

Of course there are multiple ways to go on about this, delete two items with length of five letters and add new item with length of ten letters etc...

However there is another way you can make the game do your bidding. If you have an item in inventory called "torch" and you change the name of this item to "tarch" (tarch is not valid game item, but has the same amount of letters so file does not get corrupted) the game will replace this invalid item with "generic" item. What we can do now is split ten torches to two stacks in our inventory (in game, not by editing). That makes our inventory section of player file have size of 10. Now we open our editor and change one torch to "coalore", thats 7 letters, that means we have to shorten our second torch entry to 3 letters to compensate and not get our player file corrupted. We can change that second "torch" to "xyz" it does not matter what name we choose as long as we keep the length of file same that it was before editing. Well then "coalore" + "xyz" is same length as two "torch". Let"s try this example in next section, with some screenshots.

Giff Coal - Example

Ok, now it"s time for some real life example. We will be modifying torches to coal. Wow you can"t do this in real life, not even in a game, it just doesn"t work like this now does it? Well with the power of hex editing indeed it does. Always exit your game (close completely) before editing your player file, if you keep game running your file won"t get updated.

Step 1
As you can see I split my stack of torches to make the game set inventory section of player file to 10 characters (2x torch).

Step 2
I opened my player file to show you how my section of inventory looks in editor.

Step 3
Then I changed the size of first item to 7 and its name to "coalore". Second item has to have size of 3 to keep the size of 10 as the inventory section had before editing. It"s name isnt important it just has to have 3 letters.

Step 4
I profit from my spoils of hexediting. As you can see the game edited the second item called "xyz" to generic item, because "xyz" is not a valid item name. You can throw this green item away at this point it doesn"t matter.

Of course you can do this with diamondore or other items if you know their name. Just keep the overall length of item names same as it was before editing and don"t forget to write the item name length into player file and you should be fine.

Do"s and Don"ts

Keep in mind that when adding or removing items from your inventory, the length of player file changes. There are places in player file where this length is stored, if you make any modifications by adding or removing items, and you do not change all the relevant places storing information of file length, your player file will become corrupted.

  • change amount of pixels
  • change amount of items in a single stack
  • change name of an item to item that has same name length ("coalore" changed to "ironore", keeping the same name length of 7 letters)
  • change name of an item to item with different name length only if you make sure to create a dummy items to compensate for different name lengths ("coalore" changed to "torch", and adding dummy item "xy" of name length 7 - 5 = 2 letters)
Don"t
  • do not change any parts of player file not descibed in this guide (it will most likely result in corrupted player file)
  • do not add, remove or change names of items without making sure that sum of all item name lengths before editing will be equal to the sum of all item name lengths after editing

To be honest this guide got a lot longer then I expected, but there is a lot of ground to cover. After reading this guide you should be able to change your player file and modify contents of your inventory without destroying your saves and blaming me in the proces. I hope at least someone will find this guide helpful. Also let me know about your successes or mishaps when editing player file. Good luck and happy hexediting!

Обсуждение для помощи друг другу.(комменты)

F.A.Q для новичков!

Вопрос: Starbound как сделать себя админом?
Ответ: в одиночной игре необходимо ввести в чат команду /admin. Для сервера в настройках нужно прописать "allowAdminCommands" : true в файле starbound.config в папке Starbound/giraffe_storage/. Также нужно поменять строку "allowAdminCommandsFromAnyone" с false на true.

Вопрос: Где найти алмазы в Starbound?
Ответ: Конкретного указания по местонахождению алмазов не было, нет и не будет. Алмазы просто нужно искать глубоко под землей, все зависит от того, как сгенерировались планеты.

Вопрос: Где найти дюрасталевый слиток в Starbound (также Старбаунд дюрасталевый слиток, Старбаунд дюрасталь, Durasteel Starbound,)?
Ответ: Нигде, его нужно скрафтить из 1шт. Титанового слитка и 1шт. Уранового стержня в Магентическом тигле.

Вопрос: Где найти нефть в Starbound (также Где найти oil в Starbound, Как добыть нефть в Starbound, Starbound нефть - где взять)?
Ответ: нефть в Starbound находится в пустынных биомах, много нефти в пещерах, но есть и на поверхности.

Вопрос: Где найти пиратский корабль в Starbound?
Ответ: Пиратский корабль или Корабль Авиан это данж, в который можно попасть по якорной цепи, свисающей с неба с этого самого корабля. Точных координат корабля нет, но можно посмотреть по координатам X 614983644 Y -942928397 на планете Gamme Pleione 1980 IV, также по координатам X 614983570 Y -942928393 Beta Maimon 816 IV. Чтобы еще больше упростить поиск, воспользуйтесь сайтом в строке поиска нужно ввести название данжа или квестового предмета и перед вами появится списмок планет с координатами, где можно все это найти.

Вопрос: Где найти сахар в Starbound?
Ответ: сахар делается из Сахарного тростника, который можно вырастить или найти в пустынных и лесных биомах.

Вопрос: Где найти титаниум в Starbound (также Starbound где найти титан, Starbound где найти титановую руду)?
Ответ: титановая руда находится на планетах с уровнем опасности Moderate или выше. К примеру, у звёзд типа Eccentric большая часть планет (но не все) как раз имеют такой уровень. У Астероидных же полей теперь уровень опасности Harmless в независимости от звезды, так что титановой руды там нет.

Вопрос: Где найти уран в Starbound?
Ответ: урановую руду в Starbound можно найти на планетах типа Tropical, Toxic и Alien на орбитах возле радиоактивных звезд уровня Risky.

Вопрос: Где найти эркиевые кристаллы в Starbound (также Erchius crystals Starbound найти, Erchius crystals starbound)?
Ответ: Эркиевые кристаллы можно получить в качестве награды за квест "Эркиевый добывающий объект", который вы получите от вашего корабельного ИИ. Прохождение квеста Эркиевый добывающий объект (Erchius Mining Facility). После выполнения квеста эркиевые кристаллы можно будет купить в Инфинити Экспресс!

Вопрос: Как выполнить квест Bug hunt в Starbound (также Catch a bug Starbound как пройти, Квест Bug hunt Starbound)?
Ответ: квест Bug Hunt берется у НиПа на Форпосте. Для его выполнение нужно сачком (крафтится на обычном верстаке из дерева и ткани) поймать ЛЮБОЕ насекомое и принести его заказчику.
Вопрос: Как починить БЧС привод (FTL drive) в Starbound (также Старбаунд как починить корабль, Starbound как починить корабль)?
Ответ: для починки двигателя вам нужно будет выполнить отдельный квест, в ходе которого необходимо добыть 20 фрагментов ядра (искать нужно глубоко под землей, возле ядра планеты) и иметь в кармане 1000 пикселей.

Вопрос: Как сделать сталь в Starbound?
Ответ: сталь в игре делается из железных слитков и нефти на Металлургической станции.

Вопрос: Как удалить мир в Starbound?
Ответ: файлы мира находятся в папке Starbound/giraffe_storage/universe/, так что если хотите удалить мир, то нужно зайти в эту папку и удалить соответствующие файлы.

Вопрос: Как улучшить манипулятор материи в Starbound?
Ответ: улучшение манипулятора материей производится в 6 этапов на корабле в меню ИИ, для чего нужно будет добыть разные виды ресурсов.

Вопрос: Какая последняя версия Starbound?
Ответ: на данный момент последней STABLE версией является Spirited Giraffe, а NIGHTLY версия - Pleased Giraffe.

Вопрос: Старбаунд, как улучшить корабль (также Starbound как улучшить корабль, Как расширить корабль в Starbound)?
Ответ: улучшение корабля в Starbound производится в Пингвиньей Бухте, лавочке, которая находится в самом дальнем конце Форпоста. Улучшения можно будет производить после того, как вы выполните несколько заданий для местных НиПов, и после того, как вы выполните задание продавца Пингвиньей Бухты и принесете ему несколько алмазов.

Вопрос: Чем отличается Starbound от Starbound unstable?
Ответ: отличие заключается в том, что UNSTABLE версия может содержать гораздо больше количество ошибок, чем STABLE версия, и служит, в большей степени, для тестирования нововведений. Однако, она намного стабильнее, чем NIGHTLY, в силу того, что на нее обновления выходят не так часто. Также, UNSTABLE версия устанавливается отдельно от обычной игры.

Вопрос: Как заправить корабль в Starbound?
Ответ: в качестве топлива могут служить определенные руды и материалы - жидкий эркий, урановая руда и урановые стержни, плутониевая руда и плутониевые стержни, соляриевая руда и соляриевая звезда.

Вопрос: Free as a bird Starbound прохождение (также Starbound Cвободен как птица)?
Ответ: этот квест вы получите автоматически после прохождения квеста Эркиевый добывающий объект (Erchius Mining Facility) и после того, как заправите свой корабль. После получения набора Стальной брони и выполнения первой миссии (этой миссией и является Эркиевый добывающий объект), квест завершится.

Вопрос: Starbound, где найти Древние Врата (также Starbound как найти древние врата)?
Ответ: Древние Врата есть в стартовой локации для каждого персонажа и становятся доступны сразу же после того, как игрок отремонтирует корабль.

Вопрос: Starbound, где найти процессор?
Ответ: Процессор нужен для создания Роботизированного верстака и выдается в качестве награды за задание Ужаснокрыл, в котором вам нужно будет победить босса. Задание можно взять у пингвина на Форпосте.

Вопрос: Starbound, где находятся сохранения (также Starbound, где сохранения)?
Ответ: файлы сохранений, т.е. файлы персонажа и корабля, находятся в папке Starbound/giraffe_storage/player/.

Вопрос: Starbound Золотой утенок (также Starbound golden ducky, Starbound статуя золотого утенка) - где найти?
Ответ: Золотая уточка это задание, которое вы сможете получить на Форпосте после выполнения задания по улучшению корабля "Пссс (Соколиный класс)". Вам предстоит найти статую Золотого Утенка. Найти ее можно в Храмах Авиан. Список координат. Также по координатам X 906285180 Y 386061748, планета Alpha Eps Ser Majoris V. Если у вас возниклы проблемы с поиском этого храма, то рекомендуем поставить мод Чрезвычайно полезный Крот-торговец, благодаря которому можно купить все квестовые предметы у нового НиПа.

Вопрос: Starbound идеальный предмет (также Идеально сгенерированный предмет) - что это?
Ответ: Идеально сгенерированный предмет это предмет, которым игра заменяет те предметы, код которых не был расшифрован. Как правило, появлется в результате удаления мода или неправильного ввода команд через консоль.

Вопрос: Starbound история версий и Starbound история обновлений - где можно ознакомиться?
Ответ: ознакомиться с историей развития игры можно по ссылке История версий и история обновлений Starbound.

Вопрос: Координаты тюрьмы в Starbound?
Ответ: Тюрьма USCM является квестовым данжем, где можно найти вывеску USCM, которая нужна для квеста Тюремный камень (Jail House Rock). Координаты Тюрьмы USCM. Также можно найте по другим координатам: X 72705461 Y 57105031, планета Gamma Dumile Minoris V a; X 548553862 Y -788781753, планета Gamma Zeta Ret 010 III c.

Вопрос: Starbound как починить кирку?
Ответ: начиная с NIGHTLY версии эту возможность убрали.

Вопрос: в Starbound как продавать вещи?
Ответ: на данный момент возможность продавать вещи торговцам не реализована. Можно поставить мод Универсальный деконструктор предметов, при помощи которого можно разбирать предметы на составляющие. Ненужные руда и слитки преобразовываются в пиксели при помощи Очистительного завода, который становится доступен после крафта Металлургической станции.

Вопрос: Starbound как установить моды (также как установить мод на Старбаунд)?
Ответ: для того, чтобы установить моды на Старбаунд, нужно распаковать содержимое архива с модом в папку Starbound/giraffe_storage/mods/ для пиратской версии и C:/Program Files (x86)/Steam/steamapps/common/Starbound/giraffe_storage/mods. Перед установкой желательно удалить предыдущую версию мода.

Вопрос: Starbound деревня глитчей - где найти?
Ответ: деревню глитчей можно найти по разным координатам. Вот один из них: X -438354442 Y -433149763, планета Delta Tania Borealis Majoris III; X -957286574 Y -166517703, планета неизвестна; также можно найти по этим координатам.

Описание:

Возможность редактировать оружия, Модули нэз, Ошейников петов, сложности игры, уровень корабля, максимальное кол-во топлива на корабле(по ум1000), приборов в эл.монтажной станции(разные задержки, для дверей, света) и многих других полезных вещей.

1. распаковать в любую папку
2. сделать копию сохранений навсякий Starboundstorageplayer
3. файл из архива python34.dll поместить в windowssystem32
4. запустить starcheat.exe
5. указать путь к игре
6. прочитать до конца мою инструкцию(желательно)
7. сохранять сохранение только с закрытой игрой, не запускать 2 редактора, 2 игры

двойным щелчом по пустой клетке инвентаря, в фильтр пишите название вещи которую хотите поменять в ней будет код, его и меняйте.

к примеру для "модулей нез" в графе augment после effects дописываем следующие:

"lowgravaugment", низкая гравитация
"regenerationaugment3", постоянный реген
"jumpboostaugment", небольшое увеличение прыгучести
"lightaugment3", свечение сильное
"runboostaugment", небольшое увеличение скорости
"thornsaugment", монстры получают тот же урон что и наносят вам
"maxenergyboostaugment3" увеличение энергии

можно дописать ещё увеличение хп и дамага но это уже на любителя, однако с маневреностью играть намного интереснее

к примеру для оружия (у меня гранадлаунчер) в графе primaryAbility после имеющегося кода перед закрывающейся кавычкой дописываем:

"inaccuracy": 0.1, если не будет этой строчки снаряды будут накладываться друг на друга и будут выглядеть как 1 снаряд, это увеличит урон без визуальных эффектов
"projectileCount": 5 кол-во за раз выпущеных снарядов

незабывайте про запятые, если неправильно написано будет снизу красная надпись

с петами тоже самое как и с модулями нез, можно сделать мирного светящегося проходящего сквозь стены, а можно безжалостного убийцу с регеном хп, большим уроном и неслабым взрывом после смерти(против босов самое то)

всё и сразу не советую ставить, будет просто не интересно, а вот выборочно что то добавить будет намного интересней. К примеру с использованием тройного прыжка+гравитации+увеличение силы прыжка очень легко не упасть в лаву, или разбится насмерть перед землей будет намного проще нажимать на пробел чем в падении на скорости быстрее твоего фпс.

так же могу добавить если у кого то вдруг лагает игра: на рабочке правой панель нвидия->управление 3д->1.выберете программу старбоунд екзешник, 2. высокопроизв. проц. нвидия, 3. вертикальный синхроинпульс ВКЛ. сохранить применить и всё ок

Статьи по теме: