Closed Dwosky closed 2 years ago
Sorry, nevermind, seems that launching the game from the desktop shortcut seems to load ModTek without issues. In case anyone needs a little more input on how to configure GOG's version, I just edited the start.sh
file that comes with the instalation itself and changed the executable line to run.sh
, which is the script that comes from ModTek:
# Actions
run_game() {
echo "Running ${GAME_NAME}"
export LC_ALL=C
cd "${CURRENT_DIR}/game"
./run.sh
#chmod +x "BattleTech"
#./"BattleTech"
}
I've added a minimal version of your instructions to the README.
I'm using GOG Battletech's version 1.9.1 and I don't seem to be able to make it work with ModTek.
I've unzipped the release (stable) file to
$HOME/GOG Games/BATTLETECH/game
, which is where theBattletech
executable and its data resides. I've tried both launchingrun.sh
script directly from there as well as updating thestart.sh
(GOG's script) to point torun.sh
instead of the executable, but Battletech's executable seems to crash in the middle.Running with the
run.sh
I get the following output and then it brings me back the prompt:If I run
Battletech
executable directly (or with the unmodified GOGstart.sh
script), I get the followingSo I was wondering if GOG's version its supported or if I need to perform any other additional task in order to have it working.