Skip to content

Davidandcrinou/starcheat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

starcheat

Starbound player save editor, you can get free pixels with this (omg)

if you're looking for a windows version, check the first post of the discussion thread

woohoo

install

here is how to install it

requirements

windows

  • install python 3 and pyqt5
  • PS> cd <starcheat top folder>
  • PS> ./build.ps1
  • browse to newly created build/ folder
  • double click starcheat.py

standalone build

standalone build makes an executable and includes all python and qt dependencies

  • install cx_freeze
  • PS> cd <starcheat top folder>
  • PS> ./build.ps1 -Standalone
  • browse to newly created dist/ folder
  • double click starcheat.exe

END USERS: if Windows complains about a system error (re: missing msvcr100.dll) you probably need to install the vs c++ 2010 runtime package

linux

  • install python3, qt5 and pyqt5 from your distro repos
  • $ cd <starcheat top folder>
  • $ ./build.sh
  • $ cd build/
  • $ ./starcheat.py

Releases

No releases published

Packages

No packages published