Latest: /// Quake Goes Mobile

Carmack on Q1 Cheating

Dec 26, 1999 2:15pm CST tags: John Carmack, Quake
Yawn, nice late sleep in on a Sunday morning after Christmas. Well John Carmack has a .plan update addressing all the concerns about people cheating in Quake due to the release of the source code. Check it out:

There are a number of people upset about the Quake 1 source code release, because it is allowing cheating in existing games. There will be a sorting out period as people figure out what directions the Quake1 world is going to go in with the new capabilities, but it will still be possible to have cheat free games after a few things get worked out.

Here's what needs to be done:

- You have to assume the server is trusted. Because of the wau quake mods work, It has always been possible to have server side cheats along the lines of "if name == mine, scale damage by 75%". You have to trust the server operator.
- So, the problem then becomes a matter of making sure the clients are all playing with an acceptable version before allowing them to connect to the server. You obviously can't just ask the client, because if it is hacked it can just tell you what you want to hear. Because of the nature of the GPL, you can't just have a hidden part of the code to do verification.
- What needs to be done is to create two closed source programs that act as executable loaders / verifiers and communication proxies for the client and server. These would need to be produced for each platform the game runs on. Some modifications will need to be done to the open source code to allow it to (optionally) communicate with these proxies.
- These programs would perform a robust binary digest of the programs they are loading and communicate with their peer in a complex encrypted protocol before allowing the game connection to start. It may be possible to bypass the proxy for normal packets to avoid adding any scheduling or latency issues, but it will need to be involved to some degree to prevent a cheater from hijacking the connection once it is created.
- The server operator would determine which versions of the game are to be allowed to connect to their server if they wish to enforce proxy protection. The part of the community that wants to be competetive will have to agree to some reasonable schedule of adoption of new versions.
- Nothing in online games is cheat-proof (there is allways the device driver level of things to hack on), but that would actually be more secure than the game as it originally shipped, because hex edited patches wouldn't work any more. Someone could still in theory hack the closed source programs, but that is the same situation everyone was in with the original game.
- People can start working on this immediately. There is some prior art in various unix games that would probably be helpfull. It would also be a good idea to find some crypto hackers to review proposed proxy communication strategies.

        

Related Stories

  • John Romero Q&A

    14 Comments | Jul 25, 2006 5:05am CST

    The Quake Expo site has posted part 1 and part 2 of a Q&A with John Romero, asking the designer about everything Quake 1. Thanks Blues News....

  • ex-id Sofware Q&As

    1 Comment | Aug 01, 2005 11:57am CST

    id Software fan sites QuakeMarine and DoomMarine have new Q&As, asking American McGee and Tom Hall about their period at id and what they are up to th...

  • Quake Mobile Q&A

    12 Comments | Jul 05, 2005 12:55pm CST

    GameCloud talked with Pulse Interactive CEO Paul Trowe and gleaned a few details regarding the cell phone adaptation of Quake. A few details include t...

  • Quake Mobile Screenshots

    25 Comments | Jul 01, 2005 12:50pm CST

    Kotaku has some of the first screenshots for the cell phone port of Quake. This was revealed just days ago, so read up on it here. Looking pretty good...

  • Quake Goes Mobile

    52 Comments | Jun 28, 2005 8:58am CST

    Another valuable id software series is finding its way onto the cell phone gaming scene: Quake! id software and Pulse Interactive announced the deal y...

  • IF Quake Alpha 0.1 Released

    1 Comment | Apr 01, 2004 9:18am CST

    A new Quake 1 mod has hit the streets, IF Quake. IF Quake is a port of id Software's Quake 1 engine to the Inform programming language. Screenshots ca...

  • New Tenebrae

    155 Comments | Sep 25, 2002 3:01pm CST

    A new version of the Quake 1 source modification Tenebrae (has real time lighting and bumpmapping among other features) has been released, you can get...

  • Tenebrae Q&A

    73 Comments | Sep 21, 2002 9:18am CST

    New on HomeLAN Fed this morning is an interview with Charles Hollemeersch, programmer behind that nifty Tenebrae mod for Quake 1 (which adds real-time...

  • Alteria Released

    6 Comments | Apr 22, 2002 9:26am CST

    The guys at COR let us know they have released the first version of Alteria. What is Alteria? It's a free standalone game based on the Quake 1 engine....

  • Where Are They Now

    13 Comments | Mar 27, 2002 8:07am CST

    Another new installment in the "Where Are They Now" feature on The Mushroom talking to Quake 1 mod authors. This time they tracked down Scott Dalton, ...