-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Date Validation and ?= does not work for Victoria 3 #86
Comments
What is |
?= is the same as = as far as I can tell. |
wtf |
Yep! |
could |
Strange |
Also tested it with the VSCode Plugin of @tboby for a sanity check and it works but has strange highlighting: Edit: Added second image |
What are the valid date formats of date fields? |
I did some broad searches in the Victoria 3 game files and the only format I have found is this: Format: <year>.<month>.<day> If you want I could test other formats that work on other games like CK2/3 or VIC2 but VIC3 just uses the format above. I also looked into the CWT documentation and found this in it: EDIT: Added link to the CWT documentation. |
OK according to all of these, the date format to validate in JVM should be |
Hi,
it seems like the dates of Victoria 3 can not be validated by the plugin.
Also the ?= operator can not be used, this seems to be the same for CK3 #52.
?= and = can and are used interchangably in Victoria 3 files.
CWT for the date issue:
Unmodified base game file with both issues:
bad - baden.txt
?= Error:
After changing ?= to = the date error is still there:
Regards,
Chris
The text was updated successfully, but these errors were encountered: