Dad wouldn’t buy me an NES when I was a kid. My next door neighbor had one and we played Top Gun and legacy of the wizard. Got an NES 20 years ago and still have it though my game collection is pretty small. Also have an old crt to play it on. Still bust out SMB3 every once in awhile for the nostalgia.
Katamari Damacy is one of the greatest games of all time. It’s a shame the creator doesn’t get rewarded more for it. Definitely looking forward to seeing what he does next.
This is an incredible article! I very much relate to the disillusionment of doing something for the sake of sales, and also find myself on a winding journey to do something that has meaning without really knowing what that is or should be. Best of luck to him!
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.
There’s no way this is true. I can literally think of similar code as what’s in GTA V, I have never opened the link. Does that open me up to a law suit? That’s crazy.
Directly, probably not. But if you work on an engine team or on a game and there’s some future lawsuit implying that the methods and techniques match their stuff then it will be costly. Companies would rather just avoid the potential liability.
Here’s an article discussing some aspects of Nintendo leaks being risky for those who work on emulators
"Such dumps wouldn’t be of use to the project due to it being illegal to obtain and use code contained within said dumps,” they said via Twitter DM. “Using code from dumps like that can taint the project and be active grounds for Nintendo to pursue legal action against it.”
“Having a 16 plus year old emulator project go up in smoke isn’t something I’d want to happen. I’ve already seen a few comments on Reddit saying something along the lines of, ‘Well, why don’t you just make use of it but change it up a little before using it’, which, uhh, is a profound lack of perspective,” Lioncache said. “Legally, you generally don’t get a second chance about these sorts of things if legal action actually gets taken.”
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.
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!
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.
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.
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.
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)
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.
I know there’s nothing original about that but God damn I hate that a chat platform somehow became used to transfer info… We’re overdue for a forum Renaissance.
Yeah and it sucked for archival purposes then and it still sucks now and forums took its place and that’s still where serious people go to talk about their field. Want a custom ROM for your phone? You’re going on a forum. Want to know how to repair a specific thing on a car? You’re going on a forum. Want to talk about your new patchwork passion? You’re going on a forum.
But somehow there’s some fields (crypto, some parts of gaming…) where people have forgotten that or simply have never spent time on forums to see the difference in quality of info having an ongoing discussion makes.
You aren’t “archiving” shit of this magnitude. Forums and hosts get the real letters and even the more permissive countries and hosts tend to have minimal issues taking action for these kinds of leaks. They are just as transient as chat rooms with a much bigger investment to run
Which leave “dark web” sites that very much do exist but don’t get linked in news articles
Just thinking about the fields and fields of car, electric, and plumbing forums all sitting out there with broken links and dead photobucket / imgur embedded pictures…
That’s an issue with the cost of storage back then meaning that people needed external hosts, but these days if Reddit and Lemmy can self host then an equivalent forum could do it too.
Discord got problems… but none of those things I’ve encountered. Save for the
Please read the rules before being able to even fucking read anything :3
And are you really going to complain about being shown the rules of the place before use? You got a point on notifications too but that’s it. Annoying, but easy to deal with (right click server, disable notifications, boom done that’s it.)
The other shit I could be easily convinced you’re straight up making up.
Even with logs they’re still a pain because without threads it’s just questions getting repeated again and again and again without being able to refer the person to a previous part of the discussion where they could find all answers they need…
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.
Is it possible to create a custom build system by compiling little bits at a time?
For example, you find the opengl code (or whatever gfx lib they’re using), strip it down it only displays a window and doesn’t reference any other gta code. Then it could be compiled without much trouble. Then another small system, say matrix transforms, can be isolated from the original code and integrated with the custom code to get it to compile.
This way you are creating your own build system ad hoc, and you find out what it needs as subsystems are added. Provided the code is decently decoupled and modular, it should be theoretically possible, even if it is still an absurd amount of work.
Does this mean we’re not going to see community enhanced version of GTAV? I thought the game was disappointing when compared to GTA:SA. The world feels empty and the campaign is too short.
I still have the source for both the NT (3.5 and 5) and the XP/Server 2003 code (nt5src.7z); But you can still fond it all quite easily on Google and even Github.
I agree generally. Here lately I’ve taken the plunge and compiled everything from source (Linux). While tricky on some, (dependencies mostly), the outcome is unusually stable. More stable than expected.
Yeah I love it. It makes some gameplay changes though. Regardless, I can’t wait until the RA2 mod is done. If someone gets Mental Omega running in it then I’ll lose my marbles
Maybe we can finally end all the hopes for that UFO thing. The people who spent years on it deserve closure, even if it was just hints towards a cancelled DLC
It’s all part of a probe to gauge sympathy for an Alien race orbiting an unstable star system, hoping to relocate to Earth and build an army of sympathisers.
Sorry for late response, one of the other commenters got it but if you didn’t look it up after you probably don’t know the scale of the search. There are a ton of Easter eggs and a few UFOs hanging around in the game, leading many to think there is a large scale mystery that can be solved. Also hard to describe the Easter eggs— there was a mural on a mountain, an ingame serial killer, a ghost and her daughter, a cult, ingame rumors of UFOs, an alien frozen in ice, three UFOs hovering and one crashed, and a lot more that I probably can’t remember.
So for years people scoured through the game and decompiled code hoping to find it. The search is actually vaguely still ongoing apparently, even after the leak since it takes time to parse through.
While there is still stuff undiscovered, it’s most likely that this was part of the cancelled single player DLCs. Which does suck because it was a genuinely interesting idea and it would’ve been cool if R* had managed to hide a real massive subplot in the game.
Not the best summary cause it’s been a while and I was never that invested, but it was pretty interesting in the first few years.
archive.is
Najstarsze