How good is the validation of game files by the engine? E.G. if I misspell an event command, or leave out an argument, will the engine write the problem in a log or something?
Well, actually, I just read your Victoria thread; if your results there are any indication, we need all the validators we can get.Alright, thank you. I was considering adding validation for FTG, but if errors are mostly caught anyways, there's not really much point.
The actual porting is easy, almost trivial; however, understanding what is valid and what is invalid are the difficult part. I don't think that I will personally work on this project, but will try to find a person or team of persons to create the validation files. In theory, validation for a game could be created without any author from the author of the validator, but in practice some c# code is required, and the c# APIs are not at all documented. The text-based validation is also at this time poorly documented, but I am planning to improve that documentation in the near future, at which point it will become easy to add 99% of validation.Well, actually, I just read your Victoria thread; if your results there are any indication, we need all the validators we can get.
I don't know how hard it is for you to port to another game; if you decide to go ahead, let me know if I can help in any way.