-
Notifications
You must be signed in to change notification settings - Fork 17
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
Bahro Cave: Only Garrison's Pole Fully Animates #246
Comments
Is it consistent between the blue and orange Bahro caves (i.e., when you initially collect the poles vs when you return them)? |
My hunch so far is that it's supposed to be only the middle bit on those poles that animates, and this is a case of a good old fashioned art mismatch between ages. I'll dig through textures & other art sources to try to confirm this theory. |
So I fixed this in a local test by importing the drawable span from uru CC and nulling the materials we dont need. |
Noticed this (unrelated!) issue while verifying #244:
(Since this may be misleading - the title is referring to how much of the physical pole animates, not whether the animation completes.)
3/4 of the poles in Bahro Cave only feature the snow animation in the center of the pole, but not the "cap" (or bottom). However, Garrison's pole also features animation in the cap:
At first, it seems like the Garrison pole is the one that is incorrect, but when we compare to the poles in Relto, the entire pole always animates.
First, need to determine: Which was the intended design? If "whole pole" is the correct design, then the other 3 poles in Bahro Cave need to be fixed. However, if "center only" is the correct design, then the Garrison pole needs to be fixed in Bahro Cave, and then all four poles need to also be corrected in Relto.
See if there are any clues in texture, code, etc that might give a better clue as to which the "correct" design is. There may be hints in the texture files.
The text was updated successfully, but these errors were encountered: