Starbound Inventory Editor Mod

Posted on  by  admin

starcheat is currently incompatiable with Starbound 1.0 - We are currently not accepting issues for Starcheat errors with users running starcheat 0.27 with Starbound 1.0. For updates on 1.0 support, follow issue #282 (early nightly builds with 1.0 support are available).

  1. Starbound Inventory Editor Download
  2. Starbound Character Inventory Editor

Starbound is a 2D extraterrestrial sandbox adventure game developed by Chucklefish, a London-based independent game studio! Take on the role of a character who’s just fled their home planet, only to crash-land on another. Game: Starbound. When logged in, you can choose up to 8 games that will be displayed as favourites in this menu. Empty favourite. Empty favourite. Empty favourite. Which has slowly grown to be one of the most popular games on Nexus Mods in recent times - with 14 million mod downloads and counting, it's rapidly catching up with Morrowind!

starcheat is a Starbound player save editor, you can get free pixels with this! (omg)

Downloads

Starboundstarcheat
Starbound 1.0TBD - nightly builds available
Glad Giraffe0.27.1
Pleased Giraffe0.26
Spirited Giraffe0.25
Upbeat Giraffe0.21
Enraged Koala0.17

Starbound Inventory Editor Download

Nightlies

You can try out the latest in development version (which may not be stable) by following these steps.

Windows: Appveyor artifacts

You can download prebuild nightlies for the latest commit from our Appveyor build bot. Go to https://ci.appveyor.com/project/wizzomafizzo/starcheat/branch/dev or https://ci.appveyor.com/project/wizzomafizzo/starcheat/history for 1.0 nightlies (the ones labeled with Pull request #288 - Starbound 1.0 Support) choose the build matching your architecture (win32 or win64) and download the latest snapshot from the Artifacts tab.

Mac: Homebrew HEAD build

Follow the steps below to set up our Homebrew tap but instead of installing the stable version run brew install chrmoritz/starcheat/starcheat --HEAD to install the latest nightly or brew install chrmoritz/starcheat/starcheat --devel for the nightly with 1.0 support.

Linux + all Platforms: Build from source

Follow the steps below to build the dev branch from source. Balli sastram in telugu 2016 pdf.

Reporting an issue

Please read and follow these instructions when reporting an issue. This will help us fix your issue faster, because we don't need to ask you for additional information.

Starbound Character Inventory Editor

Building from source

Here is how to build starcheat from source. Make sure everything in the dependencies section is installed before you do a build.

Dependencies

  • Qt 5 (included in PyQt5 binaries on Windows)

NOTE: py-starbound is included as a git submodule and needs to be cloned with the following commands:

  • cd <starcheat top folder>
  • git submodule sync
  • git submodule update --init

Applications such as Sourcetree should offer to clone it automatically.

Windows

Lines starting with > can be run in PowerShell or cmd.exe.

  • > cd <starcheat top folder>
  • > C:Python33python.exe .build.py
  • Browse to newly created build folder
  • Double click starcheat.py

Standalone Build

Starbound Inventory Editor Mod

The standalone build makes an executable which includes all Python and Qt dependencies.

  • Install cx_freeze
  • > cd <starcheat top folder>
  • > C:Python33python.exe .build.py -e
  • Browse to newly created dist folder
  • Double click starcheat.exe

Linux

Starbound inventory editor 2016

Mac

Install
  • Install homebrew
  • $ brew update
  • $ brew install chrmoritz/starcheat/starcheat (optionally pass --without-app to not create a .app or pass --HEAD to build the nightly version (or --devel for the 1.0 nightly) instead of the latest stable release)
  • brew linkapps starcheat (symlinks the .app into your Applications folder)
Update
  • $ brew update (check if starcheat is in the updated formula list)
  • $ brew upgrade starcheat (if its in the list above or in brew outdated)

Release checklist

  • Update item metadata to match current Starbound version in saves.py
  • Update storage name in config.py and assets.py
  • Update version string in config.py
  • Update version string in starcheat tap's brew file
  • Tag release
Coments are closed
Scroll to top