What mod abuse did they do?
What mod abuse did they do?
What mod abuse did they do?
Wait till you learn about the other stuff about them.
This one is pretty comprehensive
https://drewdevault.com/2024/04/09/2024-04-09-FDO-conduct-enforcement.html
He was actually banned for condoning a toxic anti-trans culture on his Discord. Violating FreeDesktop’s code of conduct.
He also once said “I do believe there could be arguments to sway my opinion towards genocide.”
I like how they say “It’s redactin time” and then redacts all over them.
Also substack
Does this have something to do with the author being banned from freedesktop?
It greatly depends on the applications.
Porting Windows exclusive games to Linux is a small step as well, but most developers don’t do it because they cannot justify the additional QA and debugging time required to port them over. Especially since Linux’s market share is small.
The reason Itanium failed was because the architecture was too different from x86 and porting x86 applications over required significant effort and was error prone.
For RISC-V to even get any serious attention from developers, I think they need to have appx 40-50% market share with OEMs alongside ARM. Otherwise, RISC-V will be seen as a niche architecture and developers would avoid porting their applications to it.
They’re not compatible
This is what concerns me. ARM could dominate the market because almost everyone would develop apps supporting it and leave RISC-V behind. It could become like Itanium vs AMD64 all over again.
I’d rather see what RISC-V has to offer.
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.
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.
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.
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.
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.
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.
I wish we held game developers to the same level of scrutiny.
Working in enterprise software development really hammers in the importance of unit tests and integration tests.
Size limitations? In git?
What is the average size of your source code files?
Normally you’d never run out of space in git unless you’re committing large binary files.