View Single Post
  #50  
Old Today, 06:30
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,704
Thanks: 1,106
Thanked 7,354 Times in 2,848 Posts
KaktoR is on a distinguished road
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.
Attached Files
File Type: 7z Dead Cells.7z (2.0 KB, 4 views)
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
mausschieber (Today), Spinneret94 (Today)