That’s a poython constructah, __init__?
I take my shitposts very seriously.
- 14 Posts
- 658 Comments
rtxn@lemmy.worldto
Games@lemmy.world•Paradox Takes the Blame for Vampire: The Masquerade - Bloodlines 2 Sales Flop, Announces $37 Million Write-DownEnglish
5·23 hours agoThey absolutely are, in terms of gameplay. Ozzy Mandus and The Crank Hog Machine sacrificed most of the gameplay Frictional’s Amnesia became known for. There are no light mechanics. Barely any physics puzzles. The pigmen are braindead, which removes the challenge and the tension. Even if it’s a better story and atmosphere than The Dark Descent, it’s a lesser game. Even Still Wakes The Deep only goes as far as “throw the object to make the thing look away” when you’re not just responding to non-diegetic prompts.
You can make the argument that walking simulators have a place in the gaming landscape, and you’d be right, but by their nature, they are the exact opposite of what Bloodlines 1 was and what Bloodlines 2 should have been. Why Paradox decided it was a good idea to entrust with it a studio that has only made things that it never should have been is a fucking mystery to me.
rtxn@lemmy.worldto
Games@lemmy.world•Epic boss Tim Sweeney thinks stores like Steam should stop labelling games as being made with AI: 'It makes no sense,' he says, because 'AI will be involved in nearly all future productionEnglish
81·1 day agoThere is a massive secondary market for in-game items (primarily CS skins) that Valve refuses to combat or even officially acknowledge. Some of it is legitimate, some of it is literal lottery for children. And since every transaction takes place on Steam, they get a cut of that.
The option doesn’t have a value. You just need to specify that the option should be present, e.g.
defaults,noatime,windows_names,uid=1000,gid=1000in fstab, ormount.ntfs -o noatime,windows_names,uid=1000,gid=1000for manual mounts.This comment on the UDisks github page elaborates on why the
ntfs-3gdriver does not automatically restrict the usable characters.UDisks itself does mount NTFS volumes with the
windows_namesoption, and the last comment in the same thread explains why enforcing that restriction with no way to opt out is a breaking change for some users.
uid=1000,gid=1000,dmask=022,fmask=133
You can very easily fuck up your NTFS filesystem and make it unmountable in Windows. Would anyone be surprised to learn that not even Windows is fully compliant with the NTFS specifications? Some characters, like
:, are valid for NTFS filenames, but illegal in Windows, and if you create such a file (e.g. in a wineprefix’sdosdevices), Windows will refuse to mount it. Ask me how I know.The solution is to specify the
windows_namesoption every time you mount the filesystem, both infstaband when usingmount.ntfs.
rtxn@lemmy.worldto
Games@lemmy.world•Epic boss Tim Sweeney thinks stores like Steam should stop labelling games as being made with AI: 'It makes no sense,' he says, because 'AI will be involved in nearly all future productionEnglish
2431·2 days agoValve revolutionized Linux gaming; Tim categorically rejects it.
Valve banned shitcoins and blockchain scams; Tim welcomed them with open arms.
Valve enforces honesty regarding AI slop; Tim wants to literally deceive people.
All that on top of what they did with third-party exclusives.He’s like that annoying kid who didn’t get invited to a birthday party and vowed to always do the opposite of what the popular kid does. Petulant fucking overgrown child.
rtxn@lemmy.worldto
Games@lemmy.world•Settings you believe ANY game should have? (This is me advocating for a restart/reboot button on ALL games)English
20·2 days agoFor over-the-shoulder games, separate field-of-view AND CAMERA DISTANCE.
For player-hosted games, an option to reject hosts using unsuitable hardware or low bandwidth, high latency networks. My gripe is specific to Warframe on the Switch 1, but if the developers of any game can’t/won’t operate public game servers and choose to offload the responsibility to the players, the choice should belong to the players.
If this is as significant an issue as you imply, please link some credible sources.
As far as I can tell, the “Chinese server” (or EU server) is just a public ID and Relay server, and necessary for the application to function unless a self-hosted server is used.
You can host the open-source ID and Relay servers for simple remote access at no cost. The pro subscription is mainly about account and device management.
compose.yaml
services: hbbs: container_name: hbbs image: rustdesk/rustdesk-server:latest command: hbbs volumes: - ./data:/root network_mode: "host" depends_on: - hbbr restart: always hbbr: container_name: hbbr image: rustdesk/rustdesk-server:latest command: hbbr volumes: - ./data:/root network_mode: "host" restart: always
rtxn@lemmy.worldto
Linux Gaming@lemmy.world•RIP Windows: Linux GPU Gaming Benchmarks on Bazzite (GamersNexus new Linux Benchmarking is here!)English
142·3 days agoThen why are you complaining about not getting a Gamers Nexus video that benchmarks game performance spelled out to you when it isn’t even relevant to your use case?
rtxn@lemmy.worldto
Linux Gaming@lemmy.world•RIP Windows: Linux GPU Gaming Benchmarks on Bazzite (GamersNexus new Linux Benchmarking is here!)English
23·3 days agoBeing able to use anything other than Windows without any significant loss in performance is a pretty fucking big advantage.
That is probably the second worst outcome. People suck.
23:22? Nah mate, my work phone turns off the moment I step through the gate. If someone chose to wait until after 16:00, they can wait until next morning to be told to fuck off.
rtxn@lemmy.worldto
Games@lemmy.world•Valve confirms Steam Machine will be priced ‘like a PC with the same level of performance’English
10·5 days agoYou can, technically, but there are some caveats.
SteamOS is not a general purpose OS. It is optimized to run on the Steam Deck (plus the Frame and Gabecube I guess). Its software components are tested on a limited range of hardware (specifically AMD silicon), and it might not have certain optimizations and compatibility fixes that are required by other consumer hardware. It also probably has some proprietary bits, especially the firmware.
The best option is Bazzite. It’s not based on SteamOS, but it is built with a robust gaming experience in focus. You can even get it to boot directly into Steam Big Picture. Watch this loud Aussie man do it!
The other option is HoloISO, which is an independent reimplementation of SteamOS. Their intention is to get as close to the real SteamOS as possible. Hardware support is limited (especially nvidia).
rtxn@lemmy.worldto
Games@lemmy.world•Valve confirms Steam Machine will be priced ‘like a PC with the same level of performance’English
16·5 days agoYou have two kidneys, don’t you?
Why split physical and data link when they are so closely related?
You can run Ethernet on any medium that has the capacity to transmit digital signals. It can be copper, optical, over-air laser, radio, on top of an analog carrier wave (ASK, FSK, PSK). The Ethernet traffic can be completely independent from the physical medium by using encapsulation (L2TP or any other protocol that encapsulates Layer-2). It can be pigeons carrying printouts of the Ethernet frames, scanned and reassembled at the destination. The same can be said about most Layer-2 protocols.
As long as the proper interfaces are present, the physical layer is completely transparent to the data link layer.
(edit) I should point out that Ethernet, specifically, transmits extra data before and after the frame (the preamble and inter-packet gap) that are used to configure the Rx circuit for reception, but the Layer-2 frame will be identical regardless of the medium.
rtxn@lemmy.worldto
Games@lemmy.world•The story of a crazy Half-Life 2 bug, as told by former Valve dev Tom Forsyth (Mastodon thread)English
85·7 days agoFloating point values: making your software misbehave out of nowhere since the year
NaN.
Mount the network share (
fstabormount.cifs), and pass the login using theusername=andpassword=mount options. Then point the volume at the mount point’s path.https://www.mattnieto.com/how-to-mount-an-smb-share-to-a-docker-container-step-by-step/
rtxn@lemmy.worldto
Games@lemmy.world•Alberto Mielgo defends the Marathon cinematic as "not AI," denies his team touched Bungie’s plagiarized material and calls the art theft incident a genuine mistake that was "blown out of proportion"English
24·9 days agoWhy does this guy sound like Filip Miucin? “We didn’t plagiarize, and if we did, we only did it by accident, and you’re the bad guy, actually, for reporting on it!”












I want to see puzzles that are implemented using the physics engine. And I don’t mean “toss the axe in the proper arc to trigger the gate” physics. I mean “stack the bricks on one end of the seesaw to balance it long enough to make the jump to the next platform”. Or “use the blue barrels’ buoyancy to raise the platform out of the water”.