overtools / OWLib

Toolchain that lets you interact with the Overwatch files and extract models and stuff.
MIT License
361 stars 40 forks source link

Constantly getting 'Error initializing CASC' #151

Closed xProtoVI closed 2 years ago

xProtoVI commented 2 years ago

So just like what the title pretty much said which I have already tried the solution to scan and repair my game which didn't help at all so either I am missing something or I am clearly doing something wrong here. 2021-10-17 (6)_LI

ZingBallyhoo commented 2 years ago

is F:\Overwatch definitely where your game is installed?

xProtoVI commented 2 years ago

is F:\Overwatch definitely where your game is installed?

No, it's not I was just doing a command. My location for where Overwatch is at is C:\Program Files (x86)\Blizzard Games\Overwatch_retail_\Overwatch.exe

Edit: Okay I realize I wasn't paying attention.

ZingBallyhoo commented 2 years ago

uh well the error is because you are passing a path that doesn't make sense.

use "C:\Program Files (x86)\Blizzard Games\Overwatch" (with quotation marks)

xProtoVI commented 2 years ago

use "C:\Program Files (x86)\Blizzard Games\Overwatch" (with quotation marks) I don't really think it had anything to do with the pathing at all which I made sure it was at the correct location and I did try to do that with quotation marks which that didn't do anything for me.

ZingBallyhoo commented 2 years ago

post the error you are getting with the change I suggested. the error in the first screenshot is because you used the wrong path of F:\Overwatch

xProtoVI commented 2 years ago

post the error you are getting with the change I suggested. the error in the first screenshot is because you used the wrong path of F:\Overwatch

Oh okay thanks for pointing that out I am new to this whole thing so my mistake on that part but I still have no idea what to do from here which I mainly want to extract some sound files and models for Blender. 2021-10-17 (7)_LI

yretenai commented 2 years ago

for models

DataTool "C:\Program Files (x86)\Blizzard Games\Overwatch" extract-unlocks D:\DataTool McCree

for sounds

DataTool "C:\Program Files (x86)\Blizzard Games\Overwatch" extract-hero-voice-better D:\DataTool McCree

xProtoVI commented 2 years ago

Okay thank you so much with the help and next time I should definitlity pay attention a little more. :)