Patcher Source!

12/04/2014 19:06 Serenity-.#1
Was ist damit in der Versioncommon.h von der Patcher Source gemeint?

#define PATCHSEVER_URL
12/04/2014 19:26 Grening#2
Ich nehme an das ist der Pfad von denen er die Patches lädt.
12/04/2014 19:32 Serenity-.#3
Und wie ist das gemeint?

Also der pfad is ja FlyffDE/RESCLIENT
12/04/2014 19:41 Grening#4
Da kann ich dir leider nicht weiterhelfen, ich hab einfach den Offi patcher genommen und mit hex editor das alles geändert.
12/04/2014 19:53 Serenity-.#5
Kannst mir das mit dem Offi Patcher genau erklären welche stellen ich da ändern muss?
12/04/2014 20:13 Grening#6
Hier ist es ganz gut erklärt.
[Only registered and activated users can see links. Click Here To Register...]

Edit: Falls du es nicht schaffst, kann ich es morgen für dich machen. Aber versuch es erstmal selber.
12/04/2014 20:24 Lumi#7
Im Source Ordner sollte ein PatchClient Ordner sein. Dort kann man auch ein Patcher erstellen (Offi like).
Patchserver Url ist der Pfad in der die Patches laden soll. Über diesem Define sollte normalerweise ein Define sein in der die IP stehen sollte.
12/04/2014 20:49 Serenity-.#8
const int PATCH_VERSION = 10;
#define WEB_FIRST_PAGE "wird im patcherkasten angezeigt (Beispiel: Online user usw)"
#define SERVER_ROOT "Pfad wo die Patches drin sind (FlyffDE/RESCLIENT)"
#define PATCHSEVER_URL "keine ahnung"
#define HOME_LINK "homepage link"
#define VERSION_NAME "irgendwas"

Jetzt brauch ich nur eine genaue erklärung für alles :D
12/04/2014 21:21 raventh1984#9
Wow Wut?

You want an explination for that? Just read it and you know what to do.

If you still can't figure simple things out. Then please leave it to the pros.

But i am not an kind of guy that is only saying something so here,

WEB_FIRST_PAGE = Url to your WebSite where your news is. Example
[Only registered and activated users can see links. Click Here To Register...]
SERVER_ROOT = The folder where the patcher must be looking for the data files to patch
Example htdocs\Patcher

PATCHSERVER_URL = The location of your website. Example [Only registered and activated users can see links. Click Here To Register...]

HOME_LINK = Also the location of your website home page. Example [Only registered and activated users can see links. Click Here To Register...]

VERSION_NAME = Not in use...

PATCH_VERSION = the version of your patchlist. For example
If you make an patchlist with Titanium patchlist generator and you set the patchlist on 10 then the patcher wont patch files until the patcher reads an higher number inside the patchlist.

I am hoping its all clear now. Sorry i couldnt do it in German i cant write in german and i hate google translate.
12/04/2014 22:04 Serenity-.#10
I finished it :D

The Thread can be closed

#closerrequest