View Single Post
  #10  
Old 03-01-2024, 06:48
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,687
Thanks: 1,106
Thanked 7,333 Times in 2,836 Posts
KaktoR is on a distinguished road
Why not simply use external Setup.ini???

Setup.ini
Code:
[Executable#]
------------------------------------------------------------------------------------------------------------------------------------------------------
//Name=                         // string
//Type=                         // string                ("", "NORMAL", "STEAM", "GOG", "UWP", without quotes) ("" = "NORMAL")
//Exe=                          // string
//ExePath=                      // string
//WorkDir=                      // string
//Parameter=                    // string
//Icon=                         // string
//GDFBinary=                    // string
//GDFBinary<LNG>=               // string
//ShortcutProt=                 // 0 / 1
//RunAsAdmin=                   // 0 / 1
//ManifestID=                   // integer
And I wondering why this game isn't in the database.

Code:
Data1.Name=Data<game><data>-01.bin
Data1.Method1=msc+srep+LZMA-MT|0
Data1.InclText=*.rpf
Data2.Name=Data<game><data>-01.bin
Data2.Method1=xtool:mzlib+srep+LZMA-MT|0
Data2.InclText=*.img|*.wtd
Data3.Name=Data<game><data>-01.bin
Data3.Method1=bpk|0
Data3.InclText=*.bik
Data4.Name=Data<game><data>-01.bin
Data4.Method1=srep+LZMA-MT|0
Data4.ExclText=*.img|*.rpf|*.bik|*.wtd
Attached Files
File Type: 7z Setup_INI.7z (457 Bytes, 9 views)
__________________
Haters gonna hate

Last edited by KaktoR; 03-01-2024 at 06:53.
Reply With Quote