GTAV NES port here we come
Games
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
- [email protected]: Our sister community, focused on PC and console gaming. Meme are allowed.
- [email protected]: For all your screenshots needs, to share your love for games graphics.
- [email protected]: A community to share your love for video games music
Help and suggestions
By platform
By type
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
By games
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
Language specific
- [email protected]: French
Again for anybody working on their own games or who does software. Avoid this like the plague.
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?
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.
If they can prove it. There's only so many way to do something in code
Depends on which country you're in. I would bet if you do it in Russia there will be zero consequences.
The consequence of living in Russia is you will die in occupied Ukraine.
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)
Now that the source code is "out there" it may be possible in the future for better mod support, fingers crossed.
"You have been banned from Rockstar Social Club."
But seriously, fuck their jank-ass forced integration.
Banned from their social club and all local saves wiped for good measure.
Are there any links floating around to download said code? The various tweets/articles seem to suggest it leaked in one Discord server, and nobody's providing a link to that Discord nor a mirror of the code.
Trying to compile well-documented github projects is a crap shoot half the time. iirc no one figured out how to compile even the Windows XP source code when it got leaked and it's long gone/no longer obtainable so no one can try. The chances of anything coming out of this that the average person will see are almost complete zero.
My experience with large projects is that the bigger they get, the more their build systems turn into large projects in their own right. Maintaining the build for something like Windows is probably many people's full-time job, so it's no surprise a bunch of amateurs with no docs couldn't do it.
Does this mean the hackers and cheaters will only get worse from here?
Unlikely, unless the source code for the anti-cheat system and the server have been leaked as well.
The source code for just the game isn't really going to help cheaters. Cheat makers typically don't care about the code, they'd look at either altering the game files, and/or the memory space where the game variables are stored. Having access to the source doesn't really help with that (well it may help them understand the compiled binaries a bit better, assuming they don't know them inside-out already - we're talking about a 10 year old game here).
But it may help modders for making mods and stuff. These mods may or may not be detected by the anti-cheat system though.
If Rockstar coded the game properly, the server won't allow the client to connect if any of the files have been modified, or if the anti-cheat system is spooked/borked. So assuming that's the case, any mods that may come out of this would be for offline gaming.
TL;DR: There's nothing the worry about, online gaming (against randoms) will continue to suck as usual, best to stick to offline play or playing with/against a trusted friend circle.
Wow. I used to use a sector editor on floppy disks to cheat on games way back in the eighties by looking for player stats and abilities and whatnot. I had no idea that modern day cheating would be so similar to the rudimentary stuff I was doing nearly forty years ago.
If support has been discontinued for GTA 5 and it no longer receives any updates then yes that's likely.
edit: depending on what is actually included in the "full source code", of course.
But does it compile?
Grand Theft Video (Game)
Here come the unbreakable cheats I guess.
This is (one reason) why anti-cheat should be server-side.