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?
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!
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
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.
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.
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.
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.
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.
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.
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 ;)
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.
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”.
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.
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.
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.
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.
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.
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.
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.
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.
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
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.
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.
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.
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.
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.
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.
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.
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.
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.
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!
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.
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.
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.
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.
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.
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.
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.
kotaku.com
Aktywne