It be great if Valve post update notifications to both appids at the same. So we wouldn't need workarounds.
On Fri, Mar 29, 2013 at 3:00 PM, Andre Müller <[email protected]> wrote: > Well only for valve Iv'e coded a shit workaround in my updater. > > > BEFORE: > { > 'Game' : 'Day of Defeat: Source PIPE', > 'VersCheckAppID' : '232290', > 'UpdateAppID' : '232290', > 'Updater' : UDTA, > 'MasterServer' : 'dods_pipe', > 'VersionCheckable' : True, > 'steaminf' : 'dod/steam.inf', > 'VersionCheckRegex' : REGEX_NORMAL > }, > > AFTER: > { > 'Game' : 'Day of Defeat: Source PIPE', > 'VersCheckAppID' : '300', > 'UpdateAppID' : '232290', > 'Updater' : UDTA, > 'MasterServer' : 'dods_pipe', > 'VersionCheckable' : True, > 'steaminf' : 'dod/steam.inf', > 'VersionCheckRegex' : REGEX_NORMAL > }, > > > Output: > > +---------------------------------+-------------------------+-----------+----------------------+-----------+-----------------+ > | Day of Defeat: Source PIPE | 232290 | Nein > | 1702177 | 1717992 | updatetool_anon | > > +---------------------------------+-------------------------+-----------+----------------------+-----------+-----------------+ > > > By the way UDTA is UpdateTool from Didrole. This tool works since 3 > weeks very well. > > > Greetings DeaD_EyE > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, > please visit: > https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux

