• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
btw could you add arsenal of democracy support?
should't be hard as it is almost the same as hoi2
 
btw could you add arsenal of democracy support?
should't be hard as it is almost the same as hoi2
Unfortunately, that is not possible at the moment, since I don't own AoD. Thus I can't really test to ensure that everything works for AoD. Plus, not owning AoD, I can't post inside their mod forum.

Now, if someone else is interested in creating a working version for AoD, and posting that within AoD's mod forum (this would involve mainly editing of text files), then just pm me, and support for AoD could be added.
 
Hi man, what does these mean?

Code:
Validation Error Log
----------------------------------------------------------

Type Mismatch Error
At E:\ARMA VANILLA NO TOUCH\scenarios\2260\u16_60.inc [country\tag] (13, 3):
"u16" is not a valid Tag.

Type Mismatch Error
At E:\ARMA VANILLA NO TOUCH\scenarios\2260\u15_60.inc [country\tag] (13, 3):
"u15" is not a valid Tag.

Invalid Node
At E:\ARMA VANILLA NO TOUCH\scenarios\2260\lit_60.inc [country\landunit] (44, 3):
Name: Division
Scope: LandUnitClause
Value: <a complex type>

Invalid Node
At E:\ARMA VANILLA NO TOUCH\scenarios\2260\lit_60.inc [country\landunit] (44, 3):
Name: Division
Scope: LandUnitClause
Value: <a complex type>

Invalid Node
At E:\ARMA VANILLA NO TOUCH\scenarios\2260\lit_60.inc [country\landunit] (44, 3):
Name: Division
Scope: LandUnitClause
Value: <a complex type>

----------------------------------------------------------
End of Validation Error Log
I dont understand the first 2 because there are several other new nations working perfectly and dont know what to do about the other ones.
 
Hi man, what does these mean?

Code:
Validation Error Log
----------------------------------------------------------

Type Mismatch Error
At E:\ARMA VANILLA NO TOUCH\scenarios\2260\u16_60.inc [country\tag] (13, 3):
"u16" is not a valid Tag.

Type Mismatch Error
At E:\ARMA VANILLA NO TOUCH\scenarios\2260\u15_60.inc [country\tag] (13, 3):
"u15" is not a valid Tag.

Invalid Node
At E:\ARMA VANILLA NO TOUCH\scenarios\2260\lit_60.inc [country\landunit] (44, 3):
Name: Division
Scope: LandUnitClause
Value: <a complex type>

Invalid Node
At E:\ARMA VANILLA NO TOUCH\scenarios\2260\lit_60.inc [country\landunit] (44, 3):
Name: Division
Scope: LandUnitClause
Value: <a complex type>

Invalid Node
At E:\ARMA VANILLA NO TOUCH\scenarios\2260\lit_60.inc [country\landunit] (44, 3):
Name: Division
Scope: LandUnitClause
Value: <a complex type>

----------------------------------------------------------
End of Validation Error Log
I dont understand the first 2 because there are several other new nations working perfectly and dont know what to do about the other ones.
The Validator expects that "u16" be "U16", and the like - that is, with proper lowercase/uppercase. I realize that the game itself doesn't care about casing; however, having "divisiOn" or "dIvIsIoN" makes files hard to read, and thus the Validator generally gives errors when something is wrongly cased.
 
Announcement

Validator v0.8 will be the last version that supports Hoi2. The fact that Hoi3 has been long released, combined with the fewer modding projects and lack of interest in Hoi2 validation, has made continued maintenance and development of validation, especially the integration of new constraints, impractical. However, v0.8 will remain available for download indefinitely, for those interested.

If any person or group of persons is interested in continuing to maintain validation for Hoi2, then they may PM me to work out details. It seems, however, that validation is relatively complete, and that v0.8 will be sufficient for continued use, as Hoi2 fades slowly into the background.