猪头帮主 精灵族[P*]风暴祭祀
- UID
- 867491
- 主题
- 0
- 阅读权限
- 100
- 帖子
- 3886
- 精华
- 15
- 积分
- 4944
- 金钱
- 4030
- 荣誉
- 0
- 人气
- 0
- 在线时间
- 0 小时
- 评议
- 0
- 帖子
- 3886
- 精华
- 15
- 积分
- 4944
- 金钱
- 4030
- 荣誉
- 0
- 人气
- 0
- 评议
- 0
|
官方的MOD工具
construction set
http://www.elderscrolls.com/downloads/updates_utilities.htm
教程:
http://cs.elderscrolls.com/const ... ry:My_First_Dungeon
高手ghostwheel提供的 TES4 的压缩文件BSA 的解压工具
TES4BSA
http://www34.brinkster.com/ghostwheel/
教程:
TES4BSA by ghostwheel
March 22, 2006
The Elder Scrolls 4 (Oblivion) BSA file unpacker.
PLEASE, READ THIS FILE ENTIRELY!
This is preliminary version of the TES4 (Oblivion) BSA utility. At this point
it has only command line interface and supports only list and unpack operations.
Full version (once released) will allow creation of BSA files and will have
more user-friendly interface.
This utility performs 2 functions:
1) List content of the BSA file
2) Unpack BSA file into the current directory
This is the very first version of this utility and as such, it lacks many bells
and whistles. More precisely, it has VERY limited functionality and not user-friendly
interface. If you not familiar with command line utilities you better not use it.
Usage:
This is a windows console application, thus, all commands are specified through command line.
1) List files in the BSA archive:
--------------------------------
tes4bsa list <archive_name>
This function will list file names in the archive together with some internal information.
Example:
tes4bsa list "Oblivion - Misc.bsa"
2) Unpack files from BSA archive into the current directory.
-----------------------------------------------------------
tes4bsa unpack <archive_name>
This function will unpack ALL files from the provided BSA archive into the current directory,
creating appropriate subdirectories for each file. At this time it is not possible to unpack
only certain files - all files will be unpacked always. So, PLEASE MAKE SURE that current
directory IS EMPTY before starting unpacking - NEVER do that directly in Oblivion's
"Data Files" directory.
Example:
(create Temp directory on the D: drive and copy "Oblivion - Misc.bsa" and tes4bsa.exe into it)
(run command prompt)
D:
cd \Temp
tes4bsa unpack "Oblivion - Misc.bsa"
IMPORTANT NOTES
1) Oblivion BSA archives contain spaces in their names - USE QUOTES around such filenames (as
shown in examples above)
2) I repeat again - for unpack function it is HIGHLY RECOMMENDED to copy BSA file and utility
into the new empty folder and run it there, as described above. That way you will not
interfere with your Oblivion installation
3) Some standard BSA archives (e.g. Textures and Meshes) use compression while others (Sounds,
Voices, Misc) do not. Please ensure that you have a couple of gigabytes of free space
available before unpacking. Unpacking all 6 original OBlivion BSA files will take slightly
less than 6 GB.
4) This version of TES4BSA is implented as simple C++ console application with no DLL
dependencies (all code, including ZLIB library is statically linked).
5) Program is provided AS IS - so use at your own risk.
=============================
海外MOD网站见21楼NC86搜集的
国内MOD学习网站见22楼铁资的连接 |
|