Coder Social home page Coder Social logo

gatekeeper1122 / starcheat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wizzomafizzo/starcheat

0.0 0.0 0.0 5.45 MB

Starbound player save editor and Python library

Home Page: http://starcheat.org/

License: MIT License

Python 99.37% Ruby 0.63%

starcheat's Introduction

starcheat Build Status Build status

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).

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

woohoo

Downloads

Starbound starcheat
Starbound 1.0 TBD - nightly builds available
Glad Giraffe 0.27.1
Pleased Giraffe 0.26
Spirited Giraffe 0.25
Upbeat Giraffe 0.21
Enraged Koala 0.17

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.

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.

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

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:\Python33\python.exe .\build.py
  • Browse to newly created build\ folder
  • Double click starcheat.py

Standalone Build

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

Linux

$ cd <starcheat top folder>
$ ./build.py
$ ./build/starcheat.py

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

starcheat's People

Contributors

chrmoritz avatar garywilsonjr avatar kamilion avatar kurisubrooks avatar lophatkao avatar septarius avatar tsunder avatar wizzomafizzo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.