User Tools

Site Tools


games:torchlight_2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
games:torchlight_2 [2018/11/09 23:39] Sean Rhonegames:torchlight_2 [2018/11/09 23:40] (current) Sean Rhone
Line 1: Line 1:
 +====== Information ======
  
 +  * Torchlight II ((https://www.runicgames.com/torchlight2))
 +  * GOG ((https://www.gog.com))
 +
 +===== Prerequisites =====
 +
 +  * [[distros:fedora_workstation_gnome | Fedora Workstation]]
 +
 +====== 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 =====
 +
 +  * https://steamcommunity.com/app/200710/discussions/0/1694917906654719532/
 +
 +  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