kinggath / WorkshopFramework

Redesign of the FO4 Workshop Scripts
55 stars 9 forks source link

Update Check for latest F4SE Version #160

Closed msalaba01 closed 5 months ago

msalaba01 commented 5 months ago

If the current version of WSFWIdentifier.dll does not support the latest FO4 NG version of F4SE, the check code needs to be updated to reflect this.

This pull adds that check.

kinggath commented 5 months ago

This code already exists as F4SECheck(), the idea is a mod can use F4SECheck() if they want to acknowledge version, and F4SERunningCheck() if all they care about is whether or not its running.