Zeusophobia
Chieftain
- Joined
- Dec 9, 2005
- Messages
- 29
All games use so called pseudo random number generators to generate random values. These aren't truly random values but they're very very close to being truly random. They're actually created by mathematical formulas which generate a new 'random' value out of the previous 'random' value used by the game. The previous random value is called the seed of the new random value. This previous random value, the seed is stored in the save game file so that reloading creates the exact same random value and doesn't create different results (as long as the random values are used in the same order for the same in game actions).
This doesn't mean that some results in the game are predetermined in the sense that you can predict the outcome of a random event based on previous events. No one will be able to accurately predict new events in the game based on previous events. However, if you've already seen the outcome of an event and reload the game to the moment before the event, then the outcome will be the same.
To allow people to cheat the random number generation and get different outcomes for events that they've already experienced, the game designers have allowed a special pre-game setting (in the custom game setup) called 'New random seed on reload'. If used exhaustively, this could even allow you to win any battle if you're willing to reload after every battle loss. Many other elements of the game are also controlled by random values, so these could also be controlled by reloading ad infinitum.
Many players consider reloading cheating and especially when the option 'New random seed on reload' is active. It isn't allowed in the 'Hall of Fame' competition or the 'Game of the Month' competition in this community, but there's no harm done when you use it for your private games. Be warned however, that most players in this community won't consider your victories in this game 'true victories' and that using reloading to change events can become addictive which will eventually lessen your enjoyment of the game as you spend more time reloading than playing the game. But as long as you use it for your private games, it's your business and no-one else's.
Ah right that makes some sense, you know your stuff


