Quote:
Originally Posted by NoSo1337
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.....
|
#define __VER 15 // Do not change this unless you know what you do.
#define __CURRENT_LANG LANG_ENG // Do not change this unless you know what you do.
const int PATCH_VERSION = 21; // Same with the version you put in Titanium -> Config.ini
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////|
#define WEB_FIRST_PAGE "http://flyff.kro.kr/download.php" // Website that shows inside the box
#define SERVER_ROOT "NeuroSpace/RESCLIENT/" // Server root, where the Titanium patched list.txt is.
#define PATCHSEVER_URL "http://flyff.kro.kr/" // URL to your server root
#define HOME_LINK "http://flyff.kro.kr/" // Your website url shown above the news box.
#define SERVER_NAME "AsFlyff" // Your server's name shown on the bottom of the patcher.
#define REGISTER_LINK "http://flyff.kro.kr/register.php" // Your server's registration URL.
10/05-22:40:20 Attempt to connect(

).
10/05-22:40:20 Connected
10/05-22:40:20 NeuroSpace/RESCLIENT//list.txt.gz, 0(th), 0bytes
10/05-22:40:20 잘못된 URL입니다.
CODE: 12005 RESULT: 2
Is there anything I missed?