Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skybox filename lookup broken in BC #656

Open
wgreenberg opened this issue Apr 9, 2024 · 1 comment
Open

Skybox filename lookup broken in BC #656

wgreenberg opened this issue Apr 9, 2024 · 1 comment

Comments

@wgreenberg
Copy link
Collaborator

Also probably elsewhere. For example, loading the Dark Portal in Outland tries to load the skybox at path Environments\Stars\HellfireSkyBox.mdx. Looks like this is supposed to be the model with fileID 130525 which the listfiles call environments/stars/hellfireskybox.m2, but looking this up doesn't turn up any hits either. I have a little tool in polymorph that tries different permutations of names to see if they hash, but nothing seems to:

looking for hash value 5217098492788828342 / 4866DB7014E768B6...
failure: "environments\stars\hellfireskybox.m2" == 8561639568240682236 / 76D10DD367EA24FC
failure: "ENVIRONMENTS\STARS\HELLFIRESKYBOX.M2" == 14692636758833062302 / CBE6BB498817619E
failure: "Environments\Stars\HellfireSkyBox.m2" == 12814536042513497033 / B1D660A2E774FBC9
failure: "Environments\\Stars\\HellfireSkyBox.m2" == 15849728361869252469 / DBF58BF83BA69775
failure: "ENVIRONMENTS\\STARS\\HELLFIRESKYBOX.M2" == 4428496383245210789 / 3D752DFF546ED4A5
failure: "Environments/Stars/HellfireSkyBox.m2" == 10468640915036841973 / 914815726DE427F5
failure: "environments/stars/hellfireskybox.m2" == 2086427998804433945 / 1CF47B35E62ADC19
failure: "ENVIRONMENTS/STARS/HELLFIRESKYBOX.M2" == 12196454287245753408 / A942828DFE92BC40
failure: "environments\\stars\\hellfireskybox.m2" == 8891540219033892263 / 7B6518B8459D35A7

Unsure of what's going on here.

@wgreenberg wgreenberg added this to the World of Warcraft milestone Apr 9, 2024
@wgreenberg
Copy link
Collaborator Author

btw the .mdx filename comes from the db2 files, see here: https://old.wow.tools/dbc/?dbc=lightskybox&build=3.4.1.47720#page=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant