Patcher error "URL is invalid"
Hey everyone, I'm trying to setup a patcher with a website but I can't seem to get the patcher to work yet.
My patchlog on the client:
My list.txt
Quote:
ver:21
D:\HOME\SITE\WWWROOT\PATCHFILES
2017-09-03 11:49a 7253 propJob.inc
If i browse to the website itself like http://**********.azurewebsites.net/...es/list.txt.gz it downloads the file for me, So i am not sure what I am doing wrong.
Re: Patcher error "URL is invalid"
I assume your using Titanium, set the patcher version to 21 instead of 10.
Re: Patcher error "URL is invalid"
Quote:
Originally Posted by
Ketchup
I assume your using Titanium, set the patcher version to 21 instead of 10.
I am indeed, I am pretty sure I already did that. In the config.ini it is set to 21 and also you can see in the list.txt that I posted it says ver:21. I am working with cuvvie's v15 source.
Unless you mean in the actual patchclient code, let me take a look there.
Re: Patcher error "URL is invalid"
Patcher client version has to match titanium, so i would check the patcher source to.
Re: Patcher error "URL is invalid"
Alright, I'll do that. Another question. In the Titanium config there is a 'path' variable. That was originally set to C:\RESDATA or something, I tried changing it to either the http address of the folder or the local address on the website's server but neither of them did anything. What is the use of this path variable in the titanium config and what should it point to?
Re: Patcher error "URL is invalid"
This thread can be closed. I got the patcher to work by using the C# patcher found on this forum. Thanks for the help though.