{{infobox/software |heading=Image:neoncube-oobe.png
Neoncube after basic configuration with default skin. |developer=Ansell
"Cliffe" Cruz |version=1.2 / December 21, 2006 |os=Windows NT/2000/XP/Vista/7
|lang=English |type=Patch Client |license=GPL 2 (open source)
|web=http://patch.neon-cube.net/ {{dead link}} }} To use this guide you must
have a basic understanding of [Hercules], a wikipedia:Web_Server and how to edit, upload and manipulate files. You also need to be
versatile in making [GRF] and wikipedia:RAR_(file_format) files.
There are client and server files that need to be properly setup to work
together.
Sample neoncube.ini
[server]
server_name = YourRO
notice_url = yourro.com/patcher/index.html
patch_site = yourro.com
patch_port = 80
patch_list = /patcher/patchlist.txt
patch_folder = /patcher/patch/
executable = YourRO.exe
registration_link = http://yourro.com/cp/
skin = skin_rag
grf_file = yourro.grf
Backup_GRF = 1
startup_option = 3
[general]
archive_passphrase =
NOTES:
If your notice_url, patch_site, patch_list and patch_folder are different,
keep track of them throughout the rest of this guide.
This is the News Page that the patcher will display (supports HTML, PHP, ASP,
XML)
Create this file on the web server you defined with notice_url
This is the folder where you will put all the patches you create.
Create this folder on the web server you defined with patch_site'
This is the file that lists your patches and tells the NeonCube patcher
(client) what to download and where to patch it.
Create this file on the web server you defined with patch_site
Format:
patch#<TAB>destination<TAB>patch_name
patch#
start with 1, and increment for each new patch
destination
GRF will patch the grf, FLD will extract to folder
patch_name
the name of the patch (including file extension, of course)
Sample patchlist.txt (take note of the TABs. Comments are allowed)
//this will extract patch1.gpf into the data folder
1 FLD patch1.gpf
//here, patch2.gpf will be mergegd with grf_file
2 GRF patch2.gpf
//You can also delete files from the data folder.
3 FLD data\filenametodelete.xml*
//Deleting files inside a GRF archive is still supported
4 GRF data\i_will_delete_you.txt*
Example:
29 FLD 2007-12-29.rar
That means patch #29, FLD indicates it will be patching the folder , not
the grf. and 2007-12-29.rar indicates the name of the patch, representing Dec.
29, 2007
This error indicates that the patcher is unable to locate the patch list file
at the location you specified.
This error indicates that your patchlist.txt file is present in the correct
location. However, it also indicates that you have additional
text/formatted/unformatted characters before your list actually begins.