I made a shell script that can update the files. It doesn't have (m)any features. It checks urls under http://update.moviebattles.org/lists/ for the md5 hashes of files and downloads the ones where it differs. I guess this is what the launcher do.
It can be useful for small servers, where installing mono is hard.
Dependencies
It needs bash(not sure about other shells) and wget.
Usage
Ignored files (which won't be overwritten when new version is available) can be set at the start of the script.
Add or remove to the lines starting with 'add_to_file_list' to change which filepacks to download.
It has to be run from the directory where openjk lives.
It creates/overwrites files without asking anything, but it doesn't delete files, so files that are not part of mbii or put into the IGNORED_FILES array at the start of the script should be safe.
It can be useful for small servers, where installing mono is hard.
Dependencies
It needs bash(not sure about other shells) and wget.
Usage
Ignored files (which won't be overwritten when new version is available) can be set at the start of the script.
Add or remove to the lines starting with 'add_to_file_list' to change which filepacks to download.
It has to be run from the directory where openjk lives.
It creates/overwrites files without asking anything, but it doesn't delete files, so files that are not part of mbii or put into the IGNORED_FILES array at the start of the script should be safe.
Attachments
Last edited:
Upvote
0