Jump to content

I want a MOD template


a_jp

Recommended Posts

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.

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

3 hours ago, wolfbain5 said:

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

Link to comment
Share on other sites

 

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

 

11 hours ago, wolfbain5 said:

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.

12 hours ago, Brugas said:

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.

Edited by a_jp (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...