MorsGames / sm64plus

A fork of sm64-port that focuses on QoL improvements and customizability.
https://mfgg.net/index.php?act=resdb&param=02&c=2&id=38190
456 stars 33 forks source link

Allow passing the gfx directory as a command line argument #25

Closed coolreader18 closed 3 years ago

coolreader18 commented 3 years ago

This would allow for much easier packaging for e.g. the AUR.

coolreader18 commented 3 years ago

I've added sm64plus to the AUR: https://aur.archlinux.org/packages/sm64plus-git/

MorsGames commented 3 years ago

Awesome! I'll be checking this out later today and will merge if there are no issues.

coolreader18 commented 3 years ago

Cool, thanks! It would also be really helpful for packaging if you kept like a VERSION file that just has the current version in it, or at least just keeping the format of the changelog entries the same would also work. (I get the version by doing cat README.md | grep -Po '### v\K[0-9\.]+' | head -n1)

MorsGames commented 3 years ago

Sure thing!

MorsGames commented 3 years ago

It seems like I completely forgot about adding that VERSION file WHOOPS!

Sorry about that, it should be now added in as well.

coolreader18 commented 3 years ago

Awesome, thanks!