Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Overwatch model converter

Featured Replies

  • Author
  • Localization

Cayou, posted Tue Aug 23, 2016 6:37 pm (16807)


Sorry, it's all good I've extracted then converted the 21 character, skins and weapons. Good job, man !
What about Ana ?
And how do you convert the models that arent listed in your text file ? Thanks !
  • Replies 133
  • Views 8
  • Created
  • Last Reply

Top Posters In This Topic

  • Author
  • Localization

id-daemon, posted Wed Aug 24, 2016 3:37 pm (16832)


Since I only have the original BETA files from May, I can't help you with that. Go to facepunch, the guys there are working with updated game.
  • Author
  • Localization

Shiiiron, posted Thu Aug 25, 2016 5:05 pm (16878)


id-daemon wrote:
Since I only have the original BETA files from May, I can't help you with that. Go to facepunch, the guys there are working with updated game.
also i have the updated files there is a little trick how you can download the orig. and updated Overwatch files
  • Author
  • Localization

outlaw666, posted Fri Aug 26, 2016 9:55 am (16895)


id-daemon wrote:
Experimental version of animation tool.

First you need an updated version of skeleton tool, so it will export initial pose to refpose.smd file, that will be needed by Overwatch_anim.exe

Animations are "006" files. Drop animation file onto Overwatch_anim.exe and it will convert it into SMD animation. refpose.smd must be in the same directory!

Open model and animation in editor and connect skeleton to the model.


I use overwatch_skeleton.exe file on 000000001137 file of 00C folder. But I get an 000000001137.mesh.ascii file instead of refpose.smd file.

I use the lastest version of skeleton tool which is version 3.1. Is it the right version? or I need to use some old version? and how to get it?

I can import the 000000001137.mesh.ascii file into Blender with the XPS plugin. And I tried to export the smd file from Blender, but it can't work with the overwatch_anim.exe. Any suggestion on my problem?
  • Author
  • Localization

id-daemon, posted Fri Aug 26, 2016 6:15 pm (16905)


Sorry I forgot to provide skeleton tool that makes refpose.smd file.

overwatch_anim post updated with the needed tool
  • Author
  • Localization

AnonBaiter, posted Fri Aug 26, 2016 7:30 pm (16911)


Shiiiron wrote:
id-daemon wrote:
Since I only have the original BETA files from May, I can't help you with that. Go to facepunch, the guys there are working with updated game.
also i have the updated files there is a little trick how you can download the orig. and updated Overwatch files
Share that "little trick" to us then.
  • Author
  • Localization

angrymothnoises, posted Fri Aug 26, 2016 9:19 pm (16915)


Hello! I am very new to all of this and not sure I can wrap my brain around this. I have tried to find the folder 00C on both the nromal CASCExploar and the one OP has giving us. With the one given by OP, it keeps telling me "Invalid storage folder selected." But I am able to open it on the other CASC. I am able to open up the files. I am given Manifest, RetailClient, RetailClientA, and unknown named folders. I am pretty sure all the models and textures are in the under 'unknown' folder (That then list more folders and all files in side end in .xxx )

In all honesty, I am looking for the young Genji model (perfering the Sparrow skin textures) to mess around with in blender. This is all very new to me. Could some one make a video tutorial on how do rip a model? Or help me get the model I am looking for?

Thank you!

Edit: I have ripped the 00C folder and have young Genji (and Hanzo). But I am not sure how the model converter works? I tried to open it and it did nothing. The texture converter is doing its job, but I don't know were the converted textures go? (I dont see a dds folder)
  • Author
  • Localization

Fusion_, posted Sat Sep 03, 2016 12:45 pm (17196)


I can't seem to find the 'files' folder of the newest overwatch with CascExplorer.
Did blizzard change how their files are stored?

Also, what are some good resources to start learning about custom files, how to decode/read/write them etc?

E: Apparently they "changed one of the file formats that sits ontop of CASC as an metadata layer". You have to copy the updated CascLib.dll and ow.keys from the Overwatch Toolchain to your CascExplorer.exe location.
  • Author
  • Localization

id-daemon, posted Sat Sep 03, 2016 1:31 pm (17201)


what do you mean under "custom files" ?
  • Author
  • Localization

Fusion_, posted Sat Sep 03, 2016 2:18 pm (17204)


I'd like to learn how to extract game assets (like we are doing now with overwatch).
How to find out how the games assets are saved inside its archives. For example we have *.00C files which are the models.
How do you find these files, how do you read them and convert them to an usable format (e.g obj)
I understand that this is a really big complex question and I'd appreciate it if you could point me in a general direction where to start learning.

I also found out why CascExplorer doesn't work with the newer files, I'll edit my own question above and add the solution.
  • Author
  • Localization

id-daemon, posted Sat Sep 03, 2016 7:30 pm (17210)


Well, really big question. First I need to know about your current knowledge on the subject. Can you read hex? Are you familiar with 3d-modelling? Do you have any data reversing experience?
  • Author
  • Localization

Fusion_, posted Sat Sep 03, 2016 8:50 pm (17211)


I can read hex and I have some basic programming knowledge. I know a decent amount about 3d-modelling (and files like .dds and their pro's and con's). I have no knowledge about data reversing so I guess I'll start there.
  • Author
  • Localization

angrymothnoises, posted Mon Sep 05, 2016 8:28 am (17241)


Okay, I have gotten the hang of ripping and converting. I have converted all the textures. Yet some can't seem to convert. As I can't find young Hanzo's arrow textures.
  • Author
  • Localization

id-daemon, posted Mon Sep 05, 2016 5:37 pm (17246)


Fusion_ wrote:
I can read hex and I have some basic programming knowledge. I know a decent amount about 3d-modelling (and files like .dds and their pro's and con's). I have no knowledge about data reversing so I guess I'll start there.


You have a good starting point. You can start from anywhere. Basic model reversing will include finding arrays of vertices and faces. A good tutorial for this is Hex2Obj tool http://forum.xentax.com/viewtopic.php?f=29&t=10894

Then after you get familiar with that, you can move to finding vertices/faces counts, layout descriptions, submeshes and other data used in modelling.

If you like to start with archives, this http://wiki.xentax.com/index.php/DGTEFF is a good tutorial made in 2004, just skip all the basic stuff about hex and such, and go to common archive formats description.

What helps most, is actually reversing more and more formats, from simple to complex, which lets you learn more and more ways of how people organize their data.
  • Author
  • Localization

Shiiiron, posted Wed Sep 07, 2016 3:39 pm (17315)


when i convert a .006 file with overwatch_anim.exe and refpose.smd and import it to blender a have a "destroyed" skeleton.
pls fix or help me
  • Author
  • Localization

id-daemon, posted Wed Sep 07, 2016 3:50 pm (17316)


to import SMD in blender you must choose "make new armature" in options
  • Author
  • Localization

angrymothnoises, posted Mon Sep 19, 2016 1:48 am (17508)


I updated my game a few days ago and now I am starting to wonder if that was a bad idea. Because now I all get is
bink2w64.dll
ortp_x64.dll
Overwatch Launcher.exe
Overwatch.exe
vivoxsdk_x64.dll

And a few folders but I cant get to the texture or folder models any more. I am guessing the update screwed me over?
  • Author
  • Localization

Fusion_, posted Thu Oct 06, 2016 6:26 pm (17884)


You have to update CASCExplorer to include the new keys.
You can get the latest version from GitHub (which has the latest keys embedded), or you can choose to use dynaomi's CASCExplorer fork which is easier to update.

For more see https://owdev.wiki
  • Author
  • Localization

nicoco007, posted Mon Oct 10, 2016 5:38 am (17925)


Would you mind adding an output option (like '-o /path/to/output/folder/' or something) to your programs? I'm trying to automate things and it's kind of annoying that everything ends up in the same folder...
  • Author
  • Localization

angrymothnoises, posted Mon Oct 10, 2016 8:56 am (17929)


Fusion_ wrote:
You have to update CASCExplorer to include the new keys.
You can get the latest version from GitHub (which has the latest keys embedded), or you can choose to use dynaomi's CASCExplorer fork which is easier to update.

For more see https://owdev.wiki


Thank you so much! I figured I needed to update it but wasn't sure how.

Has any one been able to fine all of Genji's swords and shurikens? (for Nomad and Young skins.)
  • Author
  • Localization

Doctor Loboto, posted Wed Oct 19, 2016 11:56 pm (18173)


Anyone got the information for Halloween skins?
  • Author
  • Localization

EnjoyYourMadness, posted Wed Nov 23, 2016 8:50 am (18986)


everytime i convert an animation and import it i get something like this :|
http://imgur.com/a/HNwo4
  • Author
  • Localization

mage200, posted Sat Dec 17, 2016 10:17 am (19604)


its say me Are You Sure its a model files . the extension of the files is .00C
  • Author
  • Localization

id-daemon, posted Sat Dec 17, 2016 12:08 pm (19607)


The model format was changed after some update. My tools will only work with original game files.
  • Author
  • Localization

Eris_, posted Sun Jan 29, 2017 5:03 am (20480)


Ok, how the hell am I supposed to get this to work? I launch CASCExplorer and only get: Root [Read only], ErrorReporting, Manifest and WebBrowserProxy, and it never asks for any key list or anything. I have no idea what I'm doing.
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.