> I also can't find a way to have different games installed on different partitions/drives. This would be very useful if you have an SSD but can't fit all of your games onto it.
You can do this by moving the directories in question into the other disk, and then creating a junction (symbolic link) from the original location to the new one.
On windows 7:
mklink /j "path/to/steam/steamapps/common/gamefolder" "path/to/the/other/disk/gamefolder"
You can do this by moving the directories in question into the other disk, and then creating a junction (symbolic link) from the original location to the new one. On windows 7: mklink /j "path/to/steam/steamapps/common/gamefolder" "path/to/the/other/disk/gamefolder"