southpawcom wrote:That is totally bizarre. The game runs essentially by database tables interacting with one another, looking up results based on different events and triggers (e.g. "dice rolls" and coded game logic). All players have a unique key ID on their row in the players table, and the name is a description field associated with the key ID on the same row.
"G.Mists" and "F.Fresh" display because a bug in the game is looking up either an alternate description on the same row (low severity bug) or an entirely different and wrong row (higher severity bug). If it were the latter, G.Sisler's or F.Frisch's actual game cards might not be being used.
It should be brought to the attention of Strat-O-Matic's technical support, if there actually were such a thing.
The bug is most likely not the alternate cards or alternate descriptions, it is that there is a subroutine that calls those renamed cards for running a game to get results the engine for a programmed reason wanted. The bug is far more likely that the printing of the names was a bug than having alternate cards.