Komentarze

Profil ze zdalnego serwera może być niekompletny. Zobacz więcej na oryginalnej instancji.

Dremor, do games w Day 101 of posting a Daily Screenshot from the games I’ve been playing until I forget to post Screenshots
@Dremor@lemmy.world avatar

I own it on both Gog and Steam (both paid half price). One of the games I don’t regret paying twice for.

Dremor, do games w Day 101 of posting a Daily Screenshot from the games I’ve been playing until I forget to post Screenshots
@Dremor@lemmy.world avatar

The release wasn’t that bad, just massively overhyped by the publisher.

But now it is a game that deserves such hype. It has massive content, while often being around $25. At that price, it’s a steal.

Dremor, do games w No Man's Sky The Cursed Expedition Trailer
@Dremor@lemmy.world avatar

Already (cross-)posted earlier here : lemmy.world/post/21178327

Dremor, do games w My wacky indie game has reached 6000 wishlists, I made this meme to explain how it feels
@Dremor@lemmy.world avatar

Thank you. I do my best.

Dremor, (edited ) do gaming w Assuming you aren't still using the same one.
@Dremor@lemmy.world avatar

c/games mod here. Yeah, we wish for our community to be more about discussing about games themselves than memeing in order to avoid meme drowning other content.

Meme are funny, I don’t personally mind them, but once you allow too much of them, you end up becoming a meme community.

Maybe we should create, if it doesn’t exist, a “gamesmeme” or similar to offload if it tend to overwhelm c/gaming too, or create a dedicated day to meme out (aka “meme monday”).

Dremor, do games w My wacky indie game has reached 6000 wishlists, I made this meme to explain how it feels
@Dremor@lemmy.world avatar

In a way, this does break rule 4, as multiples report pointed out, but I’ll allow it for this time in order for y’all to congratulate our fellow gamer here for its huge accomplishments.

OP is advised, in hope to appease the report queue gods, to kindly celebrate next achievement in the most monotonous, mild and definitively not memey manner. Thaaaanks. (/s)

Congrats dude!

Dremor, do games w Experiencing weird rubberbanding and disconnects on lan connection. [Satisfactory]
@Dremor@lemmy.world avatar

You may also try !selfhosted to get more help.

Dremor, do games w Game Freak has been allegedly hacked, with source codes for Pokemon games reportedly leaked
@Dremor@lemmy.world avatar

Probably not, that’d be piracy, and I’m sure that Nintendo will sue them to hell. 😅

Dremor, do games w Day 1 of someone finally posting screenshots from a screenshot-worthy game, until I forget to post screenshots
@Dremor@lemmy.world avatar

Maybe crosspost to that other community too. It may help revive it.

Dremor, do games w Day 1 of someone finally posting screenshots from a screenshot-worthy game, until I forget to post screenshots
@Dremor@lemmy.world avatar

Usually it is the same person who post them, if you are bothered by them, just block those two or three users and you won’t ever be bothered by them again.

Personally I hesitated to allow them at first, but it gives a bit more diversity to the community posts, and it doesn’t seem to be a bad things. For now I don’t think it is too much, even with two posters (the original and his… sidekick? 😆), but if the community subscribers start to down-vote it to hell (like was yours), then I’ll ask both of them to redirect those post to a dedicated community, like feddit.uk/c/photomode, linked by @Zahille7

Dremor, do games w Ubisoft Cancels Press Previews of Assassin's Creed Shadows
@Dremor@lemmy.world avatar

From the term used I can easily determine you are more conservative than most here, and even if your comment got reported multiple time on the basis of rule 2, I’d like not to overreact and give you the occasion to develop a bit more your arguments by providing examples instead of just “its like that because I feel like it is like that”.

So, could you please kindly provide, as other in this thread asked, example of :

  • Games where those “political” topics doesn’t belong
  • Review criticizing SpaceMarine 2 for not “pandering to LGBTQ”

I believe this would help open a more open conversation than some politically opposite attacking each other personally.

In my humble opinion, Games being a work of art as much as it is an entertainment, it is up to the creator to chose what kind of story it want to talk about.
Does they want to talk about how the LGBTQ community, which has been oppressed for a long time, in their game ? Fine by me, at lease I can have some insight from the viewpoint of someone of this community, albeit virtual, to better understand said topic.
Those topics where not talked at all previously, so of course it would feel like it becomes a lot more present in the last years, just by contrast with the absence of it in previous titles. It is also a brand new storytelling topic on which game designer have very little experience with, so it is logical for it to be talked about awkwardly at time (thus the need for specialized consulting firm like Sweet Baby Inc), with some very obvious stitches at times. Just give them time to understand how to blend it better in the story and gameplay, and you’ll get the fun games you wish for, with a diverse cast you won’t even have to complain about.

Dremor, do games w Ubisofts stock tanked this morning ahead of the markets opening
@Dremor@lemmy.world avatar

Unless you are not just sarcastic:

dictionary.cambridge.org/dictionary/english/axes

Dremor, (edited ) do games w I had to install directx 9 to run gta 4 on windows 11
@Dremor@lemmy.world avatar

I know I’m a bit late, but here is some more info that may be of use to some.

OpenGL/GLSL

OpenGL, is a set of “extensions” (currently 160 as of OpenGL 4.6), which is a subset of features that has to be implemented by each vendor/manufacturer driver.
To be considered compliant with OpenGL 4.0, you have to implement all its extensions. This base serves as the first stepping toward the next step, OpenGL 4.1, which is basically 4.0 with some more extensions, and so on untill the current OpenGL 4.6.
But as everything in OpenGL 4.0 is also in OpenGL 4.6, a driver for 4.6 will run any 4.0 games. But if you used an extension found in the 4.3 spec, your game won’t work on a 4.2 level driver… Well, most of the time, as it may already have implemented the extension you need, but did not implement yet enough of them to reach the 4.3 specs.
To complicate things even further, you have the cut-to-size versions, aka OpenGL ES, which targets embedded devices with a stripped down version of OpenGL.
As an example of this, you can find here the compatibility matrix for the open-source Mesa collection of drivers : mesamatrix.net

DirectX

DirectX, in contrary, is a monolithic spécification. You either support DX11, or you don’t.
Part of it is implemented in the NT kernel (Linux équivalent in Windows) by MS, through its libraries, and the other is implemented by the GPU manufacturer, in their drivers.
DX version are often tied to Windows versions (DX12 with Windows 11), for multiple reasons. It requires the right features available in the NT kernel, the right hardware to be run, and, lets be honest, it is a great sale argument to try to push users to get the latest Windows version. Same goes with hardware manufacturers, it is a great way to make sure your customers upgrade for a GPU that support the latest DX version.
Subsequent versions are not compatible with each other, that’s why, if you play a DX9 game, you have to install the correct driver that (still) supports DX9, and the DX9 libraries.

To convert or not to convert to new API version ?

To convert a game from DX9 to DX10, you have to rewrite part of the underlying engine, which mean putting ressources and money into it.
Most publisher won’t bother, as the return on investment isn’t good enough to motivate such work. The new features won’t be used, and even though it usually give a substantial boost to performance, those games are often old enough to work exceptionally well on the current era hardware anyway.
So, once again, why bother ?

The specific case of DX12 (and Vulkan)

DX12 is to DX11 what Vulkan is to OpenGL. Both are a dramatic philosophical shift in the graphical API world. Previously, graphical APIs where at a higher level in the stack, which reduced their complexity, at the cost of bigger overhead.
Now with those two new beasts, you get a lot lower in the stack, which mean a lot closer to the hardware itself. You loose some of the ease of use in exchange for a lot less overhead, and thus potentially better performances.
But if your game worked on previous APIs, your are out of luck, as the changes are so radical you’d probably have to rewrite the whole engine renderer. It cost a lot, so only very few games goes this way, mostly the very successful ones, and probably mostly to gain experience with those new paradigms before starting to go all DX12/Vulkan for future games.

Dremor, do games w [New Frame Plus] The Overanimation of Zenless Zone Zero
@Dremor@lemmy.world avatar

You are not the only one who hate that. I refuse to play any of those game because of that, as well as many other microtransaction games, especially those who exploit FOMO.

Dremor, do games w Munx Gregoriana - WoW Invincible A Cappella in Church (+ Big Echo)
@Dremor@lemmy.world avatar

That’s a joke I didn’t knew about 😂

  • Wszystkie
  • Subskrybowane
  • Moderowane
  • Ulubione
  • rowery
  • fediversum
  • esport
  • test1
  • FromSilesiaToPolesia
  • krakow
  • muzyka
  • healthcare
  • Gaming
  • Cyfryzacja
  • Blogi
  • NomadOffgrid
  • Technologia
  • ERP
  • shophiajons
  • informasi
  • retro
  • Travel
  • Spoleczenstwo
  • gurgaonproperty
  • Psychologia
  • slask
  • nauka
  • sport
  • niusy
  • antywykop
  • Radiant
  • warnersteve
  • Wszystkie magazyny