Register for your free account! | Forgot your password?

You last visited: Today at 10:27

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Patcher Source!

Discussion on Patcher Source! within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
Serenity-.'s Avatar
 
elite*gold: 20
Join Date: Jun 2013
Posts: 445
Received Thanks: 76
Patcher Source!

Was ist damit in der Versioncommon.h von der Patcher Source gemeint?

#define PATCHSEVER_URL
Serenity-. is offline  
Old 12/04/2014, 19:26   #2
 
Grening's Avatar
 
elite*gold: 0
Join Date: Dec 2013
Posts: 228
Received Thanks: 99
Ich nehme an das ist der Pfad von denen er die Patches lädt.
Grening is offline  
Old 12/04/2014, 19:32   #3
 
Serenity-.'s Avatar
 
elite*gold: 20
Join Date: Jun 2013
Posts: 445
Received Thanks: 76
Und wie ist das gemeint?

Also der pfad is ja FlyffDE/RESCLIENT
Serenity-. is offline  
Old 12/04/2014, 19:41   #4
 
Grening's Avatar
 
elite*gold: 0
Join Date: Dec 2013
Posts: 228
Received Thanks: 99
Da kann ich dir leider nicht weiterhelfen, ich hab einfach den Offi patcher genommen und mit hex editor das alles geändert.
Grening is offline  
Old 12/04/2014, 19:53   #5
 
Serenity-.'s Avatar
 
elite*gold: 20
Join Date: Jun 2013
Posts: 445
Received Thanks: 76
Kannst mir das mit dem Offi Patcher genau erklären welche stellen ich da ändern muss?
Serenity-. is offline  
Old 12/04/2014, 20:13   #6
 
Grening's Avatar
 
elite*gold: 0
Join Date: Dec 2013
Posts: 228
Received Thanks: 99
Hier ist es ganz gut erklärt.


Edit: Falls du es nicht schaffst, kann ich es morgen für dich machen. Aber versuch es erstmal selber.
Grening is offline  
Old 12/04/2014, 20:24   #7
ベトナム警察



 
Lumi's Avatar
 
elite*gold: 725
The Black Market: 512/0/0
Join Date: Jan 2012
Posts: 16,344
Received Thanks: 3,425
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.
Lumi is offline  
Old 12/04/2014, 20:49   #8
 
Serenity-.'s Avatar
 
elite*gold: 20
Join Date: Jun 2013
Posts: 445
Received Thanks: 76
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
Serenity-. is offline  
Old 12/04/2014, 21:21   #9
 
elite*gold: 0
Join Date: Oct 2012
Posts: 948
Received Thanks: 157
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

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

HOME_LINK = Also the location of your website home page. Example

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.
raventh1984 is offline  
Old 12/04/2014, 22:04   #10
 
Serenity-.'s Avatar
 
elite*gold: 20
Join Date: Jun 2013
Posts: 445
Received Thanks: 76
I finished it

The Thread can be closed

#closerrequest
Serenity-. is offline  
Reply


Similar Threads Similar Threads
WPF Patcher Source
05/20/2013 - Metin2 Private Server - 11 Replies
Hallo liebe Com, Da ich ja freizeitlich Patcher Programmiere und auch andere dinge in VB WinForm wollte ich gerne mal wissen wie so ein Source von einer WPF Anwendung aussieht. Meine frage ist ob jemand einen Source hat und ihn mir schicken könnte danke im voraus. Besonderheiten - Sollte in Basic Programmiert sein.
[FRAGE] Patcher Source
09/09/2012 - Metin2 Private Server - 2 Replies
Hi All! Ich bin anfanger programmierer.Hab ich schon gemacht anwendunge. (VB.NET,C#) Gestern hab ich gemacht meinem leben erste das patcher,aber hab ich eine probleme.Leider von 0 kann ich nicht schreiben die kode. Auf das forum auch habe gesucht kode,aber nicht gefunden wenigstenst eine normale.Ich bin sehr Dankbar wenn jegendwem kann helfen.Findest : (A Pacher C#, Oder VB.Net) | This text translated to German my Friend | English: I'm really beginner at Visual Basic, but i like...
Patcher Source Frage
08/31/2012 - Flyff Private Server - 7 Replies
Hallo, Ihr kennt das doch sicherlich, wenn ihr patches erstellt und die User patchen grade, dass ihr errors bekommt, weil auf die datei grade zugegriffen wird. deshalb habe ich mir gedacht, warum nicht eine datei im Patchverzeichnis erstellen die so aussieht: patch_allow=0 // oder 1 wobei 0 dafür steht das man im moment nicht Patchen kann und 1 dafür steht das der Patcher einfach Patcht. Und im Patcher dann einzuprogrammieren das er das Abfragt. Meine Frage ist jetzt wo genau ich...
[Patcher Source] Patcher mehrfach startbar
06/25/2012 - Flyff PServer Guides & Releases - 6 Replies
Hi aufgrund mehrerer Fragen hier das Mini-Snippet :) das hier in der BetaPatchClient.cpp BOOL CBetaPatchClientApp::InitInstance() { AfxEnableControlContainer(); #ifdef _AFXDLL Enable3dControls(); // Call this when using MFC in a shared DLL #else Enable3dControlsStatic(); // Call this when linking to MFC statically #endif
Source noLauncher-Patcher
05/09/2010 - General Gaming Discussion - 2 Replies
Auf Anfrage schnell zusammengeklatscht und kurz ausprobiert! 100% Crapcode! Patcher zum Versionscheck/Launcherstart zu entfernen. Binary gibts nicht, wer damit nix anfangen kann hat Pech und soll sterben gehen! click here 4 teh copypasta Funktioniert nur mit V3.0.0+ Clients weil ein jump sich 1Byte verschoben hat... kein Bock Signatur für alten Mist zu suchen Grüße ans Wombat xD



All times are GMT +1. The time now is 10:27.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.