[SOLVED] [Solved]changing data/dlcache dir - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3) +--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4) +--- Thread: [SOLVED] [Solved]changing data/dlcache dir (/showthread.php?tid=2329) |
[Solved]changing data/dlcache dir - 0ms - 11-13-2011 My game directory is "H:\games\Xonotic" but in-game it downloads all custom maps to "C:\Users\Юра\Documents\My Games\xonotic". I haven't enough disk space on C: so I want to save all downloaded maps to "H:\game\Xonotic\data\dlcache". Is it possible to change dirs as I need?("gamedir" cvar doesn't work in this case) RE: changing data/dlcache dir - Mr. Bougo - 11-13-2011 Try to launch it with -userdir "H:\game\Xonotic". This will use that directory instead of C:\Users\Юра\Documents\My Games\ You can't have dlcache separate from the rest of the user data, unless you can somehow manage to bind a directory in H: to a directory in C: with something similar to Linux' symbolic linking or bind mounts. But as far as I know, symlinks in Windows are confusing and even dangerous at times (at least in XP). RE: changing data/dlcache dir - naryl - 11-13-2011 mklink /D C:\Users\Юра\Documents\My Games\xonotic\ H:\game\Xonotic or smth. Both directories should exist. Check if the current xonotic directory didn't become empty first. If it did switch the arguments to mklink :) RE: changing data/dlcache dir - 0ms - 11-13-2011 thx for answers!))))))it works(xonotic.exe -userdir <dir>) |