Thanks, that helpsits the modinfo.xml needs to be updated to v2 name with no spaces
<?xml version="1.0" encoding="UTF-8" ?>
<xml>
<Name value=" " />
<DisplayName value=" " />
<Description value=" " />
<Author value=" " />
<Version value="1.0.0.1" />
<Website value=" " />
</xml>
modinfo.xml をスペースなしの v2 名に更新する必要があります
<?xml version="1.0" encoding="UTF-8" ?>
<xml>
<Name value=" " />
<DisplayName value=" " />
<Description value=" " />
<Author value=" " />
<Version value="1.0.0.1" />
<Website value=" " />
</xml>
Yeah I was checking to see what the main differences were going from A21.2 to v1.0 are, in regards to modding, like xml changes, etc.
Wouldn't mind seeing other templates as well.
I see some have already put out some xml changes for v1.0, but havent seen anything official here about what the changes were, like they were for editing A20 files to get them A21 compatible, for example.
Yep, noticed that too, and in fact, used that as a template as my modlets had some hidden characters that were messing with things.FYI TFP added a small modlet (for harmony setup) in 1.0 that has the new format (for reference)
View attachment 30899