thanks for the help and welcome. i just updated the mod on github to get rid of a bug but when i download the mod from the mod store in game it does not reflect the changes. do you guys cache the mod or something? how would i update the version that gets downloaded?
Yes, we host releases of the mod ourselves, so you'll need to make a new release. You can automate this (or get a reminder) by setting up automated releases which will automatically fetch from Git daily and make a new update if something has been committed.
hello, this package does not contain a license file.
so my github repo needs a license.txt file or something? what would be the format of that file?
yeah, license.txt, license, license.md, etc NAL and this is not legal advice, but it should look something like this for example https://github.com/12Me21/screwdriver2/blob/master/LICENSE.txt just the license text. if you want to you can put
your name code
, or whatever at the top.does that work?
Yep, that works fine, though you might want to consider relicensing to MIT or CC0 as we discourage the use of WTFPL nowadays for a number of reasons. Welcome to ContentDB by the way!
thanks for the help and welcome. i just updated the mod on github to get rid of a bug but when i download the mod from the mod store in game it does not reflect the changes. do you guys cache the mod or something? how would i update the version that gets downloaded?
Yes, we host releases of the mod ourselves, so you'll need to make a new release. You can automate this (or get a reminder) by setting up automated releases which will automatically fetch from Git daily and make a new update if something has been committed.