-
No avatar
Need some information!
Hello community, i need some information about _ModuleVersion & _ModuleVersionFile in account db.
-
-
Re: Need some information!
-
No avatar
Re: Need some information!
If i want to disable an old patch, and if i want to downgrade my game version.. for example from v1.218 to v1.188
-
Re: Need some information!
_ModuleVersion table defines the actual version of the game (ex 001 or 105 or 36987512), to enable a specific version number (lets say your actual verion is 128 and you want to go back to 188) set nValid to 0 at nVersion 128 and nValid to 1 at nVersion 188)
_ModuleVersionFile table defines the files to download. same as before, if you want to delete a patch, simply delete all the data like in the example from nVersion 189 to the end
this only disables the patches, BUT dont delete any patch actually installed on the client (the files still exists on the client)
-
No avatar
Re: Need some information!
Thanks for info! was useful