T
Tsuna
Guest
Ok, i think i got it, i learnt a lot since way back then 
For this to work properly follow this list:
Create folders "Battle" and "Char".
Each with another folder inside named "battle.lgp" and "char.lgp"
Place your models inside each of these
If you want pictures to work
Create a folder named "Preview"
In this folder the main picture for the mod must be called "Pic" and must be a PNG
There are also option for "Off" and "On" which also must be PNG
That should all work fine
Code: [Select]
For this to work properly follow this list:
Create folders "Battle" and "Char".
Each with another folder inside named "battle.lgp" and "char.lgp"
Place your models inside each of these
If you want pictures to work
Create a folder named "Preview"
In this folder the main picture for the mod must be called "Pic" and must be a PNG
There are also option for "Off" and "On" which also must be PNG
That should all work fine
Code: [Select]
Code:
<?xml version="1.0"?><ModInfo> <Author>Tsunamix and Cito</Author> <Version>1.0</Version> <Description>Models For Main Characters</Description> <Link>https://www.facebook.com/Tsunamods</Link> <PreviewFile>Preview\Pic.png</PreviewFile><ModFolder Folder="Battle" ActiveWhen="Battle = 1" /><ModFolder Folder="Char" ActiveWhen="Char = 1" /> <ConfigOption> <Type>List</Type> <Default>0</Default> <ID>Battle</ID> <Name>Battle</Name> <Description>Battle Models</Description> <Option Value="0" Name="Off" PreviewFile="Preview\Off.png"/> <Option Value="1" Name="On" PreviewFile="Preview\On.png"/> </ConfigOption> <ConfigOption> <Type>List</Type> <Default>0</Default> <ID>Char</ID> <Name>Char</Name> <Description>Field Models</Description> <Option Value="0" Name="Off" PreviewFile="Preview\Off.png"/> <Option Value="1" Name="On" PreviewFile="Preview\On.png"/> </ConfigOption> </ModInfo>