Help patcher problem

03/21/2015 14:51 randeljohnvalencia#1
How to Change the picture of patcher

sorry for bad english :)
03/21/2015 15:26 -Venom'#2
What for a Patcher do you Use.

Sorry for My english i come from Germany
03/21/2015 15:36 randeljohnvalencia#3
FLYFF Patcher
03/22/2015 05:54 Ecrypter#4
if you have PatchClient folder in your source click and procced to image folder find image number 1 and option name and edit that in photoshop

next.
Go to BetaPatchClient in PatchClient folder open it in VS2003

Go to VersionCommon.h
find
#elif defined(__LANG_ENG_USA)

example

PHP Code:
#elif defined(__LANG_ENG_USA)
        #define __COUNTRY CNTRY_USA
        #define    __VER 15
        
const int PATCH_VERSION 71;
        
#define WEB_FIRST_PAGE  "http://www.asylumflyff.com/launcher.php"
        #define SERVER_ROOT     "NeuroSpace/RESCLIENT"
        #define PATCHSEVER_URL  "www.asylumflyff.com"
        #define HOME_LINK       ""
        #define VERSION_NAME    "" 
PATCH_VERSION is in your list
follow all