Take a look on this.
I suggest reading it with something like notepad++ to get a more visual reading experience (default notepad is fine too but for such cases I read it always with notepad++).
Anything what comes after
Code:
:: ---------------------------------------------------------------------------------
:: -------------------------------- USER SETTINGS ----------------------------------
:: ---------------------------------------------------------------------------------
is your playground. There you can do much things.
Also take a look at all the user variables like !GameName!, !DataFile!, etc.
I added some notes as REM inside the bat files. What actions to do etc.
Settings.ini could look like this
Code:
Data1.Method1=xtool:c128mb:mreflate:mpng:d1:dd3:l10,d128mb|0
Data1.Method2=xtool:c128mb:mreflate:mpng:d1:dd3+LZMA-MT|0
Data1.Method3=xtool:c128mb:mreflate:mpng:d1:dd3+LOLZ_NORMAL|0
Data1.ExclText=*.ogg
Data1.RunBefore=Lists\CallBefore.bat
Data2.Method1=oggre|0
Data2.InclText=*.ogg
Data2.RunAfter=Lists\CallAfter.bat
It would be good to have at least rudimentary windows batch/cmd knowledge.