How to add pixels to a specific character

starbound

Starbound worlds looks pretty amazing and it's time to build up something really big.

Can you, please, guide me how to add pixels to a specific character? Is there any way to achieve that with a command in-game or via any characters-related config files.

Any specific doc reference will be appreciated!


Update

Considering answer. I'm wondering if there a PC tool to edit character file.

Best Answer

Without installing any mods or other utilities:

First activate admin mode by running:

/admin

Then we spawn in the item for pixels (called money in the code). You can replace x in this command with the amount you want.

/spawnitem money x

The pixels will spawn in the world at your cursor. If you get a Perfectly Generic Item instead, check wether you entered the command correctly. If it errors, check the command or lower x.

Lastly, to leave admin mode:

/admin

This won't work in multiplayer unless you are the host.

EDIT: With the 1.1 update adding Essence as a currency for the Vaults, the procedure should remain largely the same. Just replace the spawnitem command with this one:

/spawnitem essence x

essence is the name for Essence in the code. Once again, replace x with the amount you want.