|
You last visited: Today at 07:40
Advertisement
[SAMMELTHREAD] Metin2 Source Compile Tips/Tuts
Discussion on [SAMMELTHREAD] Metin2 Source Compile Tips/Tuts within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.
01/24/2014, 16:32
|
#241
|
elite*gold: 0
Join Date: Jan 2010
Posts: 104
Received Thanks: 158
|
Quote:
Originally Posted by Originale_59
Here I successfully integrate the HackShield in my launcher I have a problem "HACK_SHIELD_UPDATE_ERROR"
I can not manage to solve it so I turn to you friends
|
Adding to what Shogun said, if you want to remove the update, find where that error is raised and backtrace to the update function, either completely remove it or somehow bypass its verification.
|
|
|
01/24/2014, 17:26
|
#242
|
elite*gold: 0
Join Date: Jun 2013
Posts: 65
Received Thanks: 9
|
Thank you for your response .Shogun and GunnerMBT
I show you what I found
Quote:
#ifndef _DEBUG
//ÇÙ½¯µå ¾÷µ¥ÀÌÆ®
DWORD dwUpRet = 0;
MA_TCHAR szFullFilePath[MA_MAX_PATH];
// ÇÙ½¯µå Æú´õ À§Ä¡¸¦ ÁöÁ¤ÇÕ´Ï´Ù.
MA_PathMerge(szFullFilePath, MA_ARRAYCOUNT(szFullFilePath), szModuleDirPath, "hshield");
AHNHS_EXT_ERRORINFO HsExtError = {0,};
// _AhnHS_HSUpdate ÇÔ¼ö È£Ãâ
dwUpRet = _AhnHS_HSUpdateEx( szFullFilePath, // ÇÙ½¯µå Æú´õ °æ·Î
1000 * 600, // ¾÷µ¥ÀÌÆ® Àüü ŸÀÓ ¾Æ¿ô
METIN2HS_CODE, // °ÔÀÓ ÄÚµå
AHNHSUPDATE_CHKOPT_HOSTFILE| AHNHSUPDATE_CHKOPT_GAMECODE,
HsExtError,
1000* 20 ); // ¼*¹ö ¿¬°á ŸÀӾƿô
// Ex ÇÔ¼ö¸¦ »ç¿ëÇϽǶ§´Â ¹Ýµå½Ã HSUpSetEnv.exe ¼³Á¤ Åø·Î env ÆÄÀÏ¿¡
// °ÔÀÓ Äڵ带 ÀÔ·ÂÇÏ¼Å¾ß ÇÕ´Ï´Ù.
if ( dwUpRet != ERROR_SUCCESS)
{
// ¿¡·¯ ó¸®
switch ( dwUpRet )
{
case HSERROR_ENVFILE_NOTREAD:
MessageBox(NULL, MA_T("HACK_SHIELD_UPDATE_ERROR : HSERROR_ENVFILE_NOTREAD"), "HACK_SHIELD", MB_OK);
break;
case HSERROR_ENVFILE_NOTWRITE:
MessageBox(NULL, MA_T("HACK_SHIELD_UPDATE_ERROR : HSERROR_ENVFILE_NOTWRITE"), "HACK_SHIELD", MB_OK);
break;
case HSERROR_NETWORK_CONNECT_FAIL:
MessageBox(NULL, MA_T("HACK_SHIELD_UPDATE_ERROR : HSERROR_NETWORK_CONNECT_FAIL"), "HACK_SHIELD", MB_OK);
break;
case HSERROR_HSUPDATE_TIMEOUT:
MessageBox(NULL, MA_T("HACK_SHIELD_UPDATE_ERROR : HSERROR_HSUPDATE_TIMEOUT"), "HACK_SHIELD", MB_OK);
break;
case HSERROR_MISMATCH_ENVFILE:
MessageBox(NULL, MA_T("HACK_SHIELD_UPDATE_ERROR : HSERROR_MISMATCH_ENVFILE"), "HACK_SHIELD", MB_OK);
break;
case HSERROR_HOSTFILE_MODIFICATION:
MessageBox(NULL, MA_T("HACK_SHIELD_UPDATE_ERROR : HSERROR_HOSTFILE_MODIFICATION"), "HACK_SHIELD", MB_OK);
break;
default:
break;
}
MessageBox(NULL, MA_T("HACK_SHIELD_UPDATE_ERROR"), "HACK_SHIELD", MB_OK);
return false;
}
#endif
|
I'm on the right track?
also
I try to remove the verification type pack but I do not find her if you can give me a track
Thank you to you
|
|
|
01/24/2014, 18:04
|
#243
|
elite*gold: 0
Join Date: Nov 2011
Posts: 395
Received Thanks: 29
|
anybody can connect me with teamviewer for show how to compile metin2 sources with visual studio 2013 and on freebsd ?
|
|
|
01/24/2014, 18:09
|
#244
|
elite*gold: 0
Join Date: Jul 2013
Posts: 27
Received Thanks: 47
|
Someone compiled World Editor from Minimap?
If yes please send link
|
|
|
01/24/2014, 19:53
|
#245
|
elite*gold: 0
Join Date: Oct 2010
Posts: 115
Received Thanks: 14
|
Quote:
Originally Posted by Originale_59
Here I successfully integrate the HackShield in my launcher I have a problem "HACK_SHIELD_UPDATE_ERROR"
I can not manage to solve it so I turn to you friends
|
In Extern\bin\HackShield\Win\x86 you have tool for edit "HSUpdate.env" just type own update server. Hackshield without hsms is only piece of **** example log in hackshield_log

it's only information in reason column you have always 0 and it's printed when client don't respond to server with hackshield packets.All informations about hackshield detections is send to external hsms server.
|
|
|
01/24/2014, 22:15
|
#246
|
elite*gold: 0
Join Date: Nov 2011
Posts: 395
Received Thanks: 29
|
anybody can connect me with teamviewer for show how to compile metin2 sources with visual studio 2013 and on freebsd ?
|
|
|
01/24/2014, 22:40
|
#247
|
elite*gold: 317
Join Date: Jul 2008
Posts: 511
Received Thanks: 102
|
Quote:
Originally Posted by Laben
anybody can connect me with teamviewer for show how to compile metin2 sources with visual studio 2013 and on freebsd ?
|
no
|
|
|
01/24/2014, 23:11
|
#248
|
elite*gold: 0
Join Date: Aug 2012
Posts: 974
Received Thanks: 89
|
/libexec/ld-elf.so.1: /lib/libc.so.7: version FBSD_1.3 required
fehler
|
|
|
01/25/2014, 00:51
|
#249
|
elite*gold: 0
Join Date: Jun 2013
Posts: 65
Received Thanks: 9
|
@5203307a
Thank you for your indication to succeed has to operate the HackShield 
I saw you given my track to not give me all in the hands ,)
I have a can look at everything that was in the folder I think these the Tool "Amazon.exe". Am I wrong?
I can not create or edit the file "HSUpdate.env"
You could tell me some steps how to use!
Please and Thanks
|
|
|
01/25/2014, 01:02
|
#250
|
elite*gold: 0
Join Date: Oct 2010
Posts: 115
Received Thanks: 14
|
Amazon.exe is test client for testing hs implementation "MiniA.exe" is server and "bin\HackShield\Win\x86\Util" you have HSUpSetEnv.exe for HSUpdate.env config. If you want run hs on serverside you need generate .hsb file and move it into channels named metin2client.bin.hsb then type "hackshield_enable: 1
in config files. Toll for create it you have in "HackShield\Win\x86\AntiCrack" named "HSBGen.exe"
|
|
|
01/25/2014, 01:49
|
#251
|
elite*gold: 0
Join Date: Nov 2011
Posts: 395
Received Thanks: 29
|
Quote:
Originally Posted by 5203307a
Amazon.exe is test client for testing hs implementation "MiniA.exe" is server and "bin\HackShield\Win\x86\Util" you have HSUpSetEnv.exe for HSUpdate.env config. If you want run hs on serverside you need generate .hsb file and move it into channels named metin2client.bin.hsb then type "hackshield_enable: 1
in config files. Toll for create it you have in "HackShield\Win\x86\AntiCrack" named "HSBGen.exe"
|
friend please can you help to me with teamviewer so my ready all files please
|
|
|
01/25/2014, 02:08
|
#252
|
elite*gold: 0
Join Date: Jan 2010
Posts: 104
Received Thanks: 158
|
Quote:
Originally Posted by Laben
friend please can you help to me with teamviewer so my ready all files please
|
Nobody will do your work for you, if you need help we'll be glad to help, but you'll have to show some research and learning effort...
|
|
|
01/25/2014, 02:16
|
#253
|
elite*gold: 317
Join Date: Jul 2008
Posts: 511
Received Thanks: 102
|
Quote:
Fehler 1 error C2440: 'initializing' : cannot convert from 'std::vector<_Ty>' to 'std::vector<_Ty> &' WorldEditor\Dialog\MapObjectPropertyPageAmbience.c pp 78 1 WorldEditor
Fehler 2 error C2665: 'DeleteVectorItem' : none of the 2 overloads could convert all the argument types WorldEditor\Dialog\MapObjectPropertyPageAmbience.c pp 205 1 WorldEditor
|
Someone maybe know how to fix ?
|
|
|
01/25/2014, 05:29
|
#254
|
elite*gold: 0
Join Date: Oct 2010
Posts: 115
Received Thanks: 14
|
Quote:
Originally Posted by mamAmok
Someone maybe know how to fix ?
|
For compile world editor you must use v80 toolset or v90
|
|
|
01/25/2014, 16:54
|
#255
|
elite*gold: 0
Join Date: Jan 2010
Posts: 104
Received Thanks: 158
|
Quote:
Originally Posted by mamAmok
Someone maybe know how to fix ?
|
Show us the relevant part of code...
|
|
|
Similar Threads
|
Reverse Crypt Systems [Tips/Hints/Tuts needed]]
03/01/2012 - CO2 Private Server - 8 Replies
Hello PVPers,
So the Title says it all, Since i came here and i am trying to learn how to be a good Coder and Co2 P.Server Specially , i guess i dd well so far but i'v noticed that all my prev experience ddnt came near Encrypting/Decrypting systems , i also aware of that most of good coders around here are very busy coding stuff and so ,i was away for sometime and about 2 months ago i came back from AD (work trip) and a friend asked for an up to date P.Server , actually i miss that fun so...
|
All times are GMT +1. The time now is 07:41.
|
|