▲ 173 ▼ Civilization 7 dev on Ages system and series shakeup: "It's going to be the hardest thing for fans to get adjusted to" (www.ggrecon.com) submitted 2 years ago by Ashtear@lemm.ee to c/games@lemmy.world 64 comments fedilink hide all child comments
[–] Lost_My_Mind@lemmy.world 7 points 2 years ago (1 child) Out of the loop. What's Denuvo? permalink fedilink source parent hideshow 2 child comments replies: [–] NocturnalMorning@lemmy.world 24 points 2 years ago (2 children) Anti piracy software that slows down your game permalink fedilink source parent hideshow 4 child comments replies: [–] Katana314@lemmy.world 1 point 2 years ago (2 children) The “slows down your game” bit has always been hotly contested. There are certainly occasions where a modified exe without Denuvo runs faster, combined with accusations that that specific game integrated Denuvo in a very poor last-minute implementation that calls it dozens of times a second. I don’t work on video games, but my own experience with software engineering and release management suggests those sorts of murky answers are likely to be the norm. permalink fedilink source parent hideshow 4 child comments replies: [–] Linkerbaan@lemmy.world 3 points 2 years ago (1 child) Cracked games with Denuvo removed run significantly faster. permalink fedilink source parent hideshow 2 child comments replies: [–] Katana314@lemmy.world -2 points 2 years ago (1 child) Given that I already mentioned there are anecdotes of that happening under poor coding, I sincerely hope you have a more reliable source for that. permalink fedilink source parent hideshow 2 child comments replies: [–] Linkerbaan@lemmy.world -2 points 2 years ago (1 child) How about a YouTube video people love it when I use those as a source https://m.youtube.com/watch?v=5y_bab5wtHY permalink fedilink source parent hideshow 2 child comments replies: [+] Katana314@lemmy.world -6 points 2 years ago* (1 child) Given that I already mentioned there are anecdotes of that happening under poor coding, I SINCERELY hope you have a MORE reliable source for that. permalink fedilink source parent hideshow 2 child comments replies: [–] Linkerbaan@lemmy.world -1 points 2 years ago I do. Here's more Youtube :-) https://youtu.be/n_DD-txK9_Q?si=GKx8VFuoiAn5xlbj permalink fedilink source parent [–] NocturnalMorning@lemmy.world 2 points 2 years ago* (last edited 2 years ago) (1 child) There's nothing contested about it. Add a bunch of extra operations to the game loop and you can slow down a game. You only have so much headroom in each frame. Dunova takes up a lot of that time. And let's not forget you can literally go tests with games that had denovu and then removed it. The testing shows pretty clearly that it does indeed slow down games. permalink fedilink source parent hideshow 2 child comments replies: [–] Katana314@lemmy.world 3 points 2 years ago (1 child) ...Great, so you're going to start giving just as much criticism to devs for writing debug logs every so often? There's an order of magnitude between a difficult task slowing operations, and pure inefficiency / bad coding doing it. Can you describe something that actually proves you know the slightest thing about how programming works? permalink fedilink source parent hideshow 2 child comments replies: [–] NocturnalMorning@lemmy.world -3 points 2 years ago I work in software... how about that. permalink fedilink source parent [–] Lost_My_Mind@lemmy.world 1 point 2 years ago (2 children) Would buying the game and playing it legally still slow down the game? permalink fedilink source parent hideshow 4 child comments replies: [–] teuto@lemmy.teuto.icu 22 points 2 years ago (1 child) Yes, cracked Denuvo games actually run better because you aren't running a virus anti piracy software in the background. It runs at the kernel level and Crowdstrike is a pretty good case study on why that's bad. permalink fedilink source parent hideshow 2 child comments replies: [–] Lost_My_Mind@lemmy.world 9 points 2 years ago Alright. I guess I understand why the best option is to NOT buy this game. But not only that, we need to all make our voices heard that Civilization is a game we WANT to play, but will not buy until Denuvo is removed. Vote with your wallets, and let them know this choice cost them millions of sales. Otherwise the NEXT game will have this too. Because we tolerated it. permalink fedilink source parent [–] skaffi@infosec.pub 6 points 2 years ago Yes, that's the issue. permalink fedilink source parent
[–] NocturnalMorning@lemmy.world 24 points 2 years ago (2 children) Anti piracy software that slows down your game permalink fedilink source parent hideshow 4 child comments replies: [–] Katana314@lemmy.world 1 point 2 years ago (2 children) The “slows down your game” bit has always been hotly contested. There are certainly occasions where a modified exe without Denuvo runs faster, combined with accusations that that specific game integrated Denuvo in a very poor last-minute implementation that calls it dozens of times a second. I don’t work on video games, but my own experience with software engineering and release management suggests those sorts of murky answers are likely to be the norm. permalink fedilink source parent hideshow 4 child comments replies: [–] Linkerbaan@lemmy.world 3 points 2 years ago (1 child) Cracked games with Denuvo removed run significantly faster. permalink fedilink source parent hideshow 2 child comments replies: [–] Katana314@lemmy.world -2 points 2 years ago (1 child) Given that I already mentioned there are anecdotes of that happening under poor coding, I sincerely hope you have a more reliable source for that. permalink fedilink source parent hideshow 2 child comments replies: [–] Linkerbaan@lemmy.world -2 points 2 years ago (1 child) How about a YouTube video people love it when I use those as a source https://m.youtube.com/watch?v=5y_bab5wtHY permalink fedilink source parent hideshow 2 child comments replies: [+] Katana314@lemmy.world -6 points 2 years ago* (1 child) Given that I already mentioned there are anecdotes of that happening under poor coding, I SINCERELY hope you have a MORE reliable source for that. permalink fedilink source parent hideshow 2 child comments replies: [–] Linkerbaan@lemmy.world -1 points 2 years ago I do. Here's more Youtube :-) https://youtu.be/n_DD-txK9_Q?si=GKx8VFuoiAn5xlbj permalink fedilink source parent [–] NocturnalMorning@lemmy.world 2 points 2 years ago* (last edited 2 years ago) (1 child) There's nothing contested about it. Add a bunch of extra operations to the game loop and you can slow down a game. You only have so much headroom in each frame. Dunova takes up a lot of that time. And let's not forget you can literally go tests with games that had denovu and then removed it. The testing shows pretty clearly that it does indeed slow down games. permalink fedilink source parent hideshow 2 child comments replies: [–] Katana314@lemmy.world 3 points 2 years ago (1 child) ...Great, so you're going to start giving just as much criticism to devs for writing debug logs every so often? There's an order of magnitude between a difficult task slowing operations, and pure inefficiency / bad coding doing it. Can you describe something that actually proves you know the slightest thing about how programming works? permalink fedilink source parent hideshow 2 child comments replies: [–] NocturnalMorning@lemmy.world -3 points 2 years ago I work in software... how about that. permalink fedilink source parent [–] Lost_My_Mind@lemmy.world 1 point 2 years ago (2 children) Would buying the game and playing it legally still slow down the game? permalink fedilink source parent hideshow 4 child comments replies: [–] teuto@lemmy.teuto.icu 22 points 2 years ago (1 child) Yes, cracked Denuvo games actually run better because you aren't running a virus anti piracy software in the background. It runs at the kernel level and Crowdstrike is a pretty good case study on why that's bad. permalink fedilink source parent hideshow 2 child comments replies: [–] Lost_My_Mind@lemmy.world 9 points 2 years ago Alright. I guess I understand why the best option is to NOT buy this game. But not only that, we need to all make our voices heard that Civilization is a game we WANT to play, but will not buy until Denuvo is removed. Vote with your wallets, and let them know this choice cost them millions of sales. Otherwise the NEXT game will have this too. Because we tolerated it. permalink fedilink source parent [–] skaffi@infosec.pub 6 points 2 years ago Yes, that's the issue. permalink fedilink source parent
[–] Katana314@lemmy.world 1 point 2 years ago (2 children) The “slows down your game” bit has always been hotly contested. There are certainly occasions where a modified exe without Denuvo runs faster, combined with accusations that that specific game integrated Denuvo in a very poor last-minute implementation that calls it dozens of times a second. I don’t work on video games, but my own experience with software engineering and release management suggests those sorts of murky answers are likely to be the norm. permalink fedilink source parent hideshow 4 child comments replies: [–] Linkerbaan@lemmy.world 3 points 2 years ago (1 child) Cracked games with Denuvo removed run significantly faster. permalink fedilink source parent hideshow 2 child comments replies: [–] Katana314@lemmy.world -2 points 2 years ago (1 child) Given that I already mentioned there are anecdotes of that happening under poor coding, I sincerely hope you have a more reliable source for that. permalink fedilink source parent hideshow 2 child comments replies: [–] Linkerbaan@lemmy.world -2 points 2 years ago (1 child) How about a YouTube video people love it when I use those as a source https://m.youtube.com/watch?v=5y_bab5wtHY permalink fedilink source parent hideshow 2 child comments replies: [+] Katana314@lemmy.world -6 points 2 years ago* (1 child) Given that I already mentioned there are anecdotes of that happening under poor coding, I SINCERELY hope you have a MORE reliable source for that. permalink fedilink source parent hideshow 2 child comments replies: [–] Linkerbaan@lemmy.world -1 points 2 years ago I do. Here's more Youtube :-) https://youtu.be/n_DD-txK9_Q?si=GKx8VFuoiAn5xlbj permalink fedilink source parent [–] NocturnalMorning@lemmy.world 2 points 2 years ago* (last edited 2 years ago) (1 child) There's nothing contested about it. Add a bunch of extra operations to the game loop and you can slow down a game. You only have so much headroom in each frame. Dunova takes up a lot of that time. And let's not forget you can literally go tests with games that had denovu and then removed it. The testing shows pretty clearly that it does indeed slow down games. permalink fedilink source parent hideshow 2 child comments replies: [–] Katana314@lemmy.world 3 points 2 years ago (1 child) ...Great, so you're going to start giving just as much criticism to devs for writing debug logs every so often? There's an order of magnitude between a difficult task slowing operations, and pure inefficiency / bad coding doing it. Can you describe something that actually proves you know the slightest thing about how programming works? permalink fedilink source parent hideshow 2 child comments replies: [–] NocturnalMorning@lemmy.world -3 points 2 years ago I work in software... how about that. permalink fedilink source parent
[–] Linkerbaan@lemmy.world 3 points 2 years ago (1 child) Cracked games with Denuvo removed run significantly faster. permalink fedilink source parent hideshow 2 child comments replies: [–] Katana314@lemmy.world -2 points 2 years ago (1 child) Given that I already mentioned there are anecdotes of that happening under poor coding, I sincerely hope you have a more reliable source for that. permalink fedilink source parent hideshow 2 child comments replies: [–] Linkerbaan@lemmy.world -2 points 2 years ago (1 child) How about a YouTube video people love it when I use those as a source https://m.youtube.com/watch?v=5y_bab5wtHY permalink fedilink source parent hideshow 2 child comments replies: [+] Katana314@lemmy.world -6 points 2 years ago* (1 child) Given that I already mentioned there are anecdotes of that happening under poor coding, I SINCERELY hope you have a MORE reliable source for that. permalink fedilink source parent hideshow 2 child comments replies: [–] Linkerbaan@lemmy.world -1 points 2 years ago I do. Here's more Youtube :-) https://youtu.be/n_DD-txK9_Q?si=GKx8VFuoiAn5xlbj permalink fedilink source parent
[–] Katana314@lemmy.world -2 points 2 years ago (1 child) Given that I already mentioned there are anecdotes of that happening under poor coding, I sincerely hope you have a more reliable source for that. permalink fedilink source parent hideshow 2 child comments replies: [–] Linkerbaan@lemmy.world -2 points 2 years ago (1 child) How about a YouTube video people love it when I use those as a source https://m.youtube.com/watch?v=5y_bab5wtHY permalink fedilink source parent hideshow 2 child comments replies: [+] Katana314@lemmy.world -6 points 2 years ago* (1 child) Given that I already mentioned there are anecdotes of that happening under poor coding, I SINCERELY hope you have a MORE reliable source for that. permalink fedilink source parent hideshow 2 child comments replies: [–] Linkerbaan@lemmy.world -1 points 2 years ago I do. Here's more Youtube :-) https://youtu.be/n_DD-txK9_Q?si=GKx8VFuoiAn5xlbj permalink fedilink source parent
[–] Linkerbaan@lemmy.world -2 points 2 years ago (1 child) How about a YouTube video people love it when I use those as a source https://m.youtube.com/watch?v=5y_bab5wtHY permalink fedilink source parent hideshow 2 child comments replies: [+] Katana314@lemmy.world -6 points 2 years ago* (1 child) Given that I already mentioned there are anecdotes of that happening under poor coding, I SINCERELY hope you have a MORE reliable source for that. permalink fedilink source parent hideshow 2 child comments replies: [–] Linkerbaan@lemmy.world -1 points 2 years ago I do. Here's more Youtube :-) https://youtu.be/n_DD-txK9_Q?si=GKx8VFuoiAn5xlbj permalink fedilink source parent
[+] Katana314@lemmy.world -6 points 2 years ago* (1 child) Given that I already mentioned there are anecdotes of that happening under poor coding, I SINCERELY hope you have a MORE reliable source for that. permalink fedilink source parent hideshow 2 child comments replies: [–] Linkerbaan@lemmy.world -1 points 2 years ago I do. Here's more Youtube :-) https://youtu.be/n_DD-txK9_Q?si=GKx8VFuoiAn5xlbj permalink fedilink source parent
[–] Linkerbaan@lemmy.world -1 points 2 years ago I do. Here's more Youtube :-) https://youtu.be/n_DD-txK9_Q?si=GKx8VFuoiAn5xlbj permalink fedilink source parent
[–] NocturnalMorning@lemmy.world 2 points 2 years ago* (last edited 2 years ago) (1 child) There's nothing contested about it. Add a bunch of extra operations to the game loop and you can slow down a game. You only have so much headroom in each frame. Dunova takes up a lot of that time. And let's not forget you can literally go tests with games that had denovu and then removed it. The testing shows pretty clearly that it does indeed slow down games. permalink fedilink source parent hideshow 2 child comments replies: [–] Katana314@lemmy.world 3 points 2 years ago (1 child) ...Great, so you're going to start giving just as much criticism to devs for writing debug logs every so often? There's an order of magnitude between a difficult task slowing operations, and pure inefficiency / bad coding doing it. Can you describe something that actually proves you know the slightest thing about how programming works? permalink fedilink source parent hideshow 2 child comments replies: [–] NocturnalMorning@lemmy.world -3 points 2 years ago I work in software... how about that. permalink fedilink source parent
[–] Katana314@lemmy.world 3 points 2 years ago (1 child) ...Great, so you're going to start giving just as much criticism to devs for writing debug logs every so often? There's an order of magnitude between a difficult task slowing operations, and pure inefficiency / bad coding doing it. Can you describe something that actually proves you know the slightest thing about how programming works? permalink fedilink source parent hideshow 2 child comments replies: [–] NocturnalMorning@lemmy.world -3 points 2 years ago I work in software... how about that. permalink fedilink source parent
[–] NocturnalMorning@lemmy.world -3 points 2 years ago I work in software... how about that. permalink fedilink source parent
[–] Lost_My_Mind@lemmy.world 1 point 2 years ago (2 children) Would buying the game and playing it legally still slow down the game? permalink fedilink source parent hideshow 4 child comments replies: [–] teuto@lemmy.teuto.icu 22 points 2 years ago (1 child) Yes, cracked Denuvo games actually run better because you aren't running a virus anti piracy software in the background. It runs at the kernel level and Crowdstrike is a pretty good case study on why that's bad. permalink fedilink source parent hideshow 2 child comments replies: [–] Lost_My_Mind@lemmy.world 9 points 2 years ago Alright. I guess I understand why the best option is to NOT buy this game. But not only that, we need to all make our voices heard that Civilization is a game we WANT to play, but will not buy until Denuvo is removed. Vote with your wallets, and let them know this choice cost them millions of sales. Otherwise the NEXT game will have this too. Because we tolerated it. permalink fedilink source parent [–] skaffi@infosec.pub 6 points 2 years ago Yes, that's the issue. permalink fedilink source parent
[–] teuto@lemmy.teuto.icu 22 points 2 years ago (1 child) Yes, cracked Denuvo games actually run better because you aren't running a virus anti piracy software in the background. It runs at the kernel level and Crowdstrike is a pretty good case study on why that's bad. permalink fedilink source parent hideshow 2 child comments replies: [–] Lost_My_Mind@lemmy.world 9 points 2 years ago Alright. I guess I understand why the best option is to NOT buy this game. But not only that, we need to all make our voices heard that Civilization is a game we WANT to play, but will not buy until Denuvo is removed. Vote with your wallets, and let them know this choice cost them millions of sales. Otherwise the NEXT game will have this too. Because we tolerated it. permalink fedilink source parent
[–] Lost_My_Mind@lemmy.world 9 points 2 years ago Alright. I guess I understand why the best option is to NOT buy this game. But not only that, we need to all make our voices heard that Civilization is a game we WANT to play, but will not buy until Denuvo is removed. Vote with your wallets, and let them know this choice cost them millions of sales. Otherwise the NEXT game will have this too. Because we tolerated it. permalink fedilink source parent