Mana pointed out to me that the cssbeta uses 'cstrike_beta' as a gamedir, but 'cssbeta' as a updatetool ident, causing nemrun to fail to auto update it properly. I'll fix this in the next release, but you can also make the change yourself:

Find:
                    case "$GAME" in

Add right below it (dont miss the semicolons):
                        "cstrike_beta")
                            prettygame="cssbeta"
                        ;;

- Neph



--- nemrun    2010-08-31 16:17:27.225934923 -0700
+++ nemrun    2010-09-09 18:23:32.923114534 -0700
@@ -423,6 +423,9 @@
# Games that don't use their -gamedir as the -game string for hldsupdatetool
                     local prettygame
                     case "$GAME" in
+                        "cstrike_beta")
+                            prettygame="cssbeta"
+                        ;;
                         "cstrike")
                             prettygame="Counter-Strike Source"
                         ;;


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Reply via email to