{ // Used as ALL.Net arcade name for unregistered arcades NAME: "KozukataToa", DATABASE_PATH: "data/db.sqlite3", LISTEN_ADDRESS: "0.0.0.0", LOGGER_CONFIG: { LOG_LEVEL: "debug", CONSOLE: true, // Enter a valid path to save log files. FOLDER: "", }, ALLNET_CONFIG: { ENABLED: true, PORT: 80, ALLOW_UNREGISTERED_SERIALS: true, // Only used for network delivery. HOSTNAME: "localhost", // Enter a valid path here to enable remote updates. UPDATE_CFG_FOLDER: "", }, AIMEDB_CONFIG: { ENABLED: true, PORT: 22345, // Really. That's the key. KEY: "Copyright(C)SEGA", // These keys are for generating old-style access codes from FeliCa IDms. // If you want to roll your own keys, just shuffle the 16 hexadecimal characters. AIME_MOBILE_CARD_KEY: "5CD3E81B9024F67A", RESERVED_CARD_PREFIX: "01054", RESERVED_CARD_KEY: "82DAF451B3E076C9", }, TITLES_CONFIG: { ENABLED: true, PORT: 8080, // You may need to change this if title server connection is BAD. Some games // explicitly disallows localhost and similar addresses, but other games don't. HOSTNAME: "localhost", }, CHUNITHM_CONFIG: { ENABLE: true, MODS: { // Enter a name to display as team in CHUNTHM. TEAM_NAME: "", // Enable login bonuses USE_LOGIN_BONUS: true, // You have everything. FORCE_UNLOCK_ALL: false, }, // The ROM and data version to report to the game. This must match your game, // or else you will not be able to play some game modes. // - ROM version: Match with "GAME SYSTEM INFORMATION" in test menu. // - Data version: Match with data.conf file in latest option (last in alphabetical order) VERSIONS: { "200": { rom: "2.00.00", data: "2.00.00", }, "205": { rom: "2.05.00", data: "2.05.00", }, "210": { rom: "2.10.00", data: "2.10.00", }, }, // Since CRYSTAL+, network communications are encrypted and the endpoint is hashed. // Enter the [key, iv, salt] used for that here. // Optionally, set ENCRYPTED_ONLY to true to disallow unencrypted network communications. CRYPTO: { ENCRYPTED_ONLY: false, KEYS: { "210": [ "75695c3d265f434c3953454c5830522b4b3c4d7b42482a312e5627216b2b4060", "31277c37707044377141595058345a6b", "04780206ca5f36f4", ], }, }, } }