Hello, no matter how much I look at the patcher file, I couldn't do it. If you have any help, please contact me! Money can pay thanks
Discord: Asflyff#3236
Discord: Asflyff#3236
Quote:
PatchClient/VersiosCommon.h
look for something along the lines of this
should be "PATCH_VERSION = 21;"
make sure somewhere within the root folder of your website you have the file structure like my example below
Patch/NeuroSpace/RESCLIENT
the patch files should be stored within the RESCLIENT folder
PATCHSEVER_URL I think can be the server IP or domain name if I recall right.
replace the ?????? with your correct information and remember if no SSL remove https
or look into let's encrypt for a means to that?
#elif defined(__LANG_ENG_USA)
#define __COUNTRY CNTRY_USA
#define __VER 15
const int PATCH_VERSION = 21;
#define WEB_FIRST_PAGE "https://www.????????.???"
#define SERVER_ROOT "Patch/NeuroSpace/RESCLIENT"
#define PATCHSEVER_URL "Server URL"
#define HOME_LINK "https://www.????????.???"
once you've filled this section out open the PatchClient.sln and compile,
move the new patcher into the client folder and run.
I'm not programmer and I've not worked on FlyFF files in ages so I'm only going off memory, keep in mind I could be totally wrong.....
final noted I'll assume you've look into your method of encrypting the data files and already know about all that and "Titanium 2" if not you have a few more steps to look into.
if someone else has already helped you out just ignore this. Thanks.....