How to update the game on Linux

Everything about ToME 4.x.x. No spoilers, please

Moderator: Moderator

Post Reply
Message
Author
liondriel
Cornac
Posts: 40
Joined: Sun Apr 01, 2012 5:42 am

How to update the game on Linux

#1 Post by liondriel »

Ahoy folks,

I recently wanted to go from 1.7.4 to 1.7.6, but I'm not sure what the "correct" way would be.

I have the game residing under ~/Games/Tome and there's game data under ~/.t-engine

So, simply unpacking the 1.7.6 tar over the game directory won't do, as that gets rid of my addons and stuff (not sure what else lives there ... settings? Addon settings?)

How do I do that right, without losing anything or messing stuff up?

Jurriaan
Wyrmic
Posts: 227
Joined: Mon Mar 25, 2013 9:39 am

Re: How to update the game on Linux

#2 Post by Jurriaan »

It's not really like tar will clear a directory, so your addons should be safe.

you can always make a backup

cp -axv ~/Games/Tome ~/Games/Tome.org

try it, and when it doesn't work, restore your original directory

rm -rf ~/Games/Tome
mv ~/Games/Tome.org ~/Games/Tome

liondriel
Cornac
Posts: 40
Joined: Sun Apr 01, 2012 5:42 am

Re: How to update the game on Linux

#3 Post by liondriel »

Oh, duh ... yeah, that seemed to have worked splendidly. Thank you kindly.

Post Reply