kotaku.com

MeDuViNoX, do gaming w Dr Disrespect Admits To 'Inappropriate' Messages With Minor: 'I'm No Fucking Predator Or Pedophile'
@MeDuViNoX@sh.itjust.works avatar

That sounds… Disrespectful.

catalyst, do gaming w Dr Disrespect Admits To 'Inappropriate' Messages With Minor: 'I'm No Fucking Predator Or Pedophile'
@catalyst@lemmy.world avatar

I keep thinking back to years ago when someone at work tried to tell me this guy was good and I could just tell on vibes alone to stay clear.

Alteon, do gaming w Dr Disrespect Admits To 'Inappropriate' Messages With Minor: 'I'm No Fucking Predator Or Pedophile'

From the conversations, it sounds like he knew they were a minor and still leaned into the conversations. Why? Why TF would you even be curious about it?

deegeese,

“When you’re a star, they let you do it. You can do anything.” -Some Rapist

JusticeForPorygon,
@JusticeForPorygon@lemmy.world avatar

“Grab them by the pussy. You can do anything.” -Some Rapist

Wild_Mastic, (edited ) do gaming w Dr Disrespect Admits To 'Inappropriate' Messages With Minor: 'I'm No Fucking Predator Or Pedophile'

Seems like I have to add this moron to the ignore list right next to Musk, so I no longer see posts about him.

dohpaz42,
@dohpaz42@lemmy.world avatar

Shit I forgot about this feature. Thanks!

happybadger, do gaming w Dr Disrespect Admits To 'Inappropriate' Messages With Minor: 'I'm No Fucking Predator Or Pedophile'
@happybadger@hexbear.net avatar

My t-shirt saying “I’m no fucking predator or paedophile” has people asking a lot of questions already answered by my shirt.

Broken_Monitor, do gaming w Dr Disrespect Admits To 'Inappropriate' Messages With Minor: 'I'm No Fucking Predator Or Pedophile'

Yeah I’ll believe that when they release the transcript of what he said to the minor

workerONE, do games w New FPS Built Using Doom Tech Is Better Than Most AAA Shooters

The Demo was great, Im going to play this today

IMALlama,

Let us know what you think of it! It certainly looks like it could be entertaining.

magic_lobster_party,

I’m not the same person, but I’ve played a few levels now. I think it’s really good, especially for being early access. Reminds me of original Half Life, so if you like that kind of game it’s a strong recommend!

IMALlama,

Thanks for following up! I played the OG halflife when it came out, so I will be sure to check this out.

workerONE,

Just following up in case anyone reads this in the future. The game is really good. In FPS games muzzle flash obscures the target and there’s a little of this here, and there’s a rhythm to shooting enemies and then stopping when they are dead so you don’t waste ammo. Once you get used to it, it feels like a challenging part of the game. I didn’t find the map key until like an hour ago and I wandered around a lot looking for the next thing. Navigating is a large part of the game, because exits and tunnels are not always obvious. Sometimes it’s irritating especially if you don’t use the map. Movement and the world are awesome

IMALlama,

Thanks for the follow up!

thingsiplay, do gaming w Starfield’s Paid Mods Ignite A Review Bombing On Steam

I have nothing against supporting paid mods, if the modder wants it to be monetized. It should be the decision of the modder. Not everything must be free of charge. As long as the modder can decide it.

TachyonTele,

That’s what “buy me a coffee/beer” and commissions are for. Not Todd Howards attempt to skim the mod community.

Instigate,

If Bethesda created a paid mod market where creators could charge for access and Bethesda only took a super nominal amount of those payments to cover transaction fees (say, 2-3%) I would so be in favour of that. I love the idea of passionate creators being rewarded for their work, and frankly it could (and should) create a new employee pipeline for them.

Sadly though, then Bethesda might make 0.01875% less profit this quarter than they did last quarter, which these days is the death knell of the capitalistic venture.

BruceTwarzen,

Wait wait wait, someone got a free coffee from OUR game? This should be my coffee, i want coffee too. Tod Howard probably

TachyonTele,

Howard, “We make money off the game sales and the mods that people make. It just works!”

AndrasKrigare,

Exactly. I was extremely disappointed in the community reaction when Steam was going to implement the option for modders to get paid. Instead of focusing on the legitimate issues with the proposal (pay ratios were off, mod dependencies and ripoffs need to be addressed) it boiled down to “rah, I don’t want to pay for things I didn’t used to, rah. Real modders give me stuff for free.”

I think we’re missing out by not having this as an option. Modding can provide a good stepping stone into full game development, and if people can earn money for their work, they can justify spending more time on it or potentially even doing it full time.

thingsiplay,

I think we’re missing out by not having this as an option. Modding can provide a good stepping stone into full game development, and if people can earn money for their work, they can justify spending more time on it or potentially even doing it full time.

Yes. Those who don’t want to monetize their work (which is actually respectable) would standout even more. In example there could be two versions, one free version and one paid version with a few little extras to support the developers. This is a way to handle paid software even in Open Source, in example on Android where such a payment system is integrated.

There is no need to have an account on a different platform, so I can support the developer, and another account for another platform that wants my bank accounts. I speak about patreon and and the likes. It’s all here, with my Steam account and money from Steam.

ChicoSuave, do gaming w Starfield’s Paid Mods Ignite A Review Bombing On Steam

Ah, the yearly ritual continues. Bethesda makes a game that needs bug fixing, let’s the players fix it with mods, then B tries getting players to pay for the mods in the hopes they can finally charge money for mods that are needed to fix the game.

Classic Todd. Can’t wait until he quits making games. Bethesda might actually use a new game engine besides the Creation Engine.

deathmetal27,

The Creation Engine is not bad. It’s very purpose built for RPGs and has all the frameworks for worlds, NPC AI behaviour, quests, dialogue trees etc already in it.

It also has in-built support for creating addons, which is why the modding scene is so robust.

You should install the Creation Kit on Steam to check it out.

DebatableRaccoon,

Hi, Bugthesda employee! Poppa Todd forced you to expand the totes-not-publicity to the fediverse, did he?

Default_Defect,
@Default_Defect@midwest.social avatar

I’d rather have the easily moddable engine it’s on now than turn their games into cut and paste UE5 clones with no mods.

DebatableRaccoon,

Personally, I’d rather have games that “just work” like the ones on UE5. I guess I’m weird that way.

deathmetal27,

Whether a game is buggy or not depends on the competency of the developers building the game, not the engine.

The engine is just a platform, like a canvas to an artist. How effectively it is used depends on the skill of the person using it.

Aceticon,

It’s both.

The architectural decisions are at the engine level and that stuff has a massive influence on the likelihood of bugs in the code running in that engine.

For example, traditional Unity (not ECS) runs all game code (so the code provided by those coding the game) in a single thread, which avoids A TON of multi threading bugs (as that’s one of the hardest parts in programming to master) but is very bad for performance in multi-core CPUs. Game programmers can fire up separate threads using the standard libraries of the programming language itself and manage them, but everything in the development framework that’s part of the engine pushes them to use that single-threaded model, so only advanced devs bother and only for very specific things.

Also the choice of programming language forced by the engine itself has a huge impact in the likelihood of bugs, but since I don’t want to start a Holy War I’m not going to star pointing fingers at specific languages and criticizing them ;)

deathmetal27,

True, resolving bugs depends on how effective debugging tools available to the developers are.

But there is no perfect game engine. All have quirks and bugginess of a game usually just comes down to how willing the team is to find and squash them. That’s why all games need patches after launch.

Language is not really an issue here since the Creation Engine uses Papyrus for all game logic, which is good enough for what it does.

Aceticon,

It’s not about debugging tools.

Different, high level software designs (i.e. architectural designs) which are normally imposed by the game engine, have different probabilities of the developers who are making the code for those to produce bugs, because of lots of factors including things like of how they approach error validation and handling in the engine itself and in which domains does the engine leave the most freedom to coders and which ones does it leave less - some things are pretty safe to leave in the hands of even bad developers, others are not.

The example of multi-threading in Unity should’ve been clear: put a game engine that doesn’t impose a single thread pattern in front of somebody with little or no experience in multi-threaded programming and you will have a huge rate of bugs (mainly critical race conditions) and as it so happens most developers out there have little or no experience in multi-threaded programming. Yet multi-threading can yield far more performance in modern CPU since they’re all multi-core. For that specific game engine a software architectural choice was made to go with a structure that is not as performance but significantly less likely to lead to a higher bug rate when used by the average coder, probably because Unity targets less experience coders.

Good Senior Designers and Technical Architects don’t design the high level structure of the software for themselves as coders, they do it for the kind of coders that are likely to be coding for it.

Of course the developers themselves also have different capabilities and hence different baseline rates of creating bugs, hence why I said “both”.

denshirenji,
@denshirenji@lemmy.world avatar

I very much agree with what you are saying. If the engine changes we will lose mods, or at the very least there will be significantly fewer. I don’t make a habit of playing many games from 2012… except for Skyrim. I also dont play many games from 2001, except for Morrowind. I will spend hours or even days setting up a modding environment. Please let me have that for future Bethesda titles.

Also people calling us folks that like user-made mods shills, when they are trying to force a shift to the very much corporate owned Unreal Engine is funny.

DebatableRaccoon,

You very much missed the point of my comment. After the “professional” response the public got when leaving very justified negative feedback on Starfield, I now don’t trust any comment supporting Gamebryo to not be a Bethesda employee. Nor was I advocating for shifting to Unreal, it was the next person who brought up a different engine which I said I’d prefer since it’s reliable. I don’t really care what engine the next Fallout is made with, for example, so long as it isn’t made in Gamebryo by a bunch of hacks.

denshirenji,
@denshirenji@lemmy.world avatar

You seem alright and I agree that gamebryo is typically crash heavy. I really didn’t mean it as an attack on you personally and apologize for conflating your opinion with someone else’s.

I do feel very strongly that whatever engine they use should support user generated mods, but let’s be real, I probably won’t have the time to spend on it anyway.

deathmetal27, (edited )

No, I’m saying from having used the Creation Kit and I modding Skyrim and Fallout.

I’m not defending the games or Bethesda. It’s their game design and narrative team’s fault, not the engine’s.

Modders have been familiar with Bethesda’s engines since Morrowind (Netimmerse and then Gamebryo, which form the basis of the Creation Kit), which is why the modders are able to make mods pretty quickly for these games. I’d rather still have the community use this experience with future Bethesda titles for modding than use something like Unreal that does not have the same level of customisation and tools.

CleoTheWizard,
@CleoTheWizard@lemmy.world avatar

Imo it’s not about having a new engine, it’s that they don’t make enough changes to it and it’s very apparent. On launch, their games are some of the most lackluster games visually. I remember the update from Skyrim to fallout was just that they added god rays to the engine, that was basically the only difference.

Then Fallout 76 came out and not only was it extremely ill equipped for multiplayer and online, but graphically the game suffered.

Then we talk about the quest systems in the engine, and that’s great and all, but the quest systems haven’t been fundamentally updated since Oblivion came out. Go play any other RPG, they’re running circles around Bethesda in quest design.

What’s worse is that Starfield was met with mixed reviews and showcased their inability to modernize their engine with the loading screen problem. So ES6 is set up to make or break Bethesda.

deathmetal27,

What you described are game design issues. The art is always only as good as the artist who makes it and the Bethesda game design team are not very good (or perhaps Todd is a mediocre director since he is directly responsible for almost all aspects of the game).

If you see how ENB and Sweetfx enhance the visuals you know that the engine is capable of much more. There is a mod called Enderal which is a total conversion of Skyrim that uses the same engine but improves the visual in almost all aspects: better models, better post processing, new game mechanics, etc. There is also a team working on porting Vampire The Masquerade Redemption to the Skyrim engine with all new assets (guns, etc).

So basically Bethesda games being mediocre is due to a mediocre team and direction. Even if they start using Unreal their games will still be mediocre.

Edit: Before someone points it out, I know that ENB is not a part of the Creation Engine, but an external postprocessor that hooks into the DirectX API and modifies the rendered output. I was just saying that Bethesda could use something like this to enhance the lacklustre visuals but they deliberately chose not to perhaps due to their artistic vision for the game.

CleoTheWizard,
@CleoTheWizard@lemmy.world avatar

This is sort’ve true but post processing isn’t where the game struggles per se. Both Skyrim and Fallout 4 lacked LOD lighting and featured prominent Z-fighting of many textures, that’s an inherent way that the LODs are calculated in the engine.

So most of what I’m talking about like lackluster quest design and poor visuals aren’t unfixable by the engine, but they’re direct results of developing using it. The quest structures are mostly the same as they have been for decades.

And yes, they could easily code something like an ENB mod but they just don’t. They’re so bad at this in fact that they can’t even get proper anti-aliasing working. If I remember right, Fallout used TAA and it was so awful that I preferred a 3rd party FXAA to their solution.

Also to be fair, ENB is similar to other graphics injectors which aren’t new on the block but you dont really want to use an injector so they’d have to code something like an ENB into their DLL and that would affect the engine so they don’t do it. It needs a big update to add stuff like that and this will be the third game they haven’t bothered to significantly change it.

deathmetal27,

Makes sense. Though I would still rather they not abandon the Creation Engine and improve its underlying technical features. The modding community has more than a decade of experience with its underlying subsystems and what actually contributes to the robust modding scene of Bethesda’s games.

DebatableRaccoon,

Just call it what it really is: Gamebryo.

BruceTwarzen,

Idk, last time they pulled this it was at least a game people liked. What’s their angle here?

MagnyusG, do games w New FPS Built Using Doom Tech Is Better Than Most AAA Shooters

Doom wads and hacks in recent years have been doing some absolutely insane things, and it’s only been getting better as more and more people are realising the things they can do with it. I’m not surprised in the slightest.

Total Chaos has got to be the most mind-blowing to me, it’s a total conversion mod built of GZDoom. youtu.be/L7IITZDBvqE

aStonedSanta,

So excited to see how the genre grows. Expecting some really fucking cool rogue like(lites?) games from it.

obsolete,
@obsolete@lemmy.dbzer0.com avatar

I can’t believe I have never heard of Total Chaos. It looks awesome!

I wonder what other good other good GZDoom based games I am missing out on. :)

MagnyusG,

Here’s another one, Solace Dreams youtu.be/IcrYfmkPl-E also really impressive, though the game didn’t seem all that balanced when this video was posted, not sure if it’s been improved since or if the creators moved on to another project.

obsolete,
@obsolete@lemmy.dbzer0.com avatar

Thanks! Looks interesting. I will be sure to check it out.

Zahille7,

I know this is a couple weeks old, but I just got Supplice and Incision, along with Hedon based on a recommendation in this thread. They’re all boomer shooters that honestly look absolutely bonkers and I’m excited to jump into them.

Supplice looks to be kind of a mix of classic Doom with OG Half-Life on an alien planet you’re terraforming.

Incision looks like a crazy nightmare.

Hedon is thicc orc women with flamethrower machine guns.

obsolete,
@obsolete@lemmy.dbzer0.com avatar

Thank you for reply. I am looking forward to playing the games you mentioned. They look great!

Duamerthrax, do games w New FPS Built Using Doom Tech Is Better Than Most AAA Shooters

If anyone wants a complete GZDoom game (or 2 or 3 depending on how your counting) right now to try, Hedon is really great. Also, made by a solo dev(music and VA work was outsourced), so absolute flex on AAA game companies.

sag,

+1 for Hedon. It’s pretty good.

Duke_Nukem_1990,

For some weird reason that specific one doesn’t run on my Linux system. Sad.

Duamerthrax,

If you can get a clue as to what’s going on, message the dev on steam. It’s one guy, so they probably don’t know about the issue. For a for a little while, if you had Heretic loaded in GZDoom, it would load that instead of the Hedon.

Zahille7,

Just looked it up on Steam, and it’s part of a bundle with another GZDoom game called Supplice which looked pretty cool, so I got that. I also bought a game called Incision which looks pretty wild too.

They’re all boomer shooters and I’m excited to play them.

Duamerthrax,

Those look like they have potential. Hopefully the publishers let the devs cook long enough. I don’t want another Graven.

And some real brain damage on the Supplice comments section.

Signtist, do games w New FPS Built Using Doom Tech Is Better Than Most AAA Shooters

Makes sense. I’ve always been disappointed that instead of using better processing power to make bigger, more complex games, we used it to make the same games with more complex animations and details. I don’t want a game that only differs from its predecessors through use of graphical upgrades like individual blades of grass swaying in the wind, or the character starting to sweat in relation to their exertion; I want games with PS1-PS2 graphics and animation quality, but with complex gameplay that the consoles of that era could only dream of being able to handle.

Geth,

There’s something special about a game like red dead 2 or ghost of tsushima that makes you stop and just enjoy the scenery. Games with good graphics have their place, it’s just that they need to also have all the other elements to be any good.

IMALlama,

Red dead redemption 2 didn’t stop at being pretty. If it did I don’t think we would all talk about it so fondly. Totally agree that it’s a great looking game though.

Swedneck,
@Swedneck@discuss.tchncs.de avatar

thing is, games aren’t pretty because they model every cell in every lifeform and have 5 gigabyte textures for each individual leaf, they’re pretty because they have good graphical design.

Just lighting alone is like 50% of making a scene look nice, you can literally just slap together a low-poly flat-colour scene in blender and set up nice lighting and people will call you talented.

A prime example of this is valheim: ps2-style models and textures and yet the lighting and general graphical design makes it look lovely and atmospheric, especially combined with the music.

RageAgainstTheRich,

This is exactly how i feel about genshin impact. Its art design is absolutely stunning and can run on a damn phone.

All the photorealism is nice and all but i prefer good art styles and better and more gameplay.

Archelon,

Hell, minecraft’s vanilla textures look downright gorgeous with lighting mods.

AstralPath,

Hyper Light Drifter is absolutely stunning and its a 2D pixel art game with amazing lighting.

Zahille7,

Noita has some decent lighting too

Swedneck,
@Swedneck@discuss.tchncs.de avatar

it annoys me to no end that people think minecraft looks terrible and attribute that to the textures, it’s literally just pixel art! Other games are praised for having pixel art! aurgh!

Minecraft might be considered ugly, but in that case it’s probably moreso because its lighting is… rudimentary… or that person specifically just doesn’t like the artstyle.

Also something that almost no one ever talks about is render distance! Games with a gargantuan render distance look SOOOOOO much more appealing and are easier to navigate, but people just don’t think about it!

I recently played Satisfactory and holy shit that render distance, when i called down the space elevator it’s the only time i can recall a game ever making me just sit there in awe, never before have i felt such a visceral sense of scale from something on a display!

Archelon,

Oh, don’t get me wrong, minecraft’s art style is absolutely charming and a perfect fit for the “blocky” nature of the gameplay. See how many of its imitators try to look more realistic and end up looking genuinely ugly. But to speak to the top comment’s point, when fancy shaders are added minecraft’s simple style gets elevated so much and it goes to show how simple and effective design paired with good-looking lighting can make even the lowest-poly games look absolutely gorgeous.

Aux,

There are plenty of big and complex games with great graphics.

drislands,

Great point. I saw an interesting video recently that touched on this exact issue:

youtu.be/x4_8rIUh7E8?si=-E1VWA8bZ-eVibkL

As graphics increase in quality, the desire for developers to fill spaces with clutter grows – which makes it harder to make meaningful levels with thoughtful design.

magic_lobster_party, (edited ) do games w New FPS Built Using Doom Tech Is Better Than Most AAA Shooters

Started playing it and I’m liking it so far! The low health regen is very clever. Solves the problem in Half Life 1 where the player is always finishing encounters at 1 HP without the need for excessive health pickups. Now the player is guaranteed to have at least 35 HP.

The immersion is really great as well. Often I forget that all the enemies are just 2D sprites.

Zahille7,

Honestly that’s what made me stop playing OG Half-Life until Black Mesa came out. I wanted to do it without cheats or anything, but goddamn do the enemies pack a punch.

And I got all the way to Xen, too.

dezmd, do games w New FPS Built Using Doom Tech Is Better Than Most AAA Shooters
@dezmd@lemmy.world avatar

Anybody that played the Aliens Total Conversion on the original Doom engine (best Aliens themed shooter oriented FPS) knows just how awesome things can turn out.

/yes I’m old

doomwiki.org/wiki/Aliens_TC

Zahille7,

Hey man, those old AvP games were pretty great too!

MentalEdge, do gaming w Starfield’s Paid Mods Ignite A Review Bombing On Steam
@MentalEdge@sopuli.xyz avatar

A-fucking-gain?

Did the shitstorm that happened last time teach Bethesda nothing?

What am I saying, no, of course it didn’t.

saltesc,

Feels ritualistic at this point.

Bethesda does the thing; gamers and modders do the thing. Bethesda says, “Whoops!” We all laugh.

Only difference this time is it feels like 76 has been out longer than when they usually try this.

ursakhiin,

Last time Bethesda just moved then out of steam and made money off of them on their own platform.

DebatableRaccoon,

Bugthesda. Bugthesda never changes.

Theharpyeagle,

To be fair, it’s a pretty common play. Company makes unpopular decision, walks it back, tries again a little later once the novelty has worn off and the MSM doesn’t care to pick it up again.

I think this particular move is pretty ballsy with how egregious it is (especially considering that starfield didn’t do anything particularly outstanding to overshadow it), but I don’t doubt they’ll try it again. If people keep buying their games, where’s the risk? At worst they’ll still get a few dollars from those who, for whatever reason, buy it, and then it’s forgotten by the next time a game comes out.

Instigate,

They definitely did learn. They learned that they could charge for mods and people, sadly, will pay. They’ve learned that they can make more money by paywalling what should be essential patches and bugfixes. They learned that the average gamer is willing to be fleeced. They learned that they can run an IP into the ground and still extract maximum cash from it.

They’ve learned. They just didn’t learn the lesson that we here on Lemmy wanted them to learn. That’s a sad fact of being part of a minority community.

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