removed
or go to db syslogQuote:
Hi epvp :)
You find a dif for a .bin revision like this r25705 and you dont know revision of your bin?
Its easy.
Just open cmd and your client folder. Write to cmd path of client (for example cd C:\Users\elitepvp\Desktop\My new client) press enter.
Write this(metin2client.bin.. you should use .exe and name of your bin xD) press enter. And in your client directory will make a file metin2client.bin.version. Open it with notepad++ and you can see revision or your binary :)Code:metin2client.bin --perforce-revision
Sorry for my bad english.
Your knowloedge in this is much better then mine :-D Thank for reply and sorry for my bad ENG :)Quote:
In new binaries:
Search for this in unicode:
vs_version
And go down while you not find like this: 00 XX YY 00
The XX YY the revision in binary hex code, reverse it to YY XX and convert to decimal.
For example:
Text-view:
V.S._.V.E.R.S.I.O.N._.I.N.F.O.....˝.ďţ..........Ţ. ..............
Hex-view:
56 00 53 00 5F 00 56 00 45 00 52 00 53 00 49 00
4F 00 4E 00 5F 00 49 00 4E 00 46 00 4F 00 00 00
00 00 BD 04 EF FE 00 00 01 00 00 00 01 00 00 00
DE 90 00 00 01 00 01 00 00 00 17 00 00 00 00 00
Revision is: DE 90 --> 90 DE in converted: 37086
:rolleyes: