This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Script Name: MoW:AS2 mod converter for Linux compatibility | |
# Description: This script aims to remove all .bmp files from the .pak folders of a MoW:AS2 mod in order to make a MoW:AS2 (steam version running on Proton) mod | |
# compatible with Linux. You may have to also manually delete some files (i.e. .jpg) from the .pak folder (indicated by the game crash report) for the mod to work. | |
# The script will unpack all .pak folder, Remove all .bmp files in them and repack all .pak folders | |
# LICENSE NOTICE | |
# This program is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 3 of the License, or |