[Help] How to find version in Client

10/07/2011 07:03 jambovt05#1
please help me find version in the client and answer this question: find it where ? and how to change it's. Thank's it your help
10/07/2011 07:17 bheaven#2
version number is stored as a string inside "SV.T" file inside root of media.pk2.
"SV.T" is blowfish encrypted with the key "SILKROADVERSION" of which only the first eight bytes are used thus resulting in the key "SILKROAD".
the file is 1024 bytes long; all space after the string containing the version number is filled up with NULLs.

proof of concept to create a faked SV.T file (you can import the generated file into media.pk2 with pk2tools of pushedx afterwards): [Only registered and activated users can see links. Click Here To Register...]
10/07/2011 07:39 jambovt05#3
Please help me one question more: how to change the version in the vsro server file ?