Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)A
Posts
1
Comments
188
Joined
2 yr. ago

  • Registration required.

    Yeah, sorry CS RIN is semi public. But having an account there is definitely very useful, considering their forums are full of Steam games and useful tools for different stores.

    Was the best forum to post into, because it fits perfectly on topic.

  • Tools like this have existed for maaany years already. Just look at GreenLuma, which has quite the userbase. Nothing's happened to me yet and I've been doing this for 10+ years.

    But you're right, as always use at your own risk since Valve can at any point and time disable your account/revoke your licenses etc

  • For example if your family sharing library has 1 license for a Game only one of it's members will be able to play it simultaneously. This modification disables that lock for everyone using it

  • No, AllowedIPs should be set to your internal Wireguards IP range to only allow access to your Wireguard peers. You could also add more like your Servers LAN for example (which will need packet forwarding, as I mentioned before)

    Here's an example of one of my client configs:

     
        
    [Interface]
    Address = 10.8.0.2/32
    PrivateKey = 
    
    [Peer]
    PublicKey = 
    PresharedKey = 
    Endpoint = 192.168.0.3:51820
    AllowedIPs = 10.8.0.0/16
    
      

    Just be careful to not mess up your subnet masks. For example my [Interface] Address ends with /32 because that only leaves 10.8.0.2 In the [Peer] Section i set it to /16 which will allow the client to connect to 10.8.x.x iirc

    Best is to just try it yourself and see if it works, I'm by no means good at networking stuff

  • Iirc setting AllowedIPs in your clients config should do exactly that. Their respective [Peer] entry in your servers config should also have the same AllowedIPs, otherwise they could easily circumvent this

    Further finetuning should be really easy by using any firewall on your Wireguard server

    If you want your clients to be able to access other devices in your servers LAN you need to setup additional packet forwarding rules though. Optionally setup NAT aswell

  • YTDLnis

    Android GUI for yt-dlp, which can download Videos from many websites. You can only dowload audio aswell

  • Good, hope they get banned in the EU so people will switch to competitors

  • Not for me

  • I have an rtx 3060, i don't think that counts as old

    Huh, that just makes everything weirder

    I feel you, should have gone with AMD

    Yeah, this is definitely my last Nvidia card

  • It's mostly people on older cards with those problems I guess

    Me for example on my GTX 1080 can't use G-Sync (monitor blacks out in specific fps ranges). Nvidia "fixed" this like 5 times already. Newer cards work correctly I guess?

    I also get graphical bugs in Wayland after Nvidias final Wayland "fix". Other people somehow do not experience this so I guess newer cards work correctly (again)

    Imo Nvidia just didn't bother fixing this on their old cards so there is a minority left with those problems which can be ghosted safely by Nvidia because "those bugs got fixed"

    It's not uncommon for Nvidia to ignore their normal users since the most money comes from other companies purchasing their GPUs anyway

  • Should work out of the box according to ProtonDB

  • Youtube uses VP9 for all resolutions most of the time. 1080p and below offer AVC as fallback encoding

  • That's because for example Youtube uses a bitrate of 4-7mbps for 1080p. 1440p gets arround 13mbps and 4k something like 46mbps iirc

    Other media providers are similiarly bad with their bitrates

  • Sounds like the HDD is dying, maybe check it's S.M.A.R.T. status? Most drives have statistics for errors and such

  • This has nothing to do with respect. I'm just thinking sooner or later someone from a rival gang will see a kid doing this and afterwards shit will hit the fan

  • why would they get shot? by whom?

    By rival gangs

  • I'm looking forward to 10 year old White boys doing this in broad daylight, and seeing Twitter flip their shit 🍿

    I'm not looking forward to the kids being shot doing this shit

  • I'm sorry, I forgot to mention that you have to press the PS button once after plugging it in. Did you do that?

    If that doesn't work try restarting Steam and look into your controller settings if it works there, if it does you're good to go

    Keep in mind that many games don't natively support Playstation controllers. You can work arround this by emulating an Xbox controller instead (enabling your PS4 controller in Steam should do just that for Steam games). Or alternatively do this regedit edit in your games Wineprefix to achieve the same in any launcher of your choice

    If all else fails it might be worth trying out ds4drv

    Good luck my guy and (hopefully) have fun gaming! :)

  • According to this article on the Arch wiki PS4 controllers should work without doing anything. Just plug them in and start gaming 😉