Advertisement
Guest User

ServerInfo.xml

a guest
Apr 21st, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <!--
  4. // ============================================================
  5. // == X12 MUONLINE SERVER EMULATOR
  6. // == www.igcn.mu
  7. // == www.muemu.pl
  8. // == (C) 2017 IGC-Network | MUEMU (R)
  9. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  10. // == File is a part of MUEMU MuOnline Server files.
  11. // ============================================================
  12. //
  13. // ### ServerInfo ###
  14. // Passwrod: A password used by ToolKit ServerInfo (XML) editor to encode the file, max 8 characters
  15. //
  16. // ### ServerInfo::Connection ###
  17. // IP: IP or hostname to connect to, max 32 characters
  18. // Port: Connect Server port to connect to
  19. // Version: Client version, format: n.nn.nn
  20. // Serial: Client serial, max 16 alphanumerical characters
  21. //
  22. // ### ServerInfo::Main ###
  23. // GameWindowName: Window title name, max 30 characters - supported alphanumerical, space and "_-|" only
  24. // BlockVirtualMachine: Determines whether to allow to run client in virtual environment, 0/1
  25. // ExitWindowEnable: Determines whether to display an exit confirmation window, 0/1
  26. // PerformanceMode: Determines whether to allow usser to use "performance mode" ~ player may switch the option in config.ini, 0/1
  27. // CodePage: Encoding codepage
  28. // ~ 874: THAI
  29. // ~ 936: GB2312_CHARSET
  30. // ~ 949: HANGUL_CHARSET
  31. // ~ 1250: EASTEUROPE_CHARSET
  32. // ~ 1251: RUSSIAN_CHARSET
  33. // ~ 1252: ANSI_CHARSET
  34. // ~ 1253: GREEK_CHARSET
  35. // ~ 1254: TURKISH_CHARSET
  36. // ~ 1255: HEBREW_CHARSET
  37. // ~ 1256: ARABIC_CHARSET
  38. // ~ 1257: BALTIC_CHARSET
  39. // ~ 1258: VIETNAMESE_CHARSET
  40. // ~ more to be added on request..
  41. //
  42. // ### ServerInfo::ScreenShot ###
  43. // Path: Folder name to store screenshots, max 150 characters
  44. //
  45. // ### ServerInfo::Launcher ###
  46. // Enabled: Determines whether to enable Launcher.Premium system (requires license), 0/1
  47. // ExeName: Executable file name of the Launcher.
  48. //
  49. // ### ServerInfo::Patcher ###
  50. // Enabled: Determines whether to enable Patcher, 0/1
  51. // ExeName: Executable file name of the Patcher.
  52. //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  53. //~~ Launcher Premium and Patcher cannot be enabled at the same time
  54. //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  55. //
  56. // ### ServerInfo::BattleCore ###
  57. // LauncherExeName: Executable file name of Battle Core Game Client, should be actual file name used to run regualr Game Client, default main.exe
  58. //
  59. // ### ServerInfo::Reconnect ###
  60. // MaxTime: Maximum time to process reconnection for, seconds (option temporary not available)
  61. //
  62. // STRICTLY NO COMMENTS INSIDE TAGS
  63. -->
  64.  
  65. <ServerInfo Password="qBkEHwHC">
  66. <Connection IP="76.63.254.34" Port="44405" Version="1.05.25" Serial="PJqBkEHwHCF6uefa" />
  67. <Main GameWindowName="Muina" BlockVirtualMachine="0" ExitWindowEnable="0" PerformanceMode="0" CodePage="1252" />
  68. <ScreenShot Path="ScreensShots" />
  69. <Launcher Enabled="0" ExeName="Launcher.exe" />
  70. <Patcher Enabled="0" ExeName="Patcher.exe" />
  71. <BattleCore LauncherExeName="main.exe" />
  72. <Reconnect MaxTime="30" /> <!-- seconds -->
  73. </ServerInfo>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement