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

Various screenshot issues #7

Open
TheRedDaemon opened this issue Jun 5, 2022 · 0 comments
Open

Various screenshot issues #7

TheRedDaemon opened this issue Jun 5, 2022 · 0 comments
Labels
bug Something isn't working game bug An issue that very likely stems from the game itself wontfix This will not be worked on

Comments

@TheRedDaemon
Copy link
Owner

There are some issues regarding the screenshot system of the game and in general:

  1. The screenshots made with the in-game feature in vanilla 1.41 produce broken bmp files.
    No idea why.

  2. The screenshots made with the in-game feature using the ApiReplacer in 1.41 produce broken bmp files that show only menu stuff.
    This has an interesting implication. It means that the buffer behavior is not accurately replicated.
    After all, the menu is sometimes shortly visible on a task switch. This shows lack in understanding of the render system.

  3. The screenshots made with external tools while using a border window have wrong dimensions.
    They include the upper border, but the same space is missing on the bottom.

Neither of this issues cause noticeable problems so far. So therefore they are part of the backlog.
Should someone have an easy solutions, feel free to post it.

That being said, researching number 2 might be a great start if the intention is to better replicate the drawing and buffer behavior.

@TheRedDaemon TheRedDaemon added bug Something isn't working wontfix This will not be worked on game bug An issue that very likely stems from the game itself labels Jun 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working game bug An issue that very likely stems from the game itself wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant