Bluestar

|
Posted: Wed Oct 16, 2013 21:26 Post subject: |
|
|
Hi Alextp,
Absolutely, I'm a Hungarian developer to the core. Nice question though, I'll tell as its not a secret: my avatar is chosen because of my 10+ year enthusiasm for an Italian producer/dj who uses this exact Japanese character/symbol for all his work (not gonna tell who he is - wonder if anyone really cares hah). ^.^
@Avada:
It is absolutely intentional - some items automatically being inserted into the "[OverridePlugVer]" section in case their online date (upload date) matches the latest modification date of the local file, so their version gets "corrected" and automatically rewritten by TU to its ini file.
(only in case "VerCorrOnDateMatch=True" in TotalUpdater.ini)
For example lets check that mentioned "Plugman.exe" addon:
Code: | VerCorrOnDateMatch=False Plugman.exe 2.0.0.0 2.2.8 OK. (shows OK because of the matching package date -> they are the same one)
VerCorrOnDateMatch=True Plugman.exe 2.2.8 2.2.8 OK. (shows the corrected version number too [based on the date comparement]) |
Needless to say these values only get saved because that way TU won't need another online check & comparement to get their real version, it can load them directly from its ini file - of course only in case the given file still matches the previously calculated checksum value.
Added the correct checksum entry for calendar.wfx & the other one too.
Last edited by Bluestar on Wed Oct 16, 2013 21:43; edited 1 time in total |
|