H-uru / moul-assets

A collection of fan-maintained game assets and sources used by Myst Online.
Other
21 stars 17 forks source link

Adds Additional Updates to Phil's Relto Book Textures #224

Closed patmauro closed 1 year ago

patmauro commented 1 year ago

Expands on @EhrenCG's work from Pull Request https://github.com/H-uru/moul-assets/pull/198 -

The underlying issue here was that the texture mapping used the original CC Relto mapping, despite the texture sheet provided for Phil's Relto being the exact same as MOUL's Relto, where most of the book textures have now been changed out for different ages. This resulted in several completely random books being shown in the POTS section on the shelf in Phil's Relto.

The solution in PR198 was to swap out the entire psnlbookcovers*40#0.hsm texture sheet with the CC one, which works, as it reverts the four POTS books to their textures from CC. However, we can take this change a step further by generating our own custom texture sheet designed specifically for Phil's Relto. Doing so allows us to make the following additional adjustments included in this PR:

  1. Phil's Relto is actually supposed to use an inverted green variant of the hood book for Kirel. This is now fixed in this PR, by swapping out the equivalent Hood book texture.
  2. Updates the cover designs for the four non-GTP books with the equivalent retconned re-designs from MOUL, for consistency - as much as I like the CC textures, Cyan deliberately redesigned these four books for a reason, and I feel we should honor that. I feel fairly confident this would have been the authorial intent, had Phil's Relto been tested a little more thoroughly originally.

Vanilla: image

After PR198: image

And after this PR: Shelf

patmauro commented 1 year ago

An eagle-eyed tester has pointed out a couple of issues with the current texture set here; these should be easily fixable, but it means I may need to re-open this PR to push an additional adjustment sometime within the next day or so.