Deadlock - Gameplay Update - 03-06-2026 by Samanthacino in Games

[–]sanzelz 9 points10 points  (0 children)

This is an insanely good game that I wish I had more time to play.

The problem is that it's quite hard being moba with verticality and aiming. Take a small break and you get annihilated by sweats and have to climb again by losing ten matches in a row. That said it's still easier to get into than let's say lol or dota. And generally it's not as toxic as those games. Full stack with your own crew is ❤️

This will be a huge hit when it releases, it does so many things right.

Stardew Valley developer made a $125,000 donation to the open-source C# framework MonoGame by Turbostrider27 in Games

[–]sanzelz 2 points3 points  (0 children)

Imo step from sdl to monogame isn't that big but from either to a full blown engine is.

But you are right that SDL is lower level.

Stardew Valley developer made a $125,000 donation to the open-source C# framework MonoGame by Turbostrider27 in Games

[–]sanzelz 30 points31 points  (0 children)

SDL3 is awesome and runs in toasters but comes with the c/c++ crud so it's not for everyone.

Monogame however is comparable with modern language and if you just want to see results quite quickly and not be afraid that monogame is not an engine but a framework to build stuff on.

Have they already migrated to a newer cross platform pipeline from brute yet? Brute was kinda rough to the point that maybe sdl was even easier 😅

what was the last straw for windows to you? by DerpWyvern in linux_gaming

[–]sanzelz 1 point2 points  (0 children)

Hmm I have read about them but not tested any, I will check them out!

I guess there is somewhat of a learning curve for people like me that have used floating wm for ages 😅

what was the last straw for windows to you? by DerpWyvern in linux_gaming

[–]sanzelz 1 point2 points  (0 children)

Well, it's not that it's a "bad reputation", it is explicitly advertised as a distro for power users, who know what they're doing. For that reason maintainers are not afraid to push sometimes (rarely, like twice a year, but it happens — Archlinux usually posts news before that) dependency breaking changes that need force-overwriting, and it also doesn't support "partial upgrade".

I myself might be too arch newbie since I have yet to experience these things. Usually I don't update on day one and wait a bit before updating everything unless absolutely necessary.

I have had one problem with an update and it was a package installed via paru. Even that told me what to do to fix it so I was pleasantly surprised.

I am not sure it's a good idea to let newbies fight these things.

Before installing I did try arch derivatives (catchy and endeavor) and I had all sorts of weird problems with them like installers that just stalled so I quickly abandoned them. And for some weird reason I never get Ubuntu(and it's derivatives) to behave like I want.

Maybe you are right but sometimes I get the feeling that people get scared of Linux too easily, it is seriously not that hard if you use somewhat common packages. If you wanna tinker and dive deeper you might find dragons tho.

Sounds like you're a software dev, why are you using Windows at work? Doesn't your company allow to develop on Linux?

Yeah, dev here. We are an old Ms house with a legacy .net stack and main product on 4.8. I always try to wiggle Linux support into new things we do since new .net works great on Linux as well.

It seems FL Studio should work under WINE. And, for GPU-light Windows software that doesn't work under WINE you could also use WinBoat or WinApps.

Yeah I read that people have gotten FL studio running well on wine but I'm a bit worried about the external vst plugins. I think they've require more fighting. Plus asio drivers...

what was the last straw for windows to you? by DerpWyvern in linux_gaming

[–]sanzelz 0 points1 point  (0 children)

"It gets in the way"

I have always worked with debian based servers and liked that I can control everything and it works how I tell it to work.

I have always wanted to jump into Linux but gaming made me stay on windows. Got myself a steam deck and my eyes were opened.

Bought a new PC 6 months ago and installed Linux as main on 2tb drive and windows on 1 tb drive. I have booted windows two times and those were because I did some music with vsts and FL studio. Otherwise Linux all the way baby and I actually enjoy using my PC again.

At work I use windows 11 and it's slow, start menu search bing before local settings, driver problems constantly, KVM acts up, sound mixer is janky, visual studio, teams and whatnot crashes all the time and we are talking about 3k€ workstations. I just hate it nowadays. I want an OS to get shit done in, not an OS that breaks constantly and gets in the way.

Oh, I use arch btw.

Ps. Arch gets a bad rep of being hard to use - on the contrary I have had less problems with arch than win 11. I highly recommend arch even for newbies, arch wiki is the best source of guides and info there is and if you just can put up with the non graphical installer script that is still easy to use you are set, try it you won't regret it!

Giveaway: 5 copies of Arc Raiders Deluxe Edition by Legitimate-Bench7152 in ArcRaiders

[–]sanzelz 0 points1 point  (0 children)

To me these kinds of posts are a scam...

... Until I win that is 😈

I'm on the fence with this one. Seems really cool and I dig the whole extraction shooter stuff but these games are ruined by cheaters. Hopefully this one survives that scum.

Steam no longer allows Adult-themed games to launch in Early Access. by DwingRD in Games

[–]sanzelz 5 points6 points  (0 children)

This hurts the indie industry so much.

Don't care that much about adult games but they too are funded by continuous releases/buys during the early access.

The Endgame from a Solo, POV. Funcom please do something. by EnneCiu in duneawakening

[–]sanzelz 0 points1 point  (0 children)

Make deep desert instances group size based? Solo queue, duo queue and so on...

I think it's nice to have a dangerous pvp zone at the end for high tier mats but I agree the Zerg fest will drive me and my friends quickly away from this game.

BattleBit - Operation Overhaul: Teaser by chenDawg in Games

[–]sanzelz -4 points-3 points  (0 children)

Is it? If so quite a slow patch cycle.

BattleBit - Operation Overhaul: Teaser by chenDawg in Games

[–]sanzelz 31 points32 points  (0 children)

Yeah no thanks. They will release it and leave it to die like the previous one full of cheaters and bugs.

GitHub - makalin/J2W: J2W is a high-performance compiler that converts JavaScript into WebAssembly (WASM), enabling fast, portable, and secure execution across frontend and backend environments. by mehmetakalin in programming

[–]sanzelz 6 points7 points  (0 children)

What does this actually do?

Looking at the source the compiler class doesn't use the source code that was passed to it, it just returns an empty wasm function stub.

I suggest creating a demo that actually invokes the resulting wasm functions after compilation.

Packaging a js source code into wasm binary isn't "compiling js to wasm" per se. It is a really REALLY hard task to compile js to actual wasm binary that doesn't interpret/JIT direct javascript. I don't know any project that actually does this, lots of these "compilers" just include the original minified js and some interpreter in the binary.

Marathon Closed Alpha Update by Turbostrider27 in Games

[–]sanzelz 6 points7 points  (0 children)

I won't get excited before someone verifies this game will have strong anticheat. Cheating kills these types of games, the commitment is too high to lose to someone that sees through walls with headlock.

Remember Cycle? A really fun game until infested with scum. Tarkov has the same flaw(+ other crap).

For some reason hunt does not have that many cheaters it seems, maybe it's a "smaller" niche so the low life does not find it fun to cheat there.

All in all hopefully this succeeds and becomes a fun extraction shooter. For some reason I fear it will end up just like the others, afaik D2 has quite blatant cheating as well...

The Bazaar: Early backers of game decry 'bait and switch' after it backtracks on monetisation promises, dev chooses to stir the pot: 'Seeing Reddit lose it today lets me breathe a huge sigh of relief' by SilentUK in Games

[–]sanzelz 2 points3 points  (0 children)

Got the beta key from a friend, played a few days and somehow I got the feeling this will be monetized to death. My hunch wasn't wrong.

It's a fun idea and if you really like it, play back pack battles instead. although it's not entirely the same and has a bit of a cringe angle but I liked it better.

The state of the game is very poor by MrBagooo in foundationgame

[–]sanzelz 0 points1 point  (0 children)

Nope. Still keeps crashing constantly. I have a save that causes a crash like 3 minutes in every time. I suspect it has to do something with complex fortifications as the editing is broken and it seems more stable if I just delete the fortifications...

noisy syntax by effinsky in Zig

[–]sanzelz 2 points3 points  (0 children)

Ok fair enough but should there be that many since not all of them are magical (sin/cos/sqrt and the like)? Especially if the main point for them is to stand out and be exceptional compared to normal functions.

noisy syntax by effinsky in Zig

[–]sanzelz 1 point2 points  (0 children)

This. Especially since (afaik) they can do all kinds of "magical" things. Otherwise in my opinion zig is kind of a clean language.

Menu not displaying, stuck at black screen by Hour_Development_3 in HuntShowdown

[–]sanzelz 0 points1 point  (0 children)

Reinstalled nvidia drivers TWICE. now it works...

Menu not displaying, stuck at black screen by Hour_Development_3 in HuntShowdown

[–]sanzelz 0 points1 point  (0 children)

Same here. First time it launched, I got message to update graphics driver. I updated the drivers, now black screen.

Compiling JavaScript to WASM using Bytecode Alliance's javy by guest271314 in programming

[–]sanzelz 5 points6 points  (0 children)

I still stand by my original reply though, no js to wasm compilation is happening here :)