Starbound

Starbound

More Action Bars! (6)
 This topic has been pinned, so it's probably important
natsumi or something idk  [developer] 25 Oct, 2023 @ 11:41am
How to make this mod work with old players
NOTE: This WILL clear your toolbar, but all your items will still remain in your inventory. Also, you should make a backup of your player file before doing this, in case you (or I in this tutorial) mess up.

1. first of all, follow this guide[community.playstarbound.com] to extract your player file.
2. second, you need to find your toolbar configuration. use an editor (preferably Notepad++) and use the search function to look for "customBar"

3. once found, replace it with the following (this won't work if you have toolbar extensions, like 10 or 20 slots instead of 9):

"customBar" : [ [ [null, null], [null, null], [null, null], [null, null], [null, null], [null, null] ], [ [null, null], [null, null], [null, null], [null, null], [null, null], [null, null] ], [ [null, null], [null, null], [null, null], [null, null], [null, null], [null, null] ], [ [null, null], [null, null], [null, null], [null, null], [null, null], [null, null] ], [ [null, null], [null, null], [null, null], [null, null], [null, null], [null, null] ], [ [null, null], [null, null], [null, null], [null, null], [null, null], [null, null] ] ],
after this is done, follow the instructions in the starbound community link again (scroll down a little if you need a tutorial) to repack your file. you can then move and replace it back into your player folder and you should be good to go!
Last edited by natsumi or something idk; 25 Oct, 2023 @ 11:47am