User Tools

Site Tools


games:torchlight_2

Information

  • Torchlight II 1)
  • GOG 2)

Prerequisites

Install

Torchlight II

  • TODO: Extract 7z
chmod +x ~/'Downloads/Torchlight/gog_torchlight_2_2.0.0.1.sh' && ~/'Downloads/Torchlight/gog_torchlight_2_2.0.0.1.sh' && sync

Clean Up

rm -R ~/'Downloads/Torchlight' && sync

File Manager

Root

gio open ~/'GOG Games/Torchlight 2'

Local

gio open ~/'.local/share/Runic Games/Torchlight 2'

Saved Games

gio open ~/'.local/share/Runic Games/Torchlight 2/save'

Copy Saved Games

  • TODO: Archive

Steam

libfreetype.so Fix

mesa_glthread=true LD_PRELOAD=/usr/lib64/libfreetype.so.6 %command%

Saved Games Data

Backup

  • Creates {DATE}-manual-TL2-Steam-Saves.tar.gz in ~/Downloads
tar -cvzf ~/'Downloads/'$(date +%Y-%m-%d)'-manual-TL2-Steam-Saves.tar.gz' -C ~/'.local/share/Steam/steamapps/common/Torchlight II/my games/runic games/torchlight 2' 'save' && ls ~/'Downloads/'*'-manual-TL2-Steam-Saves.tar.gz'

Restore

  • Expects *-manual-TL2-Steam-Saves.tar.gz in ~/Downloads
  • :!: If that file exists, this series of commands will irreversibly, without warning or prompt, delete the existing save folder and replace it with whatever is in that tarball
ls ~/'Downloads/'*'-manual-TL2-Steam-Saves.tar.gz' && rm -Rf ~/'.local/share/Steam/steamapps/common/Torchlight II/my games/runic games/torchlight 2/save' && mkdir -p ~/'.local/share/Steam/steamapps/common/Torchlight II/my games/runic games/torchlight 2/save' && tar -xvzf ~/'Downloads/'*'-manual-TL2-Steam-Saves.tar.gz' -C ~/'.local/share/Steam/steamapps/common/Torchlight II/my games/runic games/torchlight 2' 'save' && sync
/var/www/wiki/data/pages/games/torchlight_2.txt · Last modified: 2018/11/09 23:40 by Sean Rhone