In order to understand how it all hooks together, I copied the "gomoku" sources and renamed files and internal
variables as seemed appropriate to chage "gomoku" to "go". Starting a game I get this error:
01/03 06:39:08 [error] [J] [job] Fatal error during creation of database ebd_go_2186: Global value unset: 101.
Dropping database and throwing fatal error exception
I haven't added, removed, or renamed any internal variables, and the set of references to variable 101 is still
the same as in the original gomoku sources
G:\share\projects\boardgamearena\go\gameoptions.inc.php(36): 101 => array(
G:\share\projects\boardgamearena\go\gameoptions.inc.php(48): // note: game variant ID should start at 100 (ie: 100, 101, 102, ...)
G:\share\projects\boardgamearena\go\go.game.php(46): "game_opening" => 101,
variables as seemed appropriate to chage "gomoku" to "go". Starting a game I get this error:
01/03 06:39:08 [error] [J] [job] Fatal error during creation of database ebd_go_2186: Global value unset: 101.
Dropping database and throwing fatal error exception
I haven't added, removed, or renamed any internal variables, and the set of references to variable 101 is still
the same as in the original gomoku sources
G:\share\projects\boardgamearena\go\gameoptions.inc.php(36): 101 => array(
G:\share\projects\boardgamearena\go\gameoptions.inc.php(48): // note: game variant ID should start at 100 (ie: 100, 101, 102, ...)
G:\share\projects\boardgamearena\go\go.game.php(46): "game_opening" => 101,