One Way To Die

One Way To Die

Not enough ratings
Make it work on Linux + Get achievements automatically
By Goa Gebhard
If the game crashes for you on Linux, follow these instructions to maybe get it working.
   
Award
Favorite
Favorited
Unfavorite
Making it work
Open a terminal and navigate to the game directory, then run this command (assuming you are on 64-bit):
user=`whoami`; LD_LIBRARY_PATH=/home/$user/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu:/home/$user/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu:/home/$user/dev/steamworks/sdk/redistributable_bin/linux64:$LD_LIBRARY_PATH ./die.sh
Getting the achievements
Since who the ♥♥♥♥ can be bothered to click thousands of times, let's get someone else to do it!

Install xdotool (should be in your package repositories, i.e. just sudo apt-get install xdotool or pacman -S xdotool or whatever).

Then open a terminal next to the game. Start the game, and move your mouse to the third button. Run the following command in your terminal:

xdotool getmouselocation

This should output something along the lines of

x:XXXX y:YYY screen:0 window:1234567

Note down the XXXX and YYY coordinates, you'll need those. Now, run the following command:

sleep 5; while true; do xdotool mousemove XXXX YYY click 1; sleep 0.5; done

Then quickly change to the game window and get a coffee or whatever. You can also reduce the number behind sleep (0.5 in the example), which will make it click faster. Once you think you got all achievements, change to the terminal you ran the command in and press Ctrl+C a few times until you get a prompt again.

For the more bold, you can also run this command to click fasterer, but it might be a little hard to stop the script:

sleep 5; while true; do xdotool mousemove XXXX YYY click 1; done

This will get you all achievements but the one for all immunities, there's a guide on how to get that one too.
3 Comments
Master 30 Mar, 2016 @ 11:18pm 
why not just use steam achievement manager at this point? :spazdunno:

just saying...
Satoshi Nakamoto 3 Sep, 2015 @ 6:45pm 
Thanks for the xdotool trick, nice one !
Grampus  [developer] 3 Sep, 2015 @ 6:03am 
Nice Linux fix! We are patching the game currently and will check on this issue. And I love the achievement hack!