• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

I want a MOD template

a_jp

New member
I want a MOD template for v1

v1(b309) has been released
The old A21 MOD is not recognized. .

MOD template for v1
I want it.

 
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.

 
its 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>

 
its 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>
Thanks, that helps

 
thank you.
Also the specified MOD folder
It had changed.
old mod
Currently Mods

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>

thank you

that it was deleted
what was added
possible

Just having this list
Mod development speed will change.

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.
 
Last edited by a moderator:
Back
Top