A certain game.

Please support our Game Development advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: A certain game.

 
0
  #11
Nov 16th, 2007
correct. Cheaters drive legitimate players away, which costs money.
Just look at the early days of Battle.NET, where cheating and PK'ing was extremely rampant.
As a result very few legitimate players remained, and those that did often organised themselves into guilds and set out to kill the cheaters out of the game as a way of self policing the servers.

Blizzard caught on with Diablo 2 and made it a lot harder to cheat and PK, which made the environment a lot more pleasant.

And Blizzard wasn't at the time charging for access...
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 18
Reputation: addy999 is an unknown quantity at this point 
Solved Threads: 2
addy999 addy999 is offline Offline
Newbie Poster

Re: A certain game.

 
0
  #12
Nov 26th, 2007
Yes i think they exist .. i think they are called Trainers and exploit memory hacks....
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 2,989
Reputation: niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute 
Solved Threads: 308
Moderator
Featured Poster
niek_e's Avatar
niek_e niek_e is online now Online
Cenosillicaphobiac

Re: A certain game.

 
0
  #13
Nov 26th, 2007
Post no2 in this very topic:
Originally Posted by jbennet View Post
they do exist, they are called Trainers and exploit memory hacks
Then you come with:
Originally Posted by addy999 View Post
Yes i think they exist .. i think they are called Trainers and exploit memory hacks....
You obviously copied J's reply, but why?

off-topic: What's going on with the game-dev forum lately? Is it just me or is it becoming a horrible mess of useless posts?

Niek
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: A certain game.

 
0
  #14
Nov 27th, 2007
There are some "members" popping up all over the site who do nothing but copy entire posts from elsewhere.
In this case it was a message from the same thread, making it blatantly obvious, but more often it's something completely unrelated from somewhere else entirely.

I don't know whether these are bots or not, but they sure behave like bots.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 1,091
Reputation: MattEvans is a jewel in the rough MattEvans is a jewel in the rough MattEvans is a jewel in the rough 
Solved Threads: 63
Moderator
Featured Poster
MattEvans's Avatar
MattEvans MattEvans is offline Offline
Veteran Poster

Re: A certain game.

 
0
  #15
Nov 27th, 2007
<off-topic>

Originally Posted by niek_e
off-topic: What's going on with the game-dev forum lately? Is it just me or is it becoming a horrible mess of useless posts?
Agreed.. there's alot of "how do i make a game?" which is an unanswerable question without more detail; a bit of "how do i do [some thing] in [some commercial game]", which is nothing to do with games development; a load of other questions that either aren't worth answering or are too general to answer in less than an essay; and very few real support questions. But; the games forum's always been a bit like that; I guess that one 'games development board' in a big general IT site isn't gonna get the best conversation. Perhaps stricter and more visible rules could help; although, a sticky post is quite likely to get ignored; since the thread "Game Development FAQ's, Books and Resources" should give anyone asking "how do i make a game?" something to be reading.

The weekly spammer isn't much help either I don't think 'addy999' could be a bot; some of the stuff he's said in other posts is too stupid to have come outta a machine.

</off-topic>

<on-topic>

There's not really a moral question involved if you're modifying your own copy of a single player game.. maybe it breaches the software's licensing agreement, but those things are honestly too strict anyway. If I'm allowed to 'delete' the game, I'm allowed to modify the binary of the game, they can't restrict that because it's (rightfully) beyond the realm of protection afforded by a licence. If the game is multiplayer.. it's a different matter.

Anyway; if all you have is the game in binary, learning to modify it in any useful way will likely be harder than playing it through on hard-mode. If you wanna go ahead anyway; find out what executable format the game is in, and try compiling some small programs in that format, dissasembling them, and then making changes to the small program's functionality. The least you'll learn from that is a little about the executable format.. Also look for data/resource repositaries in the games folders or perhaps compressed into the executable; if you want to change configuration ( i.e. player/enemy health etc ), there's a good chance that it's stored as data rather than instructions. Not necessarily though, and the code and data might be protected/obfuscated; it'd be a hell of a task even if they weren't.

</on-topic>
Last edited by MattEvans; Nov 27th, 2007 at 2:45 am.
Plato forgot the nullahedron..
Reply With Quote Quick reply to this message  
Join Date: Aug 2007
Posts: 807
Reputation: darkagn has a spectacular aura about darkagn has a spectacular aura about darkagn has a spectacular aura about 
Solved Threads: 110
darkagn's Avatar
darkagn darkagn is offline Offline
Practically a Posting Shark

Re: A certain game.

 
0
  #16
Dec 1st, 2007
Why do game developers put the option to cheat in their games anyway? To me it seems like a pointless exercise to play a game and cheat while doing it but maybe that's just me...???
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 1,419
Reputation: TheNNS is an unknown quantity at this point 
Solved Threads: 15
TheNNS's Avatar
TheNNS TheNNS is offline Offline
Nearly a Posting Virtuoso

Re: A certain game.

 
0
  #17
Dec 1st, 2007
because it's fun. You have to admit, some times it's cool to have unlimited ammo, or be invincible, or whatever. But these games don't allow cheats in online modes, however.
Florida Rocks!
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: A certain game.

 
0
  #18
Dec 1st, 2007
no. The options are put in to make testing easier (and in some cases possible).
It allows testers to take shortcuts through the game in order to reach spots that need to be tested more quickly.

They're usually left in because changing the code to take them out after testing is complete can introduce new bugs.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Join Date: Aug 2007
Posts: 807
Reputation: darkagn has a spectacular aura about darkagn has a spectacular aura about darkagn has a spectacular aura about 
Solved Threads: 110
darkagn's Avatar
darkagn darkagn is offline Offline
Practically a Posting Shark

Re: A certain game.

 
0
  #19
Dec 2nd, 2007
Ah good point jwentig
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,273
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 543
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: A certain game.

 
0
  #20
Dec 2nd, 2007
it expands the replayability
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Game Development Forum


Views: 3687 | Replies: 20
Thread Tools Search this Thread



Tag cloud for Game Development
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC