DRM In Your Game
Moderator: PC Supremacists
DRM In Your Game
DRM in games has become a very popular choice to "protect" content amongst major game publishers. Personally I see this as an uphill battle as DRM is cracked and the software applications still end up available for bit torrent without the restrictions of DRM. All it does is punish the users who purchase the games. However it would be crushing to see thousands of people illegally downloading your video game on the Internet which definitely does happen to big PC titles. Publishers combat this by making only certain online services which they control available to those that buy the game effectively locking out pirates from multiplayer experiences or they just avoid the entire thing and write exclusively for consoles ( which takes a lot of the mainstream pirates out). But how does this apply to idie games? Do you think people will still steal them? It seems to be an issue with popularity if your indie game goes viral people will start stealing it we have seen this with Plants vs Zombies, Meatboy the list goes on. So after all the effort you put into your game to find half of your potential audience is just blatantly stealing your content what are you going to do about it? Are you going to implement some kind of DRM that offers some flimsy half-arsed protection for your game which punishes the users that actually buy the content? Or do you not see these downloads as lost sales but simply people who wouldn't by the game anyway but want to play it? Is it a complement for people to go to the extent of downloading your game in the first place even if it is against your wishes? It will be interesting to see how you respond to this question as I know a lot of you are looking to sell your applications across a variety of platforms. Cheers.
- JaxDragon
- Chaos Rift Junior
- Posts: 395
- Joined: Mon Aug 04, 2008 2:03 pm
- Current Project: Kanoba Engine
- Favorite Gaming Platforms: PS3, PC
- Programming Language of Choice: C++
- Location: Northeast NC
Re: DRM In Your Game
My personal opinion is that you're screwed either way. I say go open-source and ask for donations if people appreciate your work.
- davidthefat
- Chaos Rift Maniac
- Posts: 529
- Joined: Mon Nov 10, 2008 3:51 pm
- Current Project: Fully Autonomous Robot
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: California
- Contact:
Re: DRM In Your Game
Or you can implement 3 serial system, each with their own algorithm and the client sends the data to the server and if the 3 serials are legit and they can be activated, IDK what to do about cracks though
Re: DRM In Your Game
I'm all for pirating... If someone (like me) can't afford a game but really wants to play, that just sucks, but if I had the money I would donate to a publisher I supported :P so i'm all for what was said previously about open sourceing
Re: DRM In Your Game
Consider the senario that you want to make money off your game, making it free does not really accomplish that and open source won't stop pirates.
Re: DRM In Your Game
If I want to make money I'll be an accountant I guess... Or dev for a consoledejai wrote:Consider the senario that you want to make money off your game, making it free does not really accomplish that and open source won't stop pirates.
- davidthefat
- Chaos Rift Maniac
- Posts: 529
- Joined: Mon Nov 10, 2008 3:51 pm
- Current Project: Fully Autonomous Robot
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: California
- Contact:
Re: DRM In Your Game
Only devving for the PS3 is the only choice if you don't want pirates... 360 and Wii are both hacked, one more reason why PS3 is bettereatcomics wrote:If I want to make money I'll be an accountant I guess... Or dev for a consoledejai wrote:Consider the senario that you want to make money off your game, making it free does not really accomplish that and open source won't stop pirates.
- JaxDragon
- Chaos Rift Junior
- Posts: 395
- Joined: Mon Aug 04, 2008 2:03 pm
- Current Project: Kanoba Engine
- Favorite Gaming Platforms: PS3, PC
- Programming Language of Choice: C++
- Location: Northeast NC
Re: DRM In Your Game
Pirates do, in fact, exist on PS3.davidthefat wrote:Only devving for the PS3 is the only choice if you don't want pirates... 360 and Wii are both hacked, one more reason why PS3 is bettereatcomics wrote:If I want to make money I'll be an accountant I guess... Or dev for a consoledejai wrote:Consider the senario that you want to make money off your game, making it free does not really accomplish that and open source won't stop pirates.
Re: DRM In Your Game
lol silly, no matter what you do someones gonna crack it, but its less likely to have people pirate it, cause most pirates are pussies
- davidthefat
- Chaos Rift Maniac
- Posts: 529
- Joined: Mon Nov 10, 2008 3:51 pm
- Current Project: Fully Autonomous Robot
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: California
- Contact:
Re: DRM In Your Game
yes, you can rip it, but you can't run it after, so I really don't consider that piratingJaxDragon wrote:Pirates do, in fact, exist on PS3.davidthefat wrote:Only devving for the PS3 is the only choice if you don't want pirates... 360 and Wii are both hacked, one more reason why PS3 is bettereatcomics wrote:If I want to make money I'll be an accountant I guess... Or dev for a consoledejai wrote:Consider the senario that you want to make money off your game, making it free does not really accomplish that and open source won't stop pirates.
Re: DRM In Your Game
I think putting DRM on it will cost you unnecessary and scare away otherwise potential users, so you'll lose money either way.
Look at it this way: those who pay would do so if you had DRM or not, and those who pirate will do so if you have DRM or not.
Look at it this way: those who pay would do so if you had DRM or not, and those who pirate will do so if you have DRM or not.
Re: DRM In Your Game
exactly scoody
- TheBuzzSaw
- Chaos Rift Junior
- Posts: 310
- Joined: Wed Dec 02, 2009 3:55 pm
- Current Project: Paroxysm
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C++
- Contact:
Re: DRM In Your Game
I know I'm late to the party, but I just want to add my thoughts quickly.
Do not waste your time implementing any kind of DRM into your software. You conquer pirates by offering great value in your product, not by sinking to their level in technological warfare.
Frankly, as an indie developer, I would be ecstatic to see my game being downloaded by thousands of pirates. I would much rather have that than have no one playing at all. Obscurity is far more deadly than piracy. You'll never be able to prove how many of those downloads cost you sales nor how many people are actually playing the game. (Some pirates just hoard content for others to sift through. The pirate does not even derive any enjoyment from it.)
Do not waste your time implementing any kind of DRM into your software. You conquer pirates by offering great value in your product, not by sinking to their level in technological warfare.
Frankly, as an indie developer, I would be ecstatic to see my game being downloaded by thousands of pirates. I would much rather have that than have no one playing at all. Obscurity is far more deadly than piracy. You'll never be able to prove how many of those downloads cost you sales nor how many people are actually playing the game. (Some pirates just hoard content for others to sift through. The pirate does not even derive any enjoyment from it.)
- ismetteren
- Chaos Rift Junior
- Posts: 276
- Joined: Mon Jul 21, 2008 4:13 pm
Re: DRM In Your Game
QFTTheBuzzSaw wrote:I know I'm late to the party, but I just want to add my thoughts quickly.
Do not waste your time implementing any kind of DRM into your software. You conquer pirates by offering great value in your product, not by sinking to their level in technological warfare.
Frankly, as an indie developer, I would be ecstatic to see my game being downloaded by thousands of pirates. I would much rather have that than have no one playing at all. Obscurity is far more deadly than piracy. You'll never be able to prove how many of those downloads cost you sales nor how many people are actually playing the game. (Some pirates just hoard content for others to sift through. The pirate does not even derive any enjoyment from it.)
- Ginto8
- ES Beta Backer
- Posts: 1064
- Joined: Tue Jan 06, 2009 4:12 pm
- Programming Language of Choice: C/C++, Java
Re: DRM In Your Game
Exactly. And open-sourcing something shows that you'd like the community's input, which makes it more likely for people to want to donate, so that you can create more cool stuff that is also usable in any number of ways to the community as a whole.TheBuzzSaw wrote:I know I'm late to the party, but I just want to add my thoughts quickly.
Do not waste your time implementing any kind of DRM into your software. You conquer pirates by offering great value in your product, not by sinking to their level in technological warfare.
Frankly, as an indie developer, I would be ecstatic to see my game being downloaded by thousands of pirates. I would much rather have that than have no one playing at all. Obscurity is far more deadly than piracy. You'll never be able to prove how many of those downloads cost you sales nor how many people are actually playing the game. (Some pirates just hoard content for others to sift through. The pirate does not even derive any enjoyment from it.)
Quit procrastinating and make something awesome.
Ducky wrote:Give a man some wood, he'll be warm for the night. Put him on fire and he'll be warm for the rest of his life.