export const patchlistUrl = 'http://euroszpatcher.hu/patcher_test/files.json' export const patchlistFolder = 'http://euroszpatcher.hu/patcher_test/files/' export const enableSlider = false //if false the slider will be disabled //if enableSlider is false the value of this variables is optional export const patchSliderUrl = 'http://euroszpatcher.hu/patcher_test/sliders/slider.json' export const patchSliderImages = 'http://euroszpatcher.hu/patcher_test/sliders/' /* Karbust Localhost Debug URLs: export const patchlistUrl = 'http://localhost:81/electron/files.json' export const patchlistFolder = 'http://localhost:81/electron/files/' export const patchSliderUrl = 'http://localhost:81/electron/slider.json' export const patchSliderImages = 'http://localhost:81/electron/slider/' */ export const enableDiscordButton = false //if false the button will not be displayed. export const discordUrl = 'https://discord.gg/invite' export const serverName = 'Eurosz' export const binaryName = 'Eurosz_Starter.exe' export const configName = 'config.exe' export const launchParameters = ['--something'] export const enableLocaleCfgUpdate = false //if true the locale.cfg will be updated when changing the language. export const localeCfgPath = 'locale.cfg' //default place, if it's inside a folder, prepend the path of such folder. /* Example: export const localeCfgPath = 'settings\\locale.cfg' Don't put the backslashes in the beginning, and in the middle use 2. */ export const locales: Record = { 'de': '10002 1252 de', 'es': '10002 1252 es', 'en': '10002 1252 en', 'fr': '10002 1252 fr', 'pl': '10002 1250 pl', 'pt': '10000 1252 pt', 'ro': '10002 1250 ro', 'tr': '10012 1254 tr' } /* NOT BEING USED export const ServerUrl = 'https://karbust.me/' export const ServerUrlForum = 'https://karbust.me/' export const ServerUrlRegister = 'https://karbust.me/' export const ServerUrlSupport = 'https://karbust.me/' */ export const debugFolder = 'C:\\Users\\Morpheus\\Desktop\\test'