how to set version or disable the check in the client sources?
#3

I have set the File Version.cpp...

 

From...

#include "stdH.h"
#include <Engine/Base/Types.h>

UINT g_uiEngineVersion = 1;
// 1 ~ 9999        : normal
// 10000 ~ ...    : test
 

To the Version of the Client Files...

#include "stdH.h"
#include <Engine/Base/Types.h>

UINT g_uiEngineVersion = 10491;
// 1 ~ 9999        : normal
// 10000 ~ ...    : test
 

I hope the UINT means the Version as maximaled allowed Version with the Engine.dll...

 

Thank you very much

 

If its right so then this Post is solved



Messages In This Thread
[No subject] - by fantasymerlin - 01-02-2016, 03:58 PM
[No subject] - by ZaTii - 01-02-2016, 04:14 PM
[No subject] - by fantasymerlin - 01-05-2016, 12:43 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)