Cezary Średnicki

Results 10 comments of Cezary Średnicki

Briefing screen is very choppy on windows.

I've recorded how it looks under Windows 11 https://github.com/OpenFodder/openfodder/assets/12281282/783089f5-bfb2-481c-81f7-12e26749f4bd and this is how it should look based on original https://youtu.be/1XUqK4l3VAU?t=186

@segrax Helicopter animation in this version is way too fast, it has duration of around 2 seconds. In Amiga PAL version it has 7 seconds. Even in 60Hz it should...

@segrax wow, this looks very smooth! Is the sound from amiga version or pc because it sounds different than on amiga? Great work!

> What are you trying to achieve? For example I have Steam application, I installed a bunch of games in this app. Now in moonlight I want to have each...

Thank you for quick reply. I've applied changes you proposed to config.toml ``` icon_png_path = "/etc/wolf/icons/sample-icon.png" ``` This is screen from inside wolf container: ![image](https://github.com/user-attachments/assets/e9b3d7c2-fc1b-49a7-99e7-57d716d08b75) As you see file is...

> This is probably due to Moonlight caching those images, I tried it on few different clients (android tv and windows). I also looked on windows into `c:\Users\username\AppData\Local\Moonlight Game Streaming...

In the newest wolf docker image `ghcr.io/games-on-whales/wolf:stable` (hash: `sha256:5761b9337fb3713894d4e86b0ea8dd08939883d46d381efbcf3942acb461a8ff` created `2024-10-28 21:45:36`) moonlight images are now working using this line in `config.toml`: ``` icon_png_path = "/etc/wolf/icons/sample-icon.png" ``` I can see...

Hi, first of all thank you for the great work on this project! I’m running the Docker version myself and would love to be able to keep my playlists across...

I also had this problem briefly when using [Nvidia (Manual)](https://games-on-whales.github.io/wolf/stable/user/quickstart.html#_tabs_1_nvidia_manual) configuration method. Turns out if the video drivers in host system had any changes you should rebuild `nvidia-driver-vol` volume. After...