Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modpack but only one mod #3

Open
sofar opened this issue Apr 12, 2015 · 7 comments
Open

modpack but only one mod #3

sofar opened this issue Apr 12, 2015 · 7 comments

Comments

@sofar
Copy link
Contributor

sofar commented Apr 12, 2015

since there's only one mod in this modpack, why not just make it a non-modpack mod? easier to install, less files to maintain.

@HybridDog
Copy link

lf you click on download and unpack the archive, the mod's name would contain disallowed letters l think.

@sofar
Copy link
Contributor Author

sofar commented Apr 12, 2015

There's a good way around that: Create a release, and then "edit" that release and manually upload a proper zip file. This way you get to determine the layout of the file and can omit any illegal characters.

example: https://github.com/sofar/sedimentology-mt/releases

@HybridDog
Copy link

But you don't get the newest version of the mod if you download it there, do you?

@sofar
Copy link
Contributor Author

sofar commented Apr 13, 2015

On 04/13/2015 07:37 AM, HybridDog wrote:

But you don't get the newest version of the mod if you download it there, do you?

No. If you don't make many changes that's no big deal, it's easy enough
to do anyway. If you do make a lot of changes, you may actually want to
tag your release versions so people know that they are not just
downloading some random development version that isn't ready for
end-user deployment. So generally, that's not a bad thing.

@HybridDog
Copy link

ls it possible to make a simple .sh file to automatically make a new release after pushing?

@sofar
Copy link
Contributor Author

sofar commented Apr 14, 2015

This is what makefiles do for you. Here's what I use in one of my mods:

https://github.com/sofar/sedimentology-mt/blob/master/Makefile

Just need to change the zip command line options to meet your flavor. After that you just run make in the git folder and it creates a new zip file for you.

@HybridDog
Copy link

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants