Thread: DiskSpan GUI
View Single Post
  #25  
Old 04-11-2021, 00:56
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by fabrieunko View Post
ok I think I understood .. but in this case how to organize the game folder to be compacted? I have on my hard drive a folder named data 1 which is the game and data 2 for the language 1 data 3 for the language 3 etc etc.
You leave the original game folder.

Then use the include and exclude lists for files or folders.
Lists can be without text files or by directly adding the "Create/edit" button next to the "select" button in each list line.

Example:
Code:
Main Game: Data1.01.bin
>> Exclude List content below:
english\*
*eng.dat
spanish\*
*esp.dat
german\*
*ger.dat

Language 1 (english): Data2-01.bin
>> Include List content below:
english\*
*eng.dat

Language 2(spanish): Data3-01.bin
>> Include List content below:
spanish\*
*esp.dat

Language 2(german): Data4-01.bin
>> Include List content below:
german\*
*ger.dat
In the example above the files and folders in the "Exclude" list will be ignored on Data1.
In other files Data# uses the "Include" list, so only files and folders contained in the list will be included.
The "* is a wildcard, but paths can be given without the wildcard.
The path given in the list is always relative to the game's root folder selected for compression.

P.S: Load some presets from database in DiskSpan GUI (from another folder) and you will see examples (Most presets have lists).

Last edited by Cesar82; 04-11-2021 at 01:02.
Reply With Quote