-
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
Rainy Cleft items bound to Bahro Scene (Firepit & Chair) #228
Comments
You're right, I didn't notice that. I wonder if that shows up in the "pre-bahro" rainy cleft. IIRC that's an SDL that's off by default, right? Like, I know that page is missing by default on Destiny, etc, even in Sunny Cleft. So perhaps something is blocking that sdl from "translating" to rainy cleft properly in the paging file change.
Probably would be best to check the paging file(s) to know for sure - the presence of anything like a different shadow for the rainy version, etc would immediately settle the debate and prove the chair is supposed to be present in the rain. Otherwise, the best we can do is guess - since the other chair is missing too, my hunch is it makes sense for it to be "taken inside" for the rain, but if there's any evidence that it was supposed to be there, that definitely supersedes any hunches. EDIT: The shadows on the firepit rocks and the shadows on the chair are baked into the same texture file. Given the behavior in the bahro scene page, this would seem to confirm the intended behavior: the firepit rocks and the chair are intended to be part of a set, and the chair does not get put away. |
I remember testing this specifically before, but I can't find the discussion. If I recall correctly, the page is missing before the bahro seen SDL is flipped (flymode out of cleft before triggering the cutscene at the top of the ladder). |
OK, so I confirmed this isn't connected to the Bahro scene specifically, but is one of several discrepancies that seem to exist between how Sunny & Rainy Cleft are loaded in general. For organizational purposes I'll probably branch these off into a separate ticket since it's a slightly different problem. |
So there are actually lots of different issues going on here. For organizational purposes I have cleaned up this ticket and have broken this up into 3 tickets to more clearly document the issues here:
|
As noticed by @Traveler263 - The texture for Zandi's firepit coals is missing in the mainstream version of Rainy Cleft. This seems to be due to a paging issue - these coals appear correctly during the version of Rainy Cleft loaded for the "bahro" sequence, but then never load again on any subsequent Rainy Cleft visits.
Expected (mockup):
Actual:
Sidenote - the chair: "Pre-Bahro" Rainy Cleft will ALSO load a side chair next to the fire pit. Post-Bahro, Rainy cleft does not load the firepit coals OR this chair.
I'd say it probably makes IC sense for this chair to have been "put away" by Zandi, so likely there are two paging adjustments that need to be made: pre-bahro should not load this chair, and post-bahro should not UN-load the coals.Edit: Confirmed these are part of a set and should load together.The text was updated successfully, but these errors were encountered: