Re: DialogueChecker (Latest version: V1.12, 13 June 2013)
June 13, 2013
Introducing v1.12!
- Added checks for [.!.], [.?.], [.?], [.,], [.!], [.,.].
- Whitelisted [...!], [...?], [...,].
- Fixed a typo in the error message for using %01. (Use of %01 -> Usage of %01)
- The checker will now remove triggers to check for further errors.
- Bugfix: Delay chars will now properly be removed for error checking, rather than only the first one in a line. Bug was added in v1.10.
Bugs found in release:
- The checker does not remove delay chars, triggers and substitutions at the same time.
Testcase:
intro:"Hi there,Б*YOU*[NORMAL_MOOD], what is that in your pants?"
Expected output: Error (double comma)
Current output: No error at all
Would you like to help?
I need dialogues that currently show up as clean with the checker.
The larger, the better. I'm thinking of more elaborate constructs to check for, but it's hard to be sure that the constructs I come up with are 100% wrong to use.
A recent example of this was "Huh?...", where [?.] triggered an error, whilst the sentence is legitimate. Several large, clean dialogues would allow me to run these as a testset to see if what I've added isn't "wrong".