Skip to content

Instantly share code, notes, and snippets.

View orfibous's full-sized avatar

Orfi Bous orfibous

  • Athens, Greece
  • 10:59 (UTC +03:00)
View GitHub Profile
@orfibous
orfibous / MoWAS2_ModConverter4LinuxCompatibility.sh
Last active August 20, 2020 17:59
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 and stop the game from crashing. 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 scr…
#!/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