From: MrBougo Date: Tue, 6 Jul 2010 20:49:11 +0000 (+0200) Subject: Use the -mygames switch for DP X-Git-Tag: xonotic-v0.1.0preview~378 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=bcb9893f3163b29ef856fd4340e0a3ec13c20b9f;hp=58cc901f816ed4f650db6e4e7628ff1a9d5a6733 Use the -mygames switch for DP This only affects the game in windows, it makes the user data directory my documents\my games\xonotic\data instead of storing everything in the git working copy. Consistent with unix .xonotic. --- diff --git a/all b/all index 60afe73f..1c483855 100755 --- a/all +++ b/all @@ -534,7 +534,7 @@ case "$cmd" in exit 1 fi fi - set -- "darkplaces/darkplaces$client" -nexuiz -customgamename Xonotic -customgamedirname1 data -customgamedirname2 "" -customgamescreenshotname xonotic -customgameuserdirname xonotic "$@" + set -- "darkplaces/darkplaces$client" -nexuiz -customgamename Xonotic -customgamedirname1 data -customgamedirname2 "" -customgamescreenshotname xonotic -customgameuserdirname xonotic -mygames "$@" # if pulseaudio is running: USE IT if [ -z "$SDL_AUDIODRIVER" ] && ! [ -n "$WE_HATE_OUR_USERS" ] && ! [ x"`uname`" = x"Darwin" ]; then