- 精华
- 0
- 帖子
- 355
- 威望
- 0 点
- 积分
- 494 点
- 种子
- 0 点
- 注册时间
- 2008-10-27
- 最后登录
- 2016-3-5
|
最新的configurable USB Loader v46a2可以支持将ISO文件通过改进WBFS工具直接导入FAT32分区后直接运行,不需要再单独划分一个WBFS分区了。目前只能使用IOS222/223 v4来作为默认的cIOS(IOS249不支持)。具体情况请看原帖:http://gbatemp.net/index.php?showtopic=147638&st=4425
最新版本v46a2:Changes:
* Faster loading of game list from a fat partition - should be instant now.
The only thing that has a slight delay is showing the hdd free space
in console mode game list (if it is enabled)
* Create game info file after installing on a FAT partition named:
usb:/wbfs/GAMEID_TITLE.txt This makes it easier to tell the titles
of installed games when using a filesystem explorer
* Rephrased the warning message when no WBFS partition found
* Allow to select partition if no wbfs partition is found and disable_format is on.
* Minor cleanups in partition selection
cfg v46a (alpha)
* Loading games from a FAT32 partitions. The game file has to
be located and named like this: usb:/wbfs/GAMEID.wbfs
最新支持FAT32分区的WBFS工具wbfs_file_1.0:wbfs_file v1.0 by oggzee
========================
Based on wbfs tool by kwiirk and wbfs_win by hermes
New functionality:
------------------
* Conversion from .iso files to .wbfs files and vice versa.
* Handling of split .wbfs files, so that they can fit on a FAT filesystem.
by default the split is done at 2GB - 1 sector (512 bytes)
* Extraction of .wbfs files directly from a wbfs partition and back
Changes:
--------
v1.0:
* renamed commands for better clarity
example: extractwbfsall to extract_wbfs_all ...
* create GAMEID_TITLE.txt info files along GAMEID.wbfs files, so
that it's easier to manage the .wbfs files
* added command: make_info which only creates the GAMEID_TITLE.txt for
all games on a wbfs partition or in a wbfs file
v0.9:
* initial wbfs_file release with split file support
Usage help text as printed by wbfs_file -h :
--------------------------------------------
wbfs_file.exe v1.0 by oggzee, based on wbfs by kwiirk
Usage: wbfs_file.exe [OPTIONS] <DRIVE or FILENAME> [COMMAND [ARGS]]:
Given just a filename it will convert from iso to wbfs or vice versa:
wbfs_file.exe filename.iso
Will convert filename.iso to GAMEID.wbfs
And create an info file GAMEID_TITLE.txt
wbfs_file.exe filename.wbfs
Will convert filename.wbfs to GAMEID_TITLE.iso
COMMANDS:
<filename> create <filename.iso>
<drive or file> ls
<drive or file> df
<drive or file> init
<drive or file> make_info
<drive or file> add_iso <filename.iso>
<drive or file> add_wbfs <filename.wbfs>
<drive or file> rm <GAMEID>
<drive or file> extract_iso <GAMEID> <dir>
<drive or file> extract_wbfs <GAMEID> <dir>
<drive or file> extract_wbfs_all <dir>
<drive or file> ls_file <GAMEID>
<drive or file> extract_file <GAMEID> <file>
OPTIONS:
-s SIZE : Set split size [2147483136] (4194303 sectors)
Must be a multiple of 512 (sector size)
-h : Help . |
|