Below you will find pages that utilize the taxonomy term “Xcom”
January 2016 Video Games
Because I’ve staggered the publishing of new videos on Youtube, not all of them may be visible on the embeds in this blog post on the day it goes live. For example, I think I created 14 videos for Torchlight in January, but at the moment only 11 are live.
Torchlight (23 hours):
I decide to check out this spiritual successor to Diablo, having never played Diablo. It is a nice game to play after stressful day - just clicking on bad guys and traveling around without much thought.
XCOM, Steam, and Linux
One of the great things about Steam and the internet is the cloud save. It means that you can go from computer to computer and, as long as it’s connected to the Internet, you can pick up your game where you left off. In my case, I have a Windows computer and a Linux computer both capable of running games from Steam. I wanted to see how well XCOM was ported to Linux so I launched it and didn’t have any of my saves! It turns out that the saves are in a folder called SaveData on Windows and savedata on Linux. (In the path: ~/.local/share/feral-interactive/XCOM/XEW - remove XEW if it’s not Enemy Within) Those aren’t the same thing in Linux. So you need to delete the folder savedata and then make a symlink to SaveData where the symlink is savedata. Once you do that it works perfectly. To give credit where it’s due, here’s the forum post where I fond the info.