arthomnix

Results 22 comments of arthomnix

It tries to join the specified server on launch by passing the `--server` command-line argument to the game (or `--quickPlayMultiplayer` for modern versions). It should be compatible with any version...

That isn't MultiMC in the screenshot

I've rewritten modloader support detection based on release date checks (like are currently used for detecting whether your Java version is too old), but it would probably be better to...

In your case it would probably be easiest to use the existing FTB App Import feature, as the FTB app works on Linux and supports Curseforge packs.

I can only reproduce this for the "Test" button, when actually launching the game it works as intended.

Java 18 is not officially supported by Minecraft anyway, use java 17 for 1.17+ and java 8 for older versions

Using plain `grim` the screenshot looks normal: ![Image](https://github.com/user-attachments/assets/bfba3e90-652c-4fac-b28f-0d2472fa7b53)

It looks like the issue is that the post-processing (https://github.com/dynobo/normcap/blob/main/normcap/screenshot/post_processing.py#L8) assumes that (0,0) in image coordinates will always be the same point as (0,0) in virtual geometry coordinates, however this...

One solution would be to get the virtual geometry size before capturing the image, and pass this to `grim` with the corner of the image fixed to `0,0` - so...

> May I ask, where exactly do you see this assumption? The assumption is that the captured screenshot will cover the entire virtual geometry (including (0,0)). It can handle if...