ThirteenAG / modupdater

MIT License
27 stars 4 forks source link

Vice City Widescreen forced update bug #2

Closed Catarax closed 7 years ago

Catarax commented 7 years ago

Using modupdater.ini from the archive (widescreen only) and the debug to force update :

[FILE]
NameRegExp = ".*\\.WidescreenFix"
Extension = "asi"
WebUrl = "https://thirteenag.github.io/wfp"

[API]
Url = "https://api.github.com/repos/ThirteenAG/WidescreenFixesPack/releases"

[MISC]
ScanFromRootFolder = 0
UpdateUAL = 1
SelfUpdate = 1
SkipUpdateCompleteDialog = 0
OutputLogToFile = 0

[DEBUG]
AlwaysUpdate = 1

screenshot_1 screenshot_3

screenshot_2

The widescreen hack folder is not recognized. Also zero update at all are triggered (forced) when using the "NameRegExp = ".*"" feature.

mod_updater.exe is able to recognize the widescreen hack also.

Maybe an issue because my folder name has whitespaces?

ThirteenAG commented 7 years ago

There's indeed a mistake, regexp in the ini should be: .*\.WidescreenFix, not .*\\.WidescreenFix I reuploaded the archive with proper ini. ".*" also works for me. Make sure you don't use ".*""

Catarax commented 7 years ago

Thanks, everything is good !