How to change version number

03/13/2018 15:07 devdash#1
hi Experts, i know that every update change the version number to+1, but iam asking i have server that iam still working on it, can i change the version to lower number without doing any updates ? as example: my server vers 1.90 i want to make it 1.89 or any lower number , thanks in advance guys.
03/13/2018 15:09 Mrs. Skies#2
You can use IP-Input tool, wich also makes it possible to change the version.
03/13/2018 15:10 florian0#3
Media.pk2 -> SV.T contains the version as string.

Code:
4 byte length
x bytes data
The data is encrypted using blowfish and the key used is
Code:
SILKROAD
(Originally it was SILKROADVERSION, but somehow Joymax managed to fuck up and use only the first 8 bytes ...)
03/13/2018 16:54 devdash#4
Quote:
Originally Posted by Mrs. Skies View Post
You can use IP-Input tool, wich also makes it possible to change the version.
i didn't mean that, i meant i want to change it on SMC aswell, not just on Client wish means i can keep updating it to reach the version number that i want, but what if i want a lower number what should i do then ?

Quote:
Originally Posted by florian0 View Post
Media.pk2 -> SV.T contains the version as string.

Code:
4 byte length
x bytes data
The data is encrypted using blowfish and the key used is
Code:
SILKROAD
(Originally it was SILKROADVERSION, but somehow Joymax managed to fuck up and use only the first 8 bytes ...)
i really apprecaite ur helpful answer, but not for me iam pure begginer so please explain how to change my version client and smc to lower version number
03/14/2018 06:22 HECKT0R#5
I will write an guide today since it might be useful for many ppl!



Here you GO [Only registered and activated users can see links. Click Here To Register...]
03/14/2018 10:40 devdash#6
Quote:
Originally Posted by msbmohamed View Post
I will write an guide today since it might be useful for many ppl!



Here you GO [Only registered and activated users can see links. Click Here To Register...]
FINALY, that's what i was looking for, but i still have 1 question, if i delete and do what u did in the theared, is that will effect anything else or just the number ? i mean will i lose any data like accounts, or idk anything or any bugs later, or i just changed the number ?
03/14/2018 13:35 HECKT0R#7
You won't loss anything it's just a version downgrade.
03/14/2018 16:30 devdash#8
Quote:
Originally Posted by msbmohamed View Post
You won't loss anything it's just a version downgrade.
thanks Sir, i will do it then and i appreciate ur awesome Explain Topic
#Closed.