starcheat is a Starbound player save editor, you can get free pixels with this! (omg)
| Starbound | starcheat |
|---|---|
| Nightly | dev branch |
| Enraged Koala (Update 8) | 0.16 |
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 (don't need this 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 initgit submodule update
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 https://raw.github.com/wizzomafizzo/starcheat/master/mac/starcheat.rb(optionally pass--without-app(create no .app) or--without-binary(creates no binary linked into your prefix) )brew linkapps(symlinks the .app into your Applications folder)
- Update version string in config.py
- Update version string in brew file
- Tag release
