|
You last visited: Today at 14:11
Advertisement
40k bin. with support type 1 & 2
Discussion on 40k bin. with support type 1 & 2 within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.
01/23/2014, 19:05
|
#1
|
elite*gold: 0
Join Date: Oct 2011
Posts: 145
Received Thanks: 23
|
40k bin. with support type 1 & 2
Hi, here's the 40k bin with the support of type 1 & 2 pack.
Virus total:
|
|
|
01/23/2014, 19:07
|
#2
|
elite*gold: 50
Join Date: Mar 2013
Posts: 2,401
Received Thanks: 1,613
|
Type 1 is always supported 
Type2 ist the unsupported one
|
|
|
01/23/2014, 19:09
|
#3
|
elite*gold: 14
Join Date: Feb 2011
Posts: 1,450
Received Thanks: 1,044
|
Sieht nach keinem Virus aus 
habs auch nochmal durch Virustotal gejagt, scheint Clean zu sein
|
|
|
01/23/2014, 19:14
|
#4
|
elite*gold: 0
Join Date: Oct 2011
Posts: 145
Received Thanks: 23
|
Speak english please, don't understand Deutsch and it's type 1 & 2, my fault sorry ^^
|
|
|
01/23/2014, 19:35
|
#5
|
elite*gold: 0
Join Date: Nov 2011
Posts: 395
Received Thanks: 29
|
OMG İTS A REAL? OVV THANKS FRİEND
/edit not working
|
|
|
01/25/2014, 00:01
|
#6
|
elite*gold: 0
Join Date: Oct 2011
Posts: 145
Received Thanks: 23
|
You welcome ^^
|
|
|
01/25/2014, 00:24
|
#7
|
elite*gold: 0
Join Date: Oct 2010
Posts: 115
Received Thanks: 14
|
lol type 1 and 2 is always supported by metin2 since 200x year
Code:
COMPRESSED_TYPE_NONE = 0,
COMPRESSED_TYPE_COMPRESS = 1,
COMPRESSED_TYPE_SECURITY = 2,
COMPRESSED_TYPE_PANAMA = 3,
COMPRESSED_TYPE_HYBRIDCRYPT = 4,
COMPRESSED_TYPE_HYBRIDCRYPT_WITHSDB = 5,
COMPRESSED_TYPE_COUNT = 6,
But for type 2 is calculated md5/crc32 checksum
Code:
bool bIsSecurityCheckRequired = ( index->compressed_type == COMPRESSED_TYPE_SECURITY ||
index->compressed_type == COMPRESSED_TYPE_PANAMA );
if( bIsSecurityCheckRequired )
{
#ifdef CHECKSUM_CHECK_MD5
MD5_CTX context;
GenerateMD5Hash( (BYTE*)(*data), index->data_size, context );
if( memcmp( index->MD5Digest, context.digest, 16 ) != 0 )
{
return false;
}
#else
DWORD dwCrc32 = GetCRC32((const char*)(*data), index->data_size);
if( index->data_crc != dwCrc32 )
{
return false;
}
#endif
}
Type 0 is raw storage and type 1 is lzo compression.Type 2 is supported now by new Tim packer and balika01 tool.
|
|
|
01/25/2014, 01:47
|
#8
|
elite*gold: 0
Join Date: Nov 2011
Posts: 395
Received Thanks: 29
|
Quote:
Originally Posted by 5203307a
lol type 1 and 2 is always supported by metin2 since 200x year
Code:
COMPRESSED_TYPE_NONE = 0,
COMPRESSED_TYPE_COMPRESS = 1,
COMPRESSED_TYPE_SECURITY = 2,
COMPRESSED_TYPE_PANAMA = 3,
COMPRESSED_TYPE_HYBRIDCRYPT = 4,
COMPRESSED_TYPE_HYBRIDCRYPT_WITHSDB = 5,
COMPRESSED_TYPE_COUNT = 6,
But for type 2 is calculated md5/crc32 checksum
Code:
bool bIsSecurityCheckRequired = ( index->compressed_type == COMPRESSED_TYPE_SECURITY ||
index->compressed_type == COMPRESSED_TYPE_PANAMA );
if( bIsSecurityCheckRequired )
{
#ifdef CHECKSUM_CHECK_MD5
MD5_CTX context;
GenerateMD5Hash( (BYTE*)(*data), index->data_size, context );
if( memcmp( index->MD5Digest, context.digest, 16 ) != 0 )
{
return false;
}
#else
DWORD dwCrc32 = GetCRC32((const char*)(*data), index->data_size);
if( index->data_crc != dwCrc32 )
{
return false;
}
#endif
}
Type 0 is raw storage and type 1 is lzo compression.Type 2 is supported now by new Tim packer and balika01 tool.
|
finally we need informations as like your peoples
thanksss a lott
|
|
|
01/25/2014, 06:23
|
#9
|
elite*gold: 317
Join Date: Jul 2008
Posts: 511
Received Thanks: 102
|
balika01 tool which you mean ?
|
|
|
01/25/2014, 12:39
|
#10
|
elite*gold: 0
Join Date: Aug 2013
Posts: 15
Received Thanks: 4
|
This is 28k not 40k
|
|
|
01/25/2014, 15:24
|
#11
|
elite*gold: 0
Join Date: Oct 2010
Posts: 115
Received Thanks: 14
|
Quote:
Originally Posted by Zaitsev000
This is 28k not 40k 
|
Yes. 28k have same functions like you 40k and source is available. Go to make dif for scrap bins
|
|
|
01/25/2014, 16:19
|
#12
|
elite*gold: 0
Join Date: Jun 2013
Posts: 65
Received Thanks: 9
|
@5203307a
you'd tell me where is the fonctione type 1 and 2 in the source launcher I try, I try finding nothing
|
|
|
Similar Threads
|
Item.sdata type and type id expantion
10/13/2013 - Shaiya Private Server - 7 Replies
most types have 255 items.
like type 1 can have 1 to 255 items
the types, 67, 68, 70, 71. (light armor) and 82, 83, 85, 86 (fury armor)
hold only 54 items
is there a way to expand those from 48 to 255, so i can ad more armor / elemental tops ? ( ep4 server )
|
how to make isro client support multi language type?
07/21/2011 - SRO Private Server - 4 Replies
hi all im wondering how to make isro client support multi language input?
like chinese/kr language type thanks everyoneXD
|
Need item type and token type boot
03/18/2008 - Conquer Online 2 - 1 Replies
Hi All programers and makers of boots, Great job. Could some one make item and token type boot for patch 5118. Please
|
All times are GMT +1. The time now is 14:16.
|
|