Starbound Asset Diff
Currently only available if you clone it and build it yourself
git clone https://github.com/JBangel/stardiff.git
cd stardiff
gem build stardiff.gemspec
gem install stardiff
Run it against two packed.pak files to see the difference between the files.
stardiff pakfile1 pakfile2
- Fork it ( http://github.com//stardiff/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request