linux - Undertale Joy2Key Script -
i decided playthrough of undertale , while have played game keyboard before, want try gamepad. windows version of game has native controller support linux version not. joy2key works , i've got game run little thread on steam discussion forums:
https://steamcommunity.com/app/391540/discussions/0/360670708784222242/
however, solution requires manually start joy2key through terminal every time start undertale through steam. while it's minor annoyance, wondering if there way streamline process joy2key automatically launch whenever launched undertale. i've tried scripting, far, haven't had luck. latest script i've tried:
#!/bin/bash cd /home/user/.steam/steam/steamapps/common/undertale/ ./runner joy2key -config ut "undertale"
Comments
Post a Comment