• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Update mechanism alway says new version available

BoomerET

Well-known member
RESOLVED - Update mechanism always says new version available

Here's my project:

http://forums.wolflair.com/showthread.php?t=45590

I'm on a different machine, using built-in update mechanism, download my ruleset. I close HL, open it back up, and it says there's a new version available. Download, import, run gamesystem, close HL.

Next time I start, it says there's a new update (which I know there isn't as I'm the author, and haven't uploaded anything new)
Here's my xml:
Code:
<document signature="Lone Wolf Updates" version="1">
<update name="Castles & Crusades - Community Character Generator (v0.6)" date="2013/11/03:2224" size="312" 
description="Character generator for Castles & Crusades by Troll Lord Games." 
uniqueid="0" 
filetype="3" 
download="http://www.ai6k.com/herolab/candc/CandC.hl" website="http://forums.wolflair.com/showthread.php?p=164472" companyurl="http://forums.wolflair.com/showthread.php?p=164472" priority="99" 
platform="win" 
major="0" 
minor="6" 
patch="" 
folder="candc" special="" dynamic=""/>
</document>
 
Last edited:
When I checked the definition.def file I got through the link to the .zip you provided, it says major="0" minor="1", but here, the code you've posted says major="0" minor="6".

Therefore, Hero Lab will compare the version number recorded in the data - 0.1, to the number recorded in the announcement - 0.6, and warn you that the data is out of date.
 
Back
Top