Hey! I tried to make the patch update my grf and my system folder with the gpf and rgz files, respectively, but even so, the patcher spends a while "downloading patch_main.txt" and then "failed to download patch_main.txt" appears.
I've already tidied up the files and patch_main.txt on my webhost but it still won't update!
Below is the Patcher configuration
[ROCred]
ConfigID=http://new-horizonro.com.br/
FontFace=Verdana
FontSize=20
FontSize2=16
MiscInfo=0
SkinDirectory=.
; Status bar
IDC_STATUSBAR.X=45
IDC_STATUSBAR.Y=680
IDC_STATUSBAR.W=510
IDC_STATUSBAR.H=32
; Progress bar
IDC_PROGRESSBAR.X=45
IDC_PROGRESSBAR.Y=680
ButtonHotTrack=1
EditBackground=2
EditBackgroundColor=#fff
EditForegroundColor=#000
EditFrame=1
ProgressCenterMode=0
ShowWindowCaption=0
StatusBackground=1
StatusBackgroundColor=#fff
StatusForegroundColor=#000
MediaBackground=
DevMode=0
ConfigIsReady=1
[ROCred.Buttons.LAUNCH#1]
X=916
Y=586
W=202
H=64
DisplayName=#1005
ActionType=0
ActionData=NH.exe 1rag1
ActionHandler=
; Close button
; Note: If you specify a button skin (btnclose.png / BTNCLOSE)
; W and H members will be ignored and taken from the image.
[ROCred.Buttons.CLOSE#2]
X=1240
Y=0
W=40
H=40
DisplayName=#1006
ActionType=2
[ROCred.Buttons.SCREENSHOTS]
X=1120
Y=0
W=40
H=40
DisplayName=Open folder with screenshots
ActionType=0
ActionData=""..\Patch\ScreenShot""
[ROCred.Buttons.SETTINGS]
X=1160
Y=0
W=40
H=40
DisplayName=Settings
ActionType=0
ActionData=opensetup.exe
[ROCred.Buttons.MINIMIZE]
X=1200
Y=0
W=40
H=40
DisplayName=Minimize
ActionType=5
[ROCred.Browsers.CAROUSEL]
;X=50
;Y=234
;W=460
;H=213
;Url=skin/carousel.htm
[ROCred.Browsers.NEWS]
X=50
Y=360
W=460
H=213
Url=https://new-horizonro.net/noticepatcher.html
[ROCred.Browsers.STATUS]
;X=45
;Y=370
;W=510
;H=24
;Url=skin/fakestatus.htm
[ROCred.Buttons.YOUTUBE]
X=56
Y=600
W=40
H=40
DisplayName=YouTube
ActionType=0
ActionData=https://www.youtube.com/channel/UCdTa9I_boIkez1T59fL2tMQ
[ROCred.Buttons.DISCORD]
X=190
Y=600
W=40
H=40
DisplayName=Discord
ActionType=0
ActionData=https://discord.gg/newhorizonro
ActionHandler=
[ROCred.Buttons.TWITCH]
X=320
Y=600
W=40
H=40
DisplayName=Twitch
ActionType=0
ActionData=https://www.twitch.tv/sreli
ActionHandler=
[ROCred.Buttons.HOMEPAGE]
X=462
Y=600
W=40
H=40
DisplayName=Website
ActionType=0
ActionData=https://new-horizonro.net/
; Patch Configurations
;
; You can register patch processes to run before ActionTypes 4 and 6
; button actions can be executed. Each section in the format
; ROCred.Patcher.<your config identifier> will create a separate
; patch process. The config identifier must be unique (among other
; patch configs), but is otherwise meaningless. Patch processes run
; sequentially in given order. The amount of patch configs is only
; limited by available memory.
; Each downloaded file is processed by a file type handler, that may
; or may not post-process it. By default the application comes with
; the follwing handlers:
; - *.gpf (merged into archive defined in PakFile)
; - *.rgz (unpacked)
; - *.zip (unpacked)
; - *.* (will save unhandled files as is)
; When at least one patch process is registered, the patcher can be
; updated by distributing the updated version as "elurair.new".
[ROCred.Patchers.Main]
; Local file name to record patch progress in.
; Note: The file records the last processed counter from the patch
; list stored as a 32-bit unsigned integer in little-endian
; byte-order (4 bytes, LSB first).
; Note: Patch process will fail, if this file is missing or contains
; invalid data, that means, it is NOT automagically created
; and initialized the first time you run Elurair. This is to
; prevent corruption of unrelated files from patching inside
; a wrong directory.
InfFile=main.inf
; Local file name for archive-style patches. Actual meaning depends
; on the archive handler in use.
PakFile=newhro.grf
; Remote file name that contains list of patches to download and
; apply. Each line corresponds to one patch. Use only characters
; from the ASCII character set. Empty lines and lines starting with
; // are ignored.
; Format:
; <incremental counter> <patch file name>
; RegExp:
; /^(\d{2,}|[1-9])[ \t]+([^\r\n]+)$/m
; Example:
; 1 20XX-07-04SetupFix.rgz
; 2 20XX-07-05PatchFix.rgz
; //3 20XX-07-11Event.gpf
; 4 20XX-07-11Event2.gpf
; 5 weather/summer.gpf
; Note: If you use sub-directories (paths) in the patch list, the
; file will be downloaded from there, but it's local name will
; be without that path. If you need to put files into sub-
; directories, pack them into an archive.
; Note: If you do not want the list to mingle among patches, you can
; specify a path along the file name, which can be a parent
; directory as well.
;WebList=meta/patch_main.txt
;WebList=../patch_main.txt
WebList=patch_main.txt
; Patch list (WebList) format version.
; Values:
; 0: Default WebList.
; 1: Additional 3rd parameter that specifies modifier(s).
; Format:
; <incremental counter> <patch file name> [<modifier>]
; RegExp:
; /^(\d{2,}|[1-9])[ \t]+([^ \t\r\n]+)(?:[ \t]+([a-z]+(?:,[a-z]+)*))?$/m
; Example:
; 1 20XX-07-04SetupFix.rgz
; 2 20XX-07-05PatchFix.rgz stop
; //3 20XX-07-11Event.gpf
; 4 20XX-07-11Event2.gpf delete
; 5 weather/summer.gpf
; Modifiers:
; stop: stop patch process (e.g. for Elurair update)
; delete: remove files or subtract patch from archive
; - *.gpf (subtractive)
; - *.rgz (not supported)
; - *.zip (delete local files)
; - *.* (delete unhandled local files)
; Note: Using version 1 for 3rd party patch servers is HIGHLY UNSAFE
; and should be avoided, unless you know what you are doing.
; Note: Using the delete modifier with unhandled file types is risky
; and should be avoided in favor of ZIP files with stub files.
WebListVer=0
; Path on the patch server that will be used when downloading remote
; files.
WebPath=http://new-horizonro.com.br/web/
; Patch server IP/domain name that will be used when downloading
; remote files.
WebSite=http://new-horizonro.com.br/
; Protocol to use when downloading remote files.
; Values:
; http
WebProt=http
; Patch progress to start patching at.
; Note: This is meant to begin patch progress at a desired point in
; case of 3rd party patch servers.
;InfPatchMin=123
InfPatchMin=
; Patch progress to stop patching at (i.e. up to including).
; Note: This is meant to limit patch progress to a desired point in
; case of 3rd party patch servers.
;InfPatchMax=2411
InfPatchMax=