Galaxy on Fire 2: Tip (Editing game files using hex. “Ships.bin”)

Home » Gaming Tactics » Galaxy on Fire 2: Tip (Editing game files using hex. “Ships.bin”)
September 22, 2020
2 minutes
82

By Jonny Gamer

Galaxy on Fire 2: Tip (Editing game files using hex. “Ships.bin”)

1. Always save before modifying files.

2. If the ship has 0 slots for one of the types of weapons. DO NOT CHANGE it – otherwise the game will crash.

3. It is advisable to change the parameters of the ship before buying it from the store.

Today we will analyze the file Ships.bin for components.

For example, I will use several tables taken from the original.

Based on them, you yourself can check them, find and change any ship for yourself.

Ship: Dace (ID 4)

Hex address in fileOrderHex valueDec (Typical) valueDescription
0090100 00 00 044Ship ID
0094200 00 00 AA170Protection
0098300 00 00 2638Cargo compartment
009a400 03 98 50235’600Price
00a0five00 00 00 044Main guns
00a4600 00 00 011Heavy shells (rockets)
00a8700 00 00 000Turrets
00aa800 00 00 05fiveEquipment
00b0nine00 00 00 A2162Controllability

Ship: Salvehn (ID 31)

Hex address in fileOrderHex valueDec (Typical) valueDescription
045a100 00 00 1F31Ship ID
0460200 00 00 9C156Protection
0464300 00 00 6E110Cargo compartment
0468400 01 71 2495’268Price
046afive00 00 00 022Main guns
0470600 00 00 011Heavy shells (rockets)
0474700 00 00 011Turrets
0478800 00 00 066Equipment
047anine00 00 00 66102Controllability

The easiest way to search for a ship is in a file Ships.bin by the values ​​of Protection and Cargo compartment.

For example in a ship Salvehn – to find it without knowing the specific address (1st column). You need to translate the values ​​that you see in the game in the form hex (Defense) 156 => 9C and (Cargo bay) 110 => 6E. Now it is easy to find sequentially in hex “00 00 00 9C 00 00 00 6E”. Most likely it will be the only one in the entire file. Now we change the values. For example, the Defense is 55 and the Cargo compartment is 250 and we get the following sequence “00 00 00 37 00 00 00 fa”.

P.S. Converting numbers from HEX to regular ones and vice versa – you can use the windows calculator by switching to the “programmer” mode or by pressing alt + 3.

    How do you rate Galaxy on Fire 2: Tip (Editing game files using hex. “Ships.bin”) ?

    Your email address will not be published. Required fields are marked *