overtools守望先锋模型,语音,皮肤提取
介绍:
overtools可以提取大量数据,包括皮肤,图表,喷雾,姿势,表情,语音,地图等。由于守望版本的不同需要的overtools版本不同,所以无法提供一个稳定的版本工具,需要大伙自己获取。
获取方式:
https://github.com/overtools/OWLib


如何使用:

1电脑中有守望,2从discord中下载最新版本,3将文件解压到一个文件夹中(不要放在守望先锋的文件夹中) 4在提取文件的文件夹中打开命令行 5通过命令行运行DataTool
(HOW_TO_USE_A_COMMAND_LINE.mp4
链接:https://pan.baidu.com/s/1Kfq3L5hC4oCKGqDwucgaaA?pwd=1234 提取码:1234 )


一些命令例子:
Tracers Overwatch 1 Skin (You can enter the name of any skin):
DataTool.exe "C:\Games\Overwatch" extract-unlocks "C:\Games\Extracts" "Tracer|skin=Overwatch 1"
All Heroes Overwatch 1 Skins:
DataTool.exe "C:\Games\Overwatch" extract-unlocks "C:\Games\Extracts" "*|skin=Overwatch 1"
All Heroes Skins (will take long time):
DataTool.exe "C:\Games\Overwatch" extract-unlocks "C:\Games\Extracts" "*|skin=*"
Everything - includes skins, emotes, highlight intros, etc. (will take very long time)
DataTool.exe "C:\Games\Overwatch" extract-unlocks "C:\Games\Extracts" *
Extract Dorado map
DataTool.exe "C:\Games\Overwatch" extract-maps "C:\Games\Extracts" "Dorado"
Extract All Maps (will take a long time)
DataTool.exe "C:\Games\Overwatch" extract-maps "C:\Games\Extracts" *
Extract Tracers Voicelines
DataTool.exe "C:\Games\Overwatch" extract-hero-voice-better "C:\Games\Extracts" Tracer
提取过滤器
命令遵循一定的格式可以指定提取的英雄名称或者内容的类型
格式
DataTool.exe <overwatch_directory> extract-unlocks <output_directory> [filters]
{hero name}|{type}={item name}
*
一些过滤器例子
"*" // Everything (all heroes skins, sprays, etc) (very slow)
"*|skin=*" // All Heroes Skins
"Tracer|skin=Overwatch 1" // Tracers Overwatch 1 skin
"Reaper|spray=*" // Reaper's sprays
"Reaper|voiceline=*" // Reapers unlockable voicelines
HOW TO EXTRACT SKINS AND STUFF.
To extract skins you use the extract-unlocks command.
Tracers Track and Field Skin (You can enter the name of any skin):
DataTool.exe "C:\YOUR_OVERWATCH_INSTALL" extract-unlocks "./OUTPUT_DIRECTORY" "Tracer|skin=Track and Field"
All Heroes Classic Skins:
DataTool.exe "C:\YOUR_OVERWATCH_INSTALL" extract-unlocks "./OUTPUT_DIRECTORY" "*|skin=Overwatch 1"
All Heroes Skins (will take long time, don't do this):
DataTool.exe "C:\YOUR_OVERWATCH_INSTALL" extract-unlocks "./OUTPUT_DIRECTORY" "*|skin=*"
FULL EXAMPLE:
DataTool.exe "C:\Program Files (x86)\Overwatch" extract-unlocks "./extracts" "Tracer|skin=Overwatch 1"
Replace `YOUR_OVERWATCH_INSTALL` with where your Overwatch directory is. Remember to put quotes around it!
You must also put quotes around what you are extracting! e.g. "Soldier: 76|skin=Daredevil: 76"

如果文章里面有错误可私信捏