[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Currently there are no user-installable game types. All the games that are compliant with GGZ (that we know of) are included with GGZ at this time. However, in the configuration directory, there is a 'games' subdirectory. Inside this subdirectory are a number of '*.dsc' files. Each .dsc file specifies a different game type, and by default each one of them will be loaded. This is where you would put a new game type if you had (ahem: wrote) one.
In the future it will be very simple to install a new game module, and you can do it without recompiling your server. Simple put a .dsc file in the aforementioned 'games' dir describing the game, and then put the server module in the appropriate directory (usually (prefix)/lib/ggzd).