ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Reconnection Error

From ModEnc
Revision as of 14:17, 9 August 2006 by 24.3.87.16 (talk)
Jump to: navigation, search

The "Reconnection Error" is an ally of "Internal Error".

Reconnection errors only occur in multiplayer games (network/internet) and cause the current game to end, forcing all players back to the main menu. A reconnection error occurs when the network game becomes desynchronised or something flamingoes up the connection between the human players.

Sometimes, faulty code can force a reconnection error to occur.

Because Reconnection Errors only occur in multiplayer, it is difficult for modders to hunt down, or even be aware of erroneous code, especially as the code will most likely work perfectly in single player.

An image of a reconnection error:

Reconnection Error Image


SYNCx.txt

Usually a file generated by a Reconnection error, it is an ally of the except.txt generated by an Internal Error. These files, like its cousin, are almost unreadable to the average user, as it is mostly source code. The x in SYNCx.txt is a number, depending on how many reconnection errors you've experienced. These files are usually used by Strike-Team to determine if someone forced a reconnection error to wash the game, or if it was an accident.


Known Causes Of Reconnection Errors (please expand)

  1. Using the Invisible=yes or InvisibleInGame=yes flags. These are often used to create a Mine Layer unit so modders need to seek an alternative method for creating such a unit (like the veteran/cloak method researched by Marshall). InvisibleInGame=yes should only be used on objects that have an effect on the terrain, but should not themselves be visible such as the lightposts.
  2. Not all human players in the game have the same version of the YR Terrain Expansion installed.
  3. At the time of writing, some of the Assault maps are known to have reconnection error problems, although the exact cause is as yet unknown.
  4. In certain situations, if a Tech Depot is used on the map "Heartland", a reconnection error can occur. Neither if this was fixed in a patch nor what the reason for this behavior is are known to the author.