Team Fortress 2
cant choose install path for TF2 in linux
I cant install TF2 into an alternate directory from the home partition. But since i dont have the space to install it in /home/steam, i cant play. anyone else have this issue?
< >
1-6 / 6 のコメントを表示
Tim Timsen (禁止済) 2013年2月15日 7時52分 
It's like that on Windows, too.
Increase the partition or get rid of Linux and wait until Tux becomes tradable.
最近の変更はTim Timsenが行いました; 2013年2月15日 7時53分
i only use linux, and have for five years now. so no getting rid of that.
I've the same problem, system and home directory on SSD (small size) and big directories on HDD (large size), so can't install TF2 on home. Strange since Counter-Strike (and others games i guess) can be installed everywhere.
You need to learn how to use symbolic links (like shortcuts in Windows). Other sources can tell you how to mount another partition (typically under /media/, preferably a Linux type partition, like ext4). Then as long as "you" have rwx permission for that mounted location, you can add a symlink from where Steam expects to find its files to somewhere there.

Type "man ln" (w/o quotes, that is small L as in link) in a terminal to read about ln, or "man cp" to read about copying directories/files.

For example to put all of Steam on /media/somepartition/ that is properly mounted (preferably automounted or from /etc/fstab). Don't forget dot in .local:

cp -a ~/.local/share/Steam /media/somepartition
(once you are sure everything has been copied properly, then:)
rm -r ~/.local/share/Steam
ln -s /media/somepartition/Steam ~/.local/share/Steam

Or if you just want certain games on a different partition, you would need to look at what is in ~/.local/share/Steam/
最近の変更はLong Ago [Linux]が行いました; 2013年3月5日 11時06分
or just move ~/.local/share/Steam to a new folder on the bigger partition, start steam and when it asks for the resource files point it to them. as of that moment the standard directory is on the partition you moved the files to.

for efflandts suggestion to work properly you would have to give steam a whole physical partition on the drive.
Thanks for your reply. Good to write it here for all linux users to see and use it to bypass this TF2 bug.

For my case, I'm familiar with symlinks but not with Steam, I'm looking where to post bug to be seen by devs (Steam or TF2).

Edit : @nxxs[GER] : nice to know that too!
最近の変更はԌζυςが行いました; 2013年3月5日 11時17分
< >
1-6 / 6 のコメントを表示
ページ毎: 1530 50

投稿日: 2013年2月15日 6時50分
投稿数: 6