arstechnica.com

xcxcb, do games w Judge issues legal permaban, $500K judgment against serial Destiny 2 cheater

I just hope “injected code” and “overlays” don’t become somehow actually illegal because of these rulings because there are plenty of valid uses too.

platypode,
@platypode@sh.itjust.works avatar

I’m curious what uses you have in mind–anything that’s an online competitive (i.e., you compete against other players–doesn’t need to be esports sweaty) game I don’t think there’s a strong case for allowing injected code, since that’s an avenue for gaining an unfair advantage and thereby worsening other players’ enjoyment, and anything offline I can’t see it being worth a company’s time and money to prosecute.

xcxcb,

Destiny 2 isn’t really online competitive for starters.

RobertOwnageJunior,

It definitely has elements though.

xcxcb,

No, it really doesn’t at all in a sense that anyone cares remotely about.

BloodyFable,

It definitely has elements in it.

Void, solar, arc, strand and as stasis.

You should learn more about the game if you’re gonna criticize it.

Haui,
@Haui@discuss.tchncs.de avatar

I agree. Competitive games and code injection don’t mix but for those that are not competitive (i.e. minecraft), code injection is important.

Maestro,
@Maestro@kbin.social avatar

I think the problem is that the ruling now establishes that overlays and injected code are a copyright violation. Therefor any overlay or injected code is now illegal unless you have permission from the authors if the game.

BirdyBoogleBop,

Well Nintendo are very litigious they already DMCA’ed a Zelda Breath of the Wild multiplayer mod. (As in it made the single player game multiplayer)

I really wouldn’t want them to have more power to hurt their fans.

Risk,

The solution is to not be a Nintendo fan.

No, seriously. You support their draconic practices by buying their games.

PeterPoopshit, (edited )

This. Nintendo is one of the least ethical videogame companies out there. Even when they come up with something new and innovative, it’s so locked down you’re better off waiting to play someone else’s copycat of it.

Essence_of_Meh, do gaming w Valve: Most games made with AI tools are now welcome on Steam

It's not like they can really avoid it. AI assisted tools will become a standard in the future ("productivity has to go up" after all) and there's a good chance Valve already received some feedback from AAA publishers on that matter, since they'll be the main players utilizing such tech.

The good thing here is the exsitance of a disclaimer on store pages, as it will allow people to decide for themselves, and the ability to report content straight from in-game overlay.

Full on ban was never a realistic option.

Telorand,

I’ll add that a blanket ban isn’t necessarily a positive thing, either. AI could be a component of developing unique NPCs, evolving bosses, changing economies, missions/quests, or procedurally generated levels (for example).

Obviously, at least some of that content would still need to pass human play testing, so it’s not like humans would be completely removed, but imagine if players had gameplay experiences that were entirely unique to them or changed based on non-RNG factors.

I agree, though, that reporting the use of AI and how it’s utilized is important for people to make informed decisions about how they spend their money.

Essence_of_Meh,

Oh, totally. I didn't mean to imply otherwise.

Personally I'd love to see a new take on Daggerfall using AI for features you mentioned (though it would have to be an "all in" affair as Bethesda's approach to randomly generated content these days is... not particularly impressive).

Telorand,

I was imagining Oblivion with AI elements, but yeah! Open world RPGs seem particularly suited to this kind of thing.

WarmSoda,

You could probably make a case that Oblivion already has AI elements. It just wasn’t advertised as the type of “AI” available now.

Blue_Morpho, do games w How to port any N64 game to the PC in record time

I’m hoping this gets adapted to cross compiling for all the retro handhelds.

I went through crazy hoops to get a native compiled Mario64 running on my Anbernic and the results were amazing compared to emulation.

This could bring a large library of N64 to every low end handheld.

RightHandOfIkaros,

I hope this technology is carried across all of Nintendo’s consoles. Won’t even need emulators anymore if we can just run it natively.

Nintendo in particular, just to spite them, but other consoles would be great too.

Blue_Morpho,

I bet like the emulator they “stole”, they will use this software without even acknowledging the author.

Excrubulent, (edited )
@Excrubulent@slrpnk.net avatar

This is going to be important for maintaining the legacy of old video games.

Like, emulators are fine, but access to recompilation makes it much easier to keep things in a generally useful format.

Honestly one of the reasons I don’t play emulated games much is that the extra step of configuring and running the emulator is a hassle, and sometimes it straight up doesn’t work.

Edit: Anyone who thinks access to the source code is somehow worse than the original executable code, just ask yourself, what is the legacy of say, Doom, for which we have access to the source, versus literally any other closed source game of that era that requires DOSBox to be run? Doom is a meme that “runs on anything” and has a thriving modding community, and it’s hard to think of examples of DOSBox games because you never think about them. Source code is important.

AProfessional,

This is the worst format for that?

Binaries will never get bug fixes or improvements like an emulator. The rom is the only relevant archive of a game.

Your complaint is just they have terrible UX, which is true.

cucumber_sandwich,

C code that reproduces a running binary on an up to date compiler is worse than a machine code binary for a legacy machine of which complete Emulation is not guaranteed?

Nibodhika,

Yes, because machine code for the legacy machine is how the game was made, you can’t be 100% sure that recompiling it for other platforms won’t introduce bugs because of the difference in platforms. For example, the original Space Invaders used the CPU to it’s maximum to render all of the invaders, they weren’t normalizing by the dt between one frame and the next like we do today for most games, so this results in the game running as fast as possible, which in turns translates to the less enemies on screen, the faster they move. If you recompile that binary for a modern system it’s game over in less than 1 second, because current hardware can handle all of those spaceships as if it were nothing.

cucumber_sandwich,

Ah, i think i misunderstood your comment.

In terms of archiving I agree, in terms of restoring a running copy from an archive, maybe not.

Nibodhika,

I’m not the person who wrote the original comment, but again go back to my example of Space Invaders, if it had been archived that way it would now be essentially lost, because running a copy that was archived that way would cause the issue I described on my other comment. So I don’t understand your point, this is objectively worse in terms of preserving games, it might cause unwanted behavior that you’re not predicting, an emulator is not perfect, but can compensate for these things by emulating the hardware.

eyeon,

it’s not a valid comparison really. this is an alternative to an emulator than a ROM.

If you used this to compile a native version of space invaders that ran incorrectly it would be no worse than if you used an emulator to run space invaders that ran incorrectly. in either case you treat it as a bug in the emulator/recompiler and fix it and re run the process.

Nobody is suggesting deleting their roms and keeping only the current copy of a recompiled game. I don’t think that would even work… as far as I know you still need the original ROM to load inside of the recompiled executable for the non-code assets.

Nibodhika,

First of all this is a chain of replies to someone who said that this would be the way to maintain games for the future. So that’s the argument that’s being attacked here.

Secondly with an emulator you can emulate hardware, so recompiling space invaders would cause the issue I mentioned and you wouldn’t be able to fix it because it’s a “bug” in the original code (not really a bug, but rather using hardware limitation as a feature), and my point is that you don’t know what sort of similar issues you might find here, therefore this is the worst format for preserving old media, ROMs and emulators are better for preserving (which again is the discussion here)

Blue_Morpho,

While I agree that ROM + emulator is best for preservation, you absolutely can fix the space invader bug because you have the C code which would let you add in delays. Just like there are many versions of Space Invaders for different consoles an none of them use emulation but play like the original. I’m a fan of si78c, a memory accurate reimplementation of the 1978 arcade game written in C.

Of course Space Invaders wasn’t written in C so this new tool doesn’t apply.

But the article does talk about how the decompiler sometimes introduces bugs and how they were manually fixed before compiling.

So you were right but the problem you brought up has already been addressed. (And will continue to need to be addressed as more cross compiling bugs are found in each game.)

I interpreted the word “legacy” the OP used as the fandom for old games rather than perfect preservation.

Excrubulent, (edited )
@Excrubulent@slrpnk.net avatar

Right, but it’s not just pushing a button to get the recompiled code, there’s still translation work to be done. Crucially, a framerate will need to be chosen, so you can just choose to base the framerate on the processing done.

Sure, the ROM is “original” but I’d argue that accessing the source code - or an analogue to it - is a more fundamental way of archiving the original, since without that source code we don’t have access to how it was originally made.

The point is not that it competes with ROMs or replaces them, but it adds to them and makes the archive that much more complete.

Also for games where emulation doesn’t work or isn’t practical, recompilation can allow us to maintain games that otherwise couldn’t be.

xnx,

Did you write about how you achieved it? Lots of other people with anbernic devices (new included) would be interested

Blue_Morpho, (edited )

I followed this guide:

retrogamecorps.com/…/guide-super-mario-64-port-on…

It was tricky both because the website that retrogamecorps linked sometimes didn’t work and there are many variations of the SM64 ROM that all play identically but the website that reads your ROM only works with one particular version. I downloaded several before I found one that worked.

TheChargedCreeper864,

Note that SM64 (and OoT, but I don’t think that’s on Android yet) are special cases. These have been reverse engineered by the community to the point that they’ve manually decompiled the entire game, and then separately ported to modern platforms. The project in the OP is different, as it’s made for games that don’t have this effort behind them

huginn, do gaming w Steam doesn’t want to pay arbitration fees, tells gamers to sue instead | Ars Technica

This is a good thing why you trying to spin it as bad?

Arbitration has always favored companies.

Chozo,

Because it's not quite the good-faith gesture people are making it out to be; it's a cost-saving measure for Valve. From the consumer standpoint, very little actually changes, as the average user isn't taking Valve to court in the first place. It's not as if Valve is suddenly lowering their legal funding in conjunction with this move; they'll still defend themselves harder than most consumers would be able to, and will win their cases in court instead of in arbitration, which is even more costly for the consumer when they lose.

While arbitration favors companies, so do the courts. If anything, this just makes it more cost-prohibitive on the consumer side to make Valve face the law.

all-knight-party,
@all-knight-party@fedia.io avatar

So if it's worse for the consumer for valve to allow class action lawsuits, then should the consumer see all the other companies who force arbitration as the better outcome?

Chozo,

Nah, not really. Technically, this is better. But only marginally so, and unless Valve does something catastrophically, egregiously abusive with the Steam platform, then the people who will actually benefit from this are few and far between. Valve wouldn't just say "come sue us" if they weren't wholly confident that they weren't about to be losing any cases any time soon.

This isn't some huge "win" for the people; gamers aren't gonna rise up over this. For 99.999% of Steam's userbase, this is an entirely lateral move. Valve are the only ones who will see any tangible benefit from this.

gedaliyah,
@gedaliyah@lemmy.world avatar

I think this still eliminates class action suits. According to the article quotes, they still define the court and terms under which you can sue.

Grimy,

Other companies didn’t pay the arbitration fee so valves system was a bit better than the rest. Realistically, the consumer always gets fucked.

The point is more that Steam is getting praised for this, while it’s just to make class action lawsuits, like the one they were just served with for their anti-competitive and monopolistic behaviors, much costlier for the other party.

wirelesswire, do games w 11 years after launch, 49M people still use their PS4s, matching the PS5
@wirelesswire@kbin.run avatar

The article states that the PS5 is responsible for significantly more gaming hours, so a large number of PS4 users are likely mainly using their device for streaming or similar. Hell, I still have my PS2 and 3 in my closet since they're my only dvd and blu ray players.

Dudewitbow,

the PS5 also has reletively low game ownership rate, so the hours on PS5 are either games given for free/part of subscription, or free to play.

makyo,

No wonder either, there are strangely few games meant just for the new system, and it’s been out for several years.

Dudewitbow,

this generation is odd because the effects of covid are still being felt.

ampersandrew,
@ampersandrew@lemmy.world avatar

With or without covid, development times still got to be too long, and fewer games are the natural result of that.

phoneymouse,

I have yet to buy a PS5 because there isn’t a game I want yet. Also, Sony tends to release improved consoles with lower price points and smaller footprints after a few years.

stardust,

For some reason that doesn’t surprise me. When I got a PS4 there were like at least 10 exclusives I wanted. This gen seems it’s mostly remasters and remakes. So ignoring that Sony games come to PC now it doesn’t even meet my criteria of number of exclusives to justify picking one up.

FireTower, do gaming w Steam doesn’t want to pay arbitration fees, tells gamers to sue instead
@FireTower@lemmy.world avatar

Big win for consumers, at least in the US. People tend to do better in courts here than they do in arbitration (where one side pays the judge(arbitrator)).

junezephier, do games w Dungeons & Dragons turns 50 this year, and there’s a lot planned for it

ooo i can’t wait for more attempts at owning everyone’s ideas x.x

SiegeRhino,

maybe some more layoffs to round things out!

vzq,

And then some AI generated memorabilia for the low low price of $199+S&H!

Klanky, do games w Gearbox founder says Epic Games Store hopes were “misplaced or overly optimistic”
@Klanky@sopuli.xyz avatar

I don’t get why anyone pays attention to these wannabe Hollywood producers like him or Todd Howard. The most interesting and innovative things in gaming are NOT happening in the AAA space.

suburban_hillbilly,

Honestly AAA studios don’t even exist anymore. Is there any gaming studio making multipe $60 games per year you can name where you would vouch for the quality of their games solely on the basis of who made it?

Maybe some first party console games(and even then only some series), but nothing for PC.

MentalEdge,
@MentalEdge@sopuli.xyz avatar

I’d be very worried if a studio was pumping out several full-scale games a year. Did you mean publisher? I find following publishers to be pretty hit or miss, they usually deal with a multitude of game studios whose output will vary wildly. The days of EA making a bunch of EA games is over, now people care whether it’s Dice, Respawn or BioWare, and what the specific game is like.

Studios still just making games do exist. Kojima Productions, Santa Monica, Guerilla, Remedy, Fromsoft, Square Enix, Larian, Id Tech, Insomniac, Sucker Punch, CDPR…

They’re just relatively fewer and farther between as so many studios have pivoted to spending years and years working on one live service title or another, and the rest of these you only really hear from once in several years, when a game comes out.

For publishers, Devolver and Paradox come to mind.

osaerisxero,

Devolver is consistent, but paradox has been all over the place lately

SEND_NOODLES_PLS,

I’d like to think Firaxis and Sid Meier still hold water for Civilization at least, but I do get your point. Most of the games I go back to now and enjoy are nowhere near the ballpark of “AAA”.

yamanii, do games w Is Palworld a “dead game”? Who cares, says the game’s developer
@yamanii@lemmy.world avatar

It’s a sold game not a live service, as long as they deliverer all updates who cares, the media also had this discussion with Manor Lords decaying numbers, after it sold millions…

mesamunefire,

Also they already succeeded according to their own metrics.

Turun, do astronomy w [Eric Berger] Seeing this eclipse is probably the highest-reward, lowest-effort thing one can do in life

The effort: getting a Visa, booking flights and hotels, taking a few days off work.

dubyakay,

You don’t need a visa for Canada, Brudi.

Scumi,

I’m from Europe, but in Montreal for work by chance. Very excited that it lines up with this event.

Glide, do gaming w “It‘s kind of depressing”: WB Discovery pulls indie game for “business changes”

Suicide Squad bombed so hard that it’s killing every indie game under their umbrella.

Is this that “trickle down economics” I keep hearing so much about?

UrLogicFails,

It really does feel like that’s what happened. Is WBD going to can something every time they lose an expensive bet?

To add insult to injury, I don’t think anyone was clamoring for an online-only looter-shooter version of this game. If they had just let Rocksteady do their thing, it probably would’ve been a hit. WBD (probably) meddled hard with what would’ve been a solid game, and now a bunch of smaller developers are paying the price…

That does not feel like a good way to build brand loyalty. Especially because no artist is going to want to give their work to a corporation who will throw it in the trash first chance they get.

t3rmit3, (edited )

This is just the same thing EA did with Mass Effect: Andromeda. Exec management wanted out of AAA singleplayer games, so they set the ME:A team up for failure, and then used that failure to justify the change to the shareholders.

WB wants out of large budget games, so they created a flop to justify it.

acastcandream, (edited )

spoilerasdfasdfsadfasfasdf

tyler,

They’re making it up

acastcandream, (edited )

spoilerasdfasdfsadfasfasdf

Hisnitch,

This is just the same thing EA did with Mass Effect: Andromeda. Exec management wanted out of AAA singleplayer games, so they set the ME:A team up for failure, and then used that failure to justify the change to the shareholders.

If that was the case, then games like Jedi: Cal Kestis and the upcoming Dragon Age and Mass Effect games wouldn’t even exist, even with the surprise success of Jedi: Fallen Order. But also, that’s not even what happened with Andromeda. What happened is that BioWare’s A and B teams screwed over the team that was making Andromeda constantly. That team (henceforth referred to as the C team) before had only had experience with the wildly considered to be worst DLCs of ME:3, and was working with an engine that was known for being incredibly hard to work with and temperamental with any game that wasn’t a first-person shooter.

Even so, they had to struggle without the help of the significantly more experienced team leads and were bullied constantly without resources. After the game failed, the C teams were then dummied out of the company to other sections of EA. BioWare then went on to make Anthem… without the C teams help who by that point were experienced enough to probably deal with some of the growing pains. Andromeda and Anthem were two games that were made entirely by the behest of BioWare, with little to no involvement from EA, because at that point, they were still the starling studio of EA. In fact, as an aside, the only involvement from an EA exec for Anthem was one of them was playing a vertical slice that ended up deciding the rest of the game because all the Exec said was that it was fun.

supersonicstork,

Correct

Jadon Schreier gas written two great investigative pieces about this:

Andromeda - kotaku.com/the-story-behind-mass-effect-andromeda…

Anthem - kotaku.com/how-biowares-anthem-went-wrong-1833731…

NigelFrobisher, do astronomy w [Eric Berger] Seeing this eclipse is probably the highest-reward, lowest-effort thing one can do in life

How the heck am I going to get there without putting in any effort?

Celestus, do gaming w Report: Unity considering revenue-based fee caps, self-reported install numbers

Unity has nothing to do with Epic. Perhaps you’re thinking of Unreal Engine?

M500,

Yes, I totally have had them confused this entire time 🤦‍♂️

MrBobDobalina,

I’d suggest editing that in the main post for those who don’t know and don’t see this comment

njm1314, do gaming w Steam doesn’t want to pay arbitration fees, tells gamers to sue instead | Ars Technica

Man anyone saying this is a bad thing has never been through arbitration before. It’s basically a room full of lawyers getting paid to waste your time and money just to fuck you over later. Course as I type that it kind of sounds like all lawyers…

gedaliyah,
@gedaliyah@lemmy.world avatar

I think more ironic than bad.

Speculater, do games w Why there are 861 roguelike deckbuilders on Steam all of a sudden
@Speculater@lemmy.world avatar

How dare they! *Drops another 300 hours in Slay The Spire"

  • Wszystkie
  • Subskrybowane
  • Moderowane
  • Ulubione
  • test1
  • muzyka
  • Spoleczenstwo
  • giereczkowo
  • rowery
  • slask
  • Psychologia
  • ERP
  • lieratura
  • fediversum
  • motoryzacja
  • Technologia
  • esport
  • tech
  • nauka
  • Blogi
  • krakow
  • sport
  • antywykop
  • FromSilesiaToPolesia
  • Cyfryzacja
  • Pozytywnie
  • zebynieucieklo
  • niusy
  • kino
  • LGBTQIAP
  • opowiadania
  • warnersteve
  • Wszystkie magazyny