This GitHub is no longer maintained. You can download a working version of starcheat from starcheat.net or the patched GitHub repo.
Thanks to @gen3vra for creating this new working build.
starcheat is a Starbound player save editor, you can get free pixels with this! (omg)
You can try out the latest in development version (which may not be stable) by following these steps.
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.
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.
Follow the steps below to build the dev branch from source.
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.
Here is how to build starcheat from source. Make sure everything in the dependencies section is installed before you do a build.
- Python 3.3+
- PyQt5
- Qt 5 (included in PyQt5 binaries on Windows)
- Pillow
- py-starbound
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.
Lines starting with >
can be run in PowerShell or cmd.exe.
> cd <starcheat top folder>
> C:\Python33\python.exe .\build.py
- Browse to newly created
build\
folder - Double click
starcheat.py
The standalone build makes an executable which includes all Python and Qt dependencies.
- Install cx_freeze
> cd <starcheat top folder>
> C:\Python33\python.exe .\build.py -e
- Browse to newly created
dist\
folder - Double click
starcheat.exe
$ cd <starcheat top folder>
$ ./build.py
$ ./build/starcheat.py
- 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)
$ brew update
(check if starcheat is in the updated formula list)$ brew upgrade starcheat
(if its in the list above or inbrew outdated
)