yuhsing

Untitled

Jan 11th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1.  
  2. ;##############################################################################
  3. ;## NEONCUBE - RAGNAROK ONLINE PATCH CLIENT
  4. ;##
  5. ;## http://openkore.sourceforge.net/neoncube
  6. ;## (c) 2005, 2006 Ansell Cruz a.k.a Meowmix ([email protected])
  7. ;##
  8. ;## This program is free software; you can redistribute it and/or modify
  9. ;## it under the terms of the GNU General Public License as published by
  10. ;## the Free Software Foundation; either version 2 of the License, or
  11. ;## (at your option) any later version.
  12. ;##
  13. ;## This program is distributed in the hope that it will be useful,
  14. ;## but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. ;## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. ;## GNU General Public License for more details.
  17. ;##
  18. ;## You should have received a copy of the GNU General Public License
  19. ;## along with this program; if not, write to the Free Software
  20. ;## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  21. ;##
  22. ;###############################################################################
  23.  
  24. ; neoncube.ini
  25. ;
  26. ; -- [server] section
  27. ; server_name = Server's name (EG: Korean Ragnarok Online, International Ragnarok Online, mRO, aeRO, etc)
  28. ; notice_url = URL of the HTML notice (without the http://) (EG: www.domain.com/notice.php)
  29. ; patch_site = hostname/IP of the HTTP patch server (where the files will be downloaded) (EG: www.patchserver.domain.com)
  30. ; patch_port = port number (1-65535). If omitted, defaults to 80.
  31. ; patch_list = absolute path to the patchlist text document, in patch_site (EG: /path/to/patchlist.txt, which forms the URL http://www.patchserver.domain.com/path/to/patchlist.txt)
  32. ; patch_folder = path to the folder which contains the patch files, in patch_site (EG: /path/to/folder/which/contain/patches/)
  33. ; executable = program to be launched when the "start game" button has been pressed (EG: ragexe.exe)
  34. ; registration_link = URL to launch when the user clicks the registration link (EG: http://www.domain.com/register.php). The associated program will be used to view the page.
  35. ; grf = grf file (EG: adata.grf)
  36. ; skin = skin to use (EG: default_skin). See the neoncube folder for a list of choices
  37. ; Backup_GRF = set to 1 if you want to backup the GRF file before applying the patch. 0 to disable.
  38. ; startup_option = [1] Can start the ragnarok client anytime.
  39. ; (patcher is still downloading files, patcher failed to connect, patcher failed to extract, etc).
  40. ; [2] Can start the ragnarok client only AFTER the patch process has completed
  41. ; (if it fails to connect/download a patch, it won't start).
  42. ; [3] Can start the ragnarok client only AFTER the patch process has completed
  43. ; (if it fails to connect/download a patch. it WILL start). *recommended*
  44. ;
  45. ; -- [general] section
  46. ; debug_mode = set to 1 to leave a the downloaded patch list as tmp.nc. If omitted, defaults to 0
  47. ; keep_patches = <not implemented yet>
  48. ; archive_passphrase = archive passphrase, e.g. for RAR passworded files
  49. ;
  50. ; -- [network] section
  51. ;
  52. ;
  53.  
  54. [server]
  55.  
  56. server_name = Ellinia RO
  57. notice_url = http://www.elliniaro.com/index.html
  58. patch_site = patch.elliniaro.com
  59. patch_port = 80
  60. patch_list = /patch/patchlist.txt
  61. patch_folder = /patch/file/
  62.  
  63. executable = ElliniaRO Client.exe
  64. registration_link = http://www.elliniaro.com/cp/?module=account&action=create
  65.  
  66. skin = skin_unknown
  67.  
  68. grf_file = ellinia_01.grf
  69. Backup_GRF = 1
  70. startup_option = 3
  71.  
  72. [general]
  73.  
  74. ;debug_mode = 0
  75. archive_passphrase = American Idiot
Advertisement
Add Comment
Please, Sign In to add comment