pincushionman / cfg-loader

Automatically exported from code.google.com/p/cfg-loader
0 stars 0 forks source link

Is It possible to add a filename formatting in wbfs file? #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'ld like to compress iso files having the WBFS not only named with the
Id-code but with code+title (as the subdir or the txt file- Example:
R3DPS5-[Dream_Pinball_3d].wbfs) or game-title (Dream_Pinball_3d.wbfs), or
game+code (Dream_Pinball_3d-[R3DPS5]).

maybe a parameter with -Rit (-Rename: with ID-[Name]), -Rti (Rename
Name-[ID]) -Ri (only ID, actual dafault) -Rn (only Name) should be nice:
only ID is less easy to read/share as title in a list, if WBFS wants to be
the standard in wii backups..

Original issue reported on code.google.com by p2pstrea...@gmail.com on 28 Dec 2009 at 3:10

GoogleCodeExporter commented 9 years ago
see recent version of cfgloader 51b and wbfs_File 2.7

Original comment by yvonne.m...@gmail.com on 12 Jan 2010 at 1:29

GoogleCodeExporter commented 9 years ago
thx but clicking help into wbfs_file-2.8 i see:
 OPTIONS: (it's recommended to just use the defaults)                
   -s SIZE  :  Set split size [4294934528] (8388544 sectors)         
               Must be a multiple of 512 (sector size)               
   -2       :  Use split size: 2GB-32kb (2147450880)                 
   -4       :  Use split size: 4GB-32kb (4294934528)                 
   -0       :  Don't split (split size: 10000000000)                 
   -u SIZE  :  Set scrub block size [32768] (1 wii sector)           
               Must be a multiple of 32768 (wii sector size)         
               Special values: 1=1 wii sector, 2=2mb (.wbfs block)   
   -z       :  make zero filled blocks as sparse when scrubbing      
   -d       :  Create a GAMEID_TITLE directory and place             
               the created .wbfs file there [default]                
   -b       :  Use base directory for created .wbfs files            
   -a       :  Copy ALL partitions from ISO [default]                
   -g       :  Copy only game partition from ISO                     
   -1       :  Copy 1:1 from ISO                                     
   -f       :  Force wbfs mode even if the wbfs file or partition    
               integrity check is invalid (non matching number of    
               sectors or other parameters)                          
   -t       :  trim extracted iso size                               
   -x 0|1   :  disable|enable .txt file creation                     
   -h       :  Help                                                  

so how is it satisfied my request?

Original comment by p2pstrea...@gmail.com on 12 Jan 2010 at 11:16

GoogleCodeExporter commented 9 years ago
wbfs_file 2.9:

    -l X     :  Layout of the destination filename:
                -l f0 = file: ID.ext             (same as -b)
                -l f1 = file: ID_TITLE.ext
                -l f2 = file: TITLE [ID].ext
                -l d0 = dir:  ID/ID.ext
                -l d1 = dir:  ID_TITLE/ID.ext    (same as -d)
                -l d2 = dir:  TITLE [ID]/ID.ext  [default]

Original comment by ogg...@gmail.com on 24 Feb 2010 at 10:37