-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
OG mode artset switching issues thread #57
Comments
Sprite positions being different as compared to the umodded game has been fixed by 74c247b, "Revert sprite position in 4:3 mode" Click here for details on the issue
Here is an example from the start of chapter 2, just after the card game scene: |
I was monitoring the game file accesses, and noticed that when OG background are enabled, all sprites would attempt to be found in the higurashi-assembly/Assets.Scripts.Core.AssetManagement/AssetManager.cs Lines 121 to 128 in 20babea
This could be fixed by not looking in the
I don't think this currently causes any performance issues though. |
Issue: Wrong title screen image for minagoroshi or matsuribayashi when using OG mode For minagoroshi, I need a replacement for the image I haven't checked the filename for matsuribayashi yet (close up of the moon) |
Issue: Stretched Mangagamer logo In the OG image pack, I included a stretch Mangagamer logo for some reason. The base mod already includes a proper 16:9 version of this image, so I should just.,..delete the image in the OG image pack and use the one that comes with the mod (for all chapters). |
We apply filters to sprites to match the console backgrounds, for example if the background is at sunset (orange tinted), we apply the However, the OG backgrounds are not necessarily tinted the same way for the sunset images. The OG backgrounds should have This can create a slight conflict (depending on the background image), where the sprite will be tinted, but the OG background will be 'normal' Note that I actually did generate OG backgrounds for the In my testing, this is not very noticeable on the backgrounds I saw, because the Because of this, I'm not sure I want to fix this issue unless there are some really bad examples of it where it looks really bad |
I decided to make just one issue listing all issues with the OG artset mode, so I can see them all in one place. Here are the current issues I need to chase up:
TODO
From a user on discord.
Known Issues
mod
branch, see 31996c0Chapter specific issues:
Tsumihoroboshi issuesFixedMeakashi issuesFixedGeneral Notes / Oddities with OG mode
The text was updated successfully, but these errors were encountered: