pinkwah / steam-appmanifest

Generates appmanifest_APPID.acf files in ~/.steam/steam/SteamApps
MIT License
389 stars 43 forks source link

Install games into a specific directory, rather than into common/ #17

Closed directhex closed 8 years ago

directhex commented 8 years ago

This closes https://github.com/dotfloat/steam-appmanifest/issues/15

Right now, games are installed into the root common/ directory, rather than their own directory. This patch makes games from the list install to a directory named after the title, or manual mode has a freeform text field.

This does not account for games where the title includes characters which cannot be represented on the filesystem Steam is installed on, and doesn't trap obviously illegal characters (like /) in the manual dialog box.

pinkwah commented 8 years ago

Thanks. Sorry for getting to this late.