Apolyton Archive  |  Preserved copy of the Apolyton Civilization Site and its forums as they stood in September 2005. Read-only; nothing here can be posted to or replied to.  |  Forum index |  About this archive |  The 1998–2001 UBB forums
Today on Apolyton WARDELL INTERVIEW PROMO A.C.S. HISTORY CHAPTER 4 GET CIV4 /w FREE PLUS! A.C.S. PHOTO GALLERY GET A.O.M. V1.1
Apolyton Civilization Forums
main| civ2| civ3| civ4| smac| ctp2| ron| moo3| galciv| galciv2| alt| about|
ApolytonPLUS | register | search | faq | new posts | pm (-/-) | upload | members
hall of fame new! | civgroups | civgroups news | interviews | the column | radio | chat | directory | news | store | PLUS
Apolyton Civilization Forums : Powered by vBulletin version 2.0.3 Apolyton Civilization Forums > Miscellaneous > Archive > Civ3-Strategy-Archive > Tournament Cheating: Solution from Firaxis???
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!

bottom of page
  
Author
Thread    < Last Thread     Next Thread > Post New Thread     Post A Reply
bigfree1
Guest

Not Yet
time:
  Old Post 30-11-2001 03:57
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
Tournament Cheating: Solution from Firaxis??? Support Apolyton, buy Alpha Centauri

I'd like to see Firaxis come up with a patch that introduces a 'Tournament' function for the game.

It would work like this:

The game would have to be loaded as a 'Tournament Game'(as implemented by Firaxis)

The file can be created by anyone desiring to start a tournament, but would have a specific serial # assigned to it by the game upon it's creation. The serial # would be reported by the game, but it would not be possible to edit the serial # (some sort of encryption)

This file would have characteristics(and hopefully encrypted) that would indentify it as a 'Tournamnet Game' only

Being a 'Tounament Game' the file can only be written to by the games auto-save feature (specifically written for 'Tounament Games' only), which for tournaments would happen only every, say, 25 turns or only prior to victory conditions being met or losing (don't know the best amount here if there is any) in accordance with the rules for 'Tournament Games'

Of course there would have to be some sort of encryption??? To prevent editing of any sort of this 'Tournament Game' file of course.

This being completed after Firaxis FIRST removes any in-game bugs or cheats that currently exist. Then and only THEN will I participate in any sort of "Tournament" concerning the play of Civ 3.

Now obviously I'm not a programmer, but I do feel it is possible to create a system that is not unlike what I've described here. Maybe there are programmers on this board that can implemnt these functions into the game or can at least help me to better explain a system as such to Firaxis so that they can try to save some face with the Apolyton communtity at large for their prior transgressions.

War4ever is offline War4ever
Emperor
I live amongst the Red Sox Nation
Jan 1970
time: 21:16
  Old Post 30-11-2001 06:02
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Support Apolyton buy from Amazon

don't get your hopes up....cheating as always will be moderated by the players

Travathian is offline Travathian
Warlord
Chandler, AZ, USA
May 1999
time: 21:16
  Old Post 30-11-2001 07:26 Visit Travathian's homepage!
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Support Apolyton buy from Amazon

I guess you wont be playing in any tournaments in your lifetime.

Even with encryption you can still use and abuse the AI or other anomlies in the game which are essentially cheating. No number of patches will fix this.

Maybe you shouldn't set your hopes so high, especially given the fact that even bigger gaming companies (Blizzard, Id, Westwood, Sierra) all have problems with people cheating with their games. They can patch and repatch, but the fact of the matter, someone, somewhere will find a way to cheat. I'd be happy with some patches just to fix the gameplay, and not even waste time on a 'tournament' function.

War4ever is offline War4ever
Emperor
I live amongst the Red Sox Nation
Jan 1970
time: 21:16
  Old Post 30-11-2001 08:01
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Remove this text

hear hear..someone else with realistic expectations

Simpson II is offline Simpson II
Prince
varies
Jul 2000
time: 05:16
  Old Post 30-11-2001 20:13
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Remove this text

Sorry, but against anyone who knows a bit about programming in c++ this would not offer any real protection. Encryption is pretty useless when you hand the person a copy of the keys and the algorithm, and they would have to be embedded in the game.

Look at the microsoft reader - it used the best encryption technology anyone could come up with to protect books distributed electronically, with huge amounts of money potentially coming from it's success. IIRC the protection was cracked inside a day. Firaxis would be unlikely to have the resources to produce anything remotely so secure.

xane is offline xane
Chieftain

Nov 2001
time: 05:16
  Old Post 30-11-2001 20:20
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Enter the AD-FREE zone

You don't need any sort of fancy encryption or security of the data file.

Tournaments should produce a "logfile" of all events that can then be independently checked by replaying the scenario in another legitimate copy of the game, any actions appearing outside of the rules would be obvious and picked up by the replay mechanism.

For example, if a unit is mysteriously upgraded but the bank is not debited, you'd know about it. Everything can be balanced and crosschecked.

Anyone playing in a tournament is likely to keep save-and-reloading to get the best results from random events, programming could certainly cut this down by "forcing" certain events to happen by readjusting the random seed, but as this could effectively be done anyway without programming it is not a problem.

MarshalN is offline MarshalN
Warlord

Nov 2001
time: 05:16
  Old Post 30-11-2001 20:35
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Increase the size of your Attachments

Problem with the log file is the same as the encryption --- the player who cheats has it in his hands to change it all he wants before he sends it away.

xane is offline xane
Chieftain

Nov 2001
time: 05:16
  Old Post 30-11-2001 21:29
Edit/Delete Message Reply w/Quote
#8 Report this post to a moderator
Get a bigger avatar today!

No, you are incorrect, it is not the same.

The logfile would be replayed by a separate legitimate copy of the game, any inconsistancies would be noticed. Whilst you can edit the logfile it is not possible to put in anything that could not have been done using legitimate methods using the game itself.

bigfree1
Guest

Not Yet
time:
  Old Post 01-12-2001 02:22
Edit/Delete Message Reply w/Quote
#9 Report this post to a moderator
Increase the size of your Attachments

quote:
Originally posted by xane
No, you are incorrect, it is not the same.

The logfile would be replayed by a separate legitimate copy of the game, any inconsistancies would be noticed. Whilst you can edit the logfile it is not possible to put in anything that could not have been done using legitimate methods using the game itself.


True, you have a good point/idea. Can anyone from Firaxis get on board here?

  < Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:16.
Apolyton Time is 00:16.
    top of page
Rate This Thread:
archivepost
Forum Jump:
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
 




Contact Us - Apolyton Civilization Site - Support Us!

Building a better Apolyton through better information. Click here and take our poll!
Non-US visitors, click here!

Powered by: vBulletin Version 2.0.3
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Page generated in 0.0330 seconds (87.30% PHP - 12.70% MySQL) with 31 queries
Page Loading Time:

Support Apolyton: Amazon USA | Amazon UK | Amazon DE | Amazon FR |
Support Apolyton and get FREE PLUS, Buy from Chips&Bits: Galactic Civilizations | Galactic Civilizations: Deluxe Edition | Call to Power 2 | Civilization: The Boardgame | GURPS/ Alpha Centauri | Alpha Centauri | Civilization IV | Civilization III: Complete |


Front Page | Civilization IV | Civilization III | Civilization II | Call to Power II | Alpha Centauri | Master of Orion III
Rise of Nations | Galactic Civilizations | Galactic Civilizations II | Misc
Alt.Civs | Civ I | C:CtP I | About | News | Directory | Apolyton Store | Forums | Chat | Columns | Interviews | Newsletter
Scenario League | CSC | Clash of Civs | Spanish Site | CtP Maps | Cradle of Civ | WesW's Ctp1/2 Site | Civ3 Haven

apolyton.net | apolyton.com | civilization2.net | civilization3.net | civilization4.net | civilizationiv.info | calltopower.net | galciv.net | galciv2.net | moo3.net