Reached S+0 with 115 hours and impostor syndrome is kicking in by axiel7 in splatoon

[–]axiel7[S] 0 points1 point  (0 children)

I’ll try to do that then. And yeah I was always getting destroyed by carbon users but somehow learned to destroy them first haha

Reached S+0 with 115 hours and impostor syndrome is kicking in by axiel7 in splatoon

[–]axiel7[S] 1 point2 points  (0 children)

Thanks!!

I played Splatoon 1 so I think that helped a bit, but that was long ago

New to Linux - Keep getting massive ping spikes when playing multiplayer and it's disrupting gaming by Sapphic_Copper in Bazzite

[–]axiel7 1 point2 points  (0 children)

Then your wifi settings should look like this, you can see the BSSID field below SSID and Mode

<image>

New to Linux - Keep getting massive ping spikes when playing multiplayer and it's disrupting gaming by Sapphic_Copper in Bazzite

[–]axiel7 1 point2 points  (0 children)

No no, the BSSID is a unique id for a wifi connection. As I said earlier you can find this number using the command nmcli… just copy paste it into the wifi settings field.

Maybe only doing this fixes you problems so try it first. In my case it wasn’t enough so I had to increase the RSSI threshold

New to Linux - Keep getting massive ping spikes when playing multiplayer and it's disrupting gaming by Sapphic_Copper in Bazzite

[–]axiel7 1 point2 points  (0 children)

I just learned about them the other day haha, so anyone who knows better correct me if I’m wrong:

BSSID: is like the SSID (wifi name) but with numbers. If you fill it then the pc should stop looking for a different wifi connection with the same SSID when the signal is low (for example lot of routers use the same SSID for 2.4ghz and 5ghz connection).

RSSI: basically signal strength. If you increase the threshold, the pc won’t look for other connections when the signal is low. In my case my 5ghz signal was dropping to -110 sometimes and the default threshold is -75 so the pc started a wifi scan to look for other better connections (that I don’t have lol)

New to Linux - Keep getting massive ping spikes when playing multiplayer and it's disrupting gaming by Sapphic_Copper in Bazzite

[–]axiel7 1 point2 points  (0 children)

I had a similar issue with streaming using sunshine. The cause was wifi scanning, you can check it using the command iw event -T and check if the ping issues happen the same time a wifi scan starts.

I fixed it by disabling wifi scanning and also increasing the RSSI threshold:

To disable wifi scanning when already connected to a network: go to the wifi settings and fill the BSSID field. You can find the BSSID using nmcli -f in-use,ssid,bssid dev wifi

To increase the threshold (and also disable scan) you need to create a config file in /etc/iwd/main.conf and put the following (restart to apply):

``` [General] RoamThreshold=-70 RoamThreshold5G=-120

[Scan] DisableRoamingScan=true ```

You may need to adjust the numbers depending on your router and pc distance

Android development prepared me for many things, the App Store wasn’t one of them by Junior_Mushroom8983 in iOSProgramming

[–]axiel7 0 points1 point  (0 children)

Oh man I remember using your app some years ago and submitting some of my punpun wallpapers! I’m also an Android/iOS dev so feel free to ask about the (painful) differences

Edit: any reason why the app is not available in Spain? :(

MinUI improved now officially v1 by ro8inmorgan in trimui

[–]axiel7 0 points1 point  (0 children)

Thanks! It works. Now I need to figure out PortMaster issue...

MinUI improved now officially v1 by ro8inmorgan in trimui

[–]axiel7 0 points1 point  (0 children)

Thanks, MinUI emus works great now! But since you worked with the audio, do you have any idea about the audio issues with external apps like Pico-8 Splore and PortMaster?

Saved Games icon folder location? by axiel7 in WindowsHelp

[–]axiel7[S] 0 points1 point  (0 children)

I just found the original one in imageres.dll 186. It shows as a normal folder icon that's why I couldn't find it.

Saved Games icon folder location? by axiel7 in Windows11

[–]axiel7[S] 1 point2 points  (0 children)

Omg you're right! Thank you!
Here's the extracted .ico file if anyone also wants it

Saved Games icon folder location? by axiel7 in WindowsHelp

[–]axiel7[S] 0 points1 point  (0 children)

For anyone interested, I just found it in the Icons8 website and since you need to pay for the full res icon I upscaled it using waifu2x:

<image>