this post was submitted on 25 Dec 2023
668 points (98.4% liked)

Games

39876 readers
1452 users here now

Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.

Rules

1. Submissions have to be related to games

Video games, tabletop, or otherwise. Posts not related to games will be deleted.

This community is focused on games, of all kinds. Any news item or discussion should be related to gaming in some way.

2. No bigotry or harassment, be civil

No bigotry, hardline stance. Try not to get too heated when entering into a discussion or debate.

We are here to talk and discuss about one of our passions, not fight or be exposed to hate. Posts or responses that are hateful will be deleted to keep the atmosphere good. If repeatedly violated, not only will the comment be deleted but a ban will be handed out as well. We judge each case individually.

3. No excessive self-promotion

Try to keep it to 10% self-promotion / 90% other stuff in your post history.

This is to prevent people from posting for the sole purpose of promoting their own website or social media account.

4. Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts

This community is mostly for discussion and news. Remember to search for the thing you're submitting before posting to see if it's already been posted.

We want to keep the quality of posts high. Therefore, memes, funny videos, low-effort posts and reposts are not allowed. We prohibit giveaways because we cannot be sure that the person holding the giveaway will actually do what they promise.

5. Mark Spoilers and NSFW

Make sure to mark your stuff or it may be removed.

No one wants to be spoiled. Therefore, always mark spoilers. Similarly mark NSFW, in case anyone is browsing in a public space or at work.

6. No linking to piracy

Don't share it here, there are other places to find it. Discussion of piracy is fine.

We don't want us moderators or the admins of lemmy.world to get in trouble for linking to piracy. Therefore, any link to piracy will be removed. Discussion of it is of course allowed.

Authorized Regular Threads

Related communities

PM a mod to add your own

Video games

Generic

Help and suggestions

By platform

By type

By games

Language specific

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] SzethFriendOfNimi@lemmy.world 147 points 2 years ago (7 children)

Again for anybody working on their own games or who does software. Avoid this like the plague.

[–] Console_Modder@sh.itjust.works 61 points 2 years ago (1 children)

Just a quick question, why? Is it because Take2 or Rockstar will come after anyone that they think copied their code, or are there a lot of bad practices used in GTA5's code?

[–] SzethFriendOfNimi@lemmy.world 133 points 2 years ago (6 children)

Because even the possibility that you implemented somebody else’s proprietary code from memory or inspiration opens up a lot of legal issues.

And while you may win there’s no winners when you or your employer has to pay your side of legal fees. It’s best to just avoid it to make that process easier.

[–] AlexWIWA@lemmy.ml 40 points 2 years ago (2 children)

If they can prove it. There's only so many way to do something in code

[–] ILikeBoobies@lemmy.ca 4 points 2 years ago (2 children)

They don’t have to prove anything to take you to court

[–] AlexWIWA@lemmy.ml 54 points 2 years ago* (last edited 2 years ago) (2 children)

Yes they do. And they'd need to look at your source code to prove you copied theirs. It'd be basically impossible to prove unless you were stupid enough to have the GTA V source code on your work machine.

Peep the code on a website, and they'll have no evidence and the case will get dismissed for being frivolous. Do you think Rockstar is omniscient? People look at the source code, then leave the company for a competitor every week.

Code can't even be patented, so unless you copy some propriety process for computing physics or something, that they have a patent on, then they really have no legal standing.

This meme of "don't look at it" is very ignorant to the reality of professional software development. Our memories aren't wiped when we switch jobs and they'd have to prove you didn't pick that idea up from another job, a forum, a colleague, or even a dream.

[–] ayaya 26 points 2 years ago* (last edited 2 years ago) (2 children)

Do you think Rockstar is omniscient?

Seriously. There is actually zero way Rockstar would ever know even if you outright stole some of the code unless you were to admit it. And definitely not if you got some inspiration from it.

The derivative code will get compiled. What are they going to do, pick apart the machine code from every game released from now on to see if it somehow matches a chunk from GTA? And then somehow track down and prove that one of the probably dozens of employees who worked on the game looked at this leaked source code? Good luck with that.

[–] AlexWIWA@lemmy.ml 9 points 2 years ago* (last edited 2 years ago)

Yeah there's no chance anyone would even know unless you straight up copied enough code that the same bugs and weird physics behaviors show up in your game.

You can get in trouble for having it on your hard drive because it's copyright infringement, but not for looking at it on a website.

[–] Ansis@iusearchlinux.fyi 5 points 2 years ago (1 children)

Not sure about Rockstar, but this seems like something Nintendo would do lol.

[–] AlexWIWA@lemmy.ml 1 points 2 years ago

Nintendo would replicate that FTC Family Guy episode if they could.

[–] sukhmel@programming.dev 3 points 2 years ago (1 children)

Our memories aren't wiped when we switch jobs

Now that's the real problem here /s

Also, this already been a trope in a movie

[–] ILikeBoobies@lemmy.ca 2 points 2 years ago (1 children)

Companies do get sued for that as well

[–] sukhmel@programming.dev 1 points 2 years ago* (last edited 2 years ago)

~~For wiping memory of ex-workers? Or for illegal non competitive contract items? You lost me somewhat~~

Ah, nevermind, I got your point. Yes it happens and it doesn't always happen fairly

[–] SomethingBurger@jlai.lu 3 points 2 years ago

The proof is they have more money and lawyers.

[–] kautau@lemmy.world -1 points 2 years ago (1 children)

If this includes the euphoria physics engine and someone copies it… it will be incredibly easy to prove that it’s stolen.

[–] AlexWIWA@lemmy.ml 17 points 2 years ago (1 children)

Sure if you copy the whole thing. But if you treat it like another resource like Stack Overflow then the only way to get caught is if you put the code on your work machine.

People quit their job and move to a company every week and the knowledge of rockstars engine doesn't leave their brain.

[–] Capricorn_Geriatric@lemmy.world 9 points 2 years ago (1 children)

Didn't you hear about TakeTwo's TakeTwo brain implants? They take two chips and put them in emloyees heads. It acts as their work-related memory. When they come into the office it activates and when they go home it turns off (supposedly). There's no way you could fool such sofisticated TakeHome tech!

/s obv

[–] remotedev@lemmy.ca 1 points 2 years ago

They should make a show about that!

[–] LanternEverywhere@kbin.social 30 points 2 years ago (1 children)

Depends on which country you're in. I would bet if you do it in Russia there will be zero consequences.

[–] doingthestuff@lemmy.world 79 points 2 years ago

The consequence of living in Russia is you will die in occupied Ukraine.

[–] Korne127@lemmy.world 11 points 2 years ago (1 children)

when you or your employer has to pay your side of legal fees

Where I live, the losing side must pay for all legal fees

[–] sukhmel@programming.dev 14 points 2 years ago

That is if you will have enough to keep going until you win. Having to pay a hundred grands for years may be a price to just prove you're innocent, after that you'll be refunded (sometime)

[–] Console_Modder@sh.itjust.works 8 points 2 years ago

Ok, that's what I thought you meant by the original comment but I wanted to make sure.

Thanks

[–] Nilz@sopuli.xyz 4 points 2 years ago (1 children)

Also to add to this, you are disqualified from contributing code to the WINE project if you've seen parts of the Windows source code for this exact same reason.

[–] reddithalation@sopuli.xyz 1 points 2 years ago

oh interesting. kinda impossible to ensure all the contributors have never seen it though.

[–] CosmicCleric@lemmy.world 13 points 2 years ago* (last edited 2 years ago)

Again for anybody working on their own games or who does software. Avoid this like the plague.

Learning from the code and reusing the same code are two different things. It's not every day you get to see how the pros do it.

~~On a completely different subject, I'm curious about your username, could you elaborate on it?~~

Edit: I scrolled down. What is Stormlight?

Edit2: I scrolled down even more. [This says it the best].(https://lemmy.world/comment/6232601)

[–] anonymouse@sh.itjust.works 10 points 2 years ago (3 children)

Nice username! Stormlight right?

[–] SorteKanin@feddit.dk 10 points 2 years ago

These words are accepted.

[–] CosmicCleric@lemmy.world 2 points 2 years ago (1 children)

Stormlight right?

Is that a game? A novel?

[–] anonymouse@sh.itjust.works 4 points 2 years ago

Fantasy book series by Brandon Sanderson!

[–] Cheers@sh.itjust.works 7 points 2 years ago

Bad take.

Code is about working with a limited set of tools and making them work for whatever task is in front of you.

Inspiration is from interacting with something and receiving insight.

The best coders meld the two and push the industry forward. If you impose self limitations like this on yourself, then you'll never advance yourself.

This is like saying you read lord of the rings and now can't play DND because the fantasy source material was 'stolen'.

[–] FrankTheHealer@lemmy.world 3 points 2 years ago

Cease and desists go brrrrrr

[–] dylanTheDeveloper@lemmy.world 3 points 2 years ago

But the traffic AI is so cooool

[–] Coasting0942@reddthat.com 1 points 2 years ago

What about anonymously working with it? Coding not for the street cred?