Now the 2077 source is public, can we crowdsource the bug fixes?
I had one "I need to reload the game or else it won't work"-type of bug in 100 hours of gameplay. I have seen games that have been much much worse 4 years after the release than this game in it's current state.
CD Projekt Red has been subject to a cyber attack and ransom demand
31–40 of 252 posts
Re: CD Projekt Red has been subject to a cyber attack and ransom demand
#32Re: CD Projekt Red has been subject to a cyber attack and ransom demand
#33The note makes it seem like the attackers got access to their internal network; but the (admittedly little) information I have on the subject indicates that the perforce server was hosted on the internet with username/password access (not cert based authentication as is recommended by Helix these days). I suppose the IT team got overwhelmed with requests to open up the firewall for people working from home during the…
I would expect access to source code to be strictly from a VPN with controlled IPs, people shouldn't be accessing such sensitive information directly from their IPs, exactly because it makes it very hard to control access.
Re: CD Projekt Red has been subject to a cyber attack and ransom demand
#34The note makes it seem like the attackers got access to their internal network; but the (admittedly little) information I have on the subject indicates that the perforce server was hosted on the internet with username/password access (not cert based authentication as is recommended by Helix these days). I suppose the IT team got overwhelmed with requests to open up the firewall for people working from home during the…
This may be a stupid question, but isn't it standard practice to require that employees use VPN? Why would they expose servers to the internet?
No access for anyone while you scale your VPN? Just wait while everyone pulls and pushes gigs of data over the VPN to perforce, you didn’t need that video meeting after all?
You’ll get a big fat nope to that when you try to do it; this is a pretty tough challenge you’re trivialising here.
Google “zero trust” as an alternative; clearly they didn’t do that properly either, but I can at least understand why they didn’t just demand everyone use a VPN.
Trivial VPN use cases like people who d/l source code and have then occasional 5 person video meeting and this use case are not the same thing.
Re: CD Projekt Red has been subject to a cyber attack and ransom demand
#35The note makes it seem like the attackers got access to their internal network; but the (admittedly little) information I have on the subject indicates that the perforce server was hosted on the internet with username/password access (not cert based authentication as is recommended by Helix these days). I suppose the IT team got overwhelmed with requests to open up the firewall for people working from home during the…
Sorry. What year is it? Must be somewhere in the 1990s since you've mentioned perforce multiple times.
Re: CD Projekt Red has been subject to a cyber attack and ransom demand
#36I know it’s unethical, but I’m kinda excited for the source release. When was the last time we saw the source for a AAA game?
Unreal Tournament 4 was kind of developed in the open too as far as I know.
Re: CD Projekt Red has been subject to a cyber attack and ransom demand
#37Earlier quoted context omitted.
It's not a given that the hacker will even release the source code. With the ransom threat rebuffed publicly, they might not be bothered to actually distribute the files, or they might choose to keep them privately for bragging rights. And then it's entirely possible the source code might not be in a compilable state without lots of work. But the biggest problems are the copyright issues. CDPR will be well within the…
> publishing unofficial builds of the source code You could patch installed files and/or at runtime, no? With patches being wholly original work? I'm not actually sure how IP law works for something like that.
Re: CD Projekt Red has been subject to a cyber attack and ransom demand
#38Re: CD Projekt Red has been subject to a cyber attack and ransom demand
#39I know it’s unethical, but I’m kinda excited for the source release. When was the last time we saw the source for a AAA game?
Re: CD Projekt Red has been subject to a cyber attack and ransom demand
#40Earlier quoted context omitted.
Sorry. What year is it? Must be somewhere in the 1990s since you've mentioned perforce multiple times.
I've been told that a lot of game development uses Perforce as it handles large media assets quite well.
I've worked for 2 game companies and they both used perforce quite extensively, and Google used perforce internally until they built a re-implementation based on those concepts but tailored for google's needs (called Piper).
For scripts, honestly, it's not my favourite, but it definitely has it's strengths and Git can't compete if you're in that niche.