Client and Editor `config.json`

NameTypeExampleDescription
HoststringlocalhostThe IP address or host name of the server.
Portinteger5400The port on the server.
GameFontstringsourcesansproblackThe name of the font to use for non-UI rendering.
EntityNameFontstringsourcesansproblackThe name of the font to use for entity names.
ChatBubbleFontstringsourcesansproblackThe name of the font to use for chat bubble text.
ActionMsgFontstringsourcesansproblackThe name of the font to use for action messages.
UIFontstringsourcesansproblack,8The name and size of the font to use for unstyled windows (such as debug/admin) comma-delimited (name,size).
ChatLinesinteger100The number of lines to save for chat scroll-back.
MenuMusicstringGame-Menu_Looping.oggThe name of the music file to play on the main menu (file must be in resources/music).
MenuBackgroundstringbackground.pngThe name of the image file to display on the main menu (file must be in resources/gui).
IntroImagesstring[]
UpdateUrlstringhttp://localhost:8080/update.jsonThe URL to the update manifest file generated by the editor (see Auto Updater).