Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[TUT] Change PDVersion (GBWC)

Newbie Spellweaver
Joined
Aug 3, 2009
Messages
26
Reaction score
16
Hello, I am providing the method of changing the PD server in a few steps, but in the same way that can help the privates will disrupt servers. But since I have no interest in continuing the game is there a tutorial for those who still insist on this game.

DOWNLOADS:

GME (NOT GG):

EDITOR HEX:

The method is very simple, here's how to do it.

1° Discovering Via ProductVersion hex ​​editor:

We will look for the string "01BB98400000B9" in his gunbound.gme, 4 pairs predecessors this will be the ProductVersion string as shown in the picture below.

KyLL3R - [TUT] Change PDVersion (GBWC) - RaGEZONE Forums


If you change any number of these 4 pairs you will be changing the ProductVersion from your server.

Since the Le GunBound as follows: The string's are read from back to front. That is if you have a hex string: F3F81500 so you can find the real value

you must reverse the couple getting the string as follows:

So you know what will be your product version you can simply use the "Convert Hex" Hex editor's own.

Below are the properties:

KyLL3R - [TUT] Change PDVersion (GBWC) - RaGEZONE Forums


Or simply select the 4 bytes, and look in the field Unsigned Long HEXA Editor as shown below:

KyLL3R - [TUT] Change PDVersion (GBWC) - RaGEZONE Forums


Value: 1439987 (IMG 1) 530661 (IMG 2) is a ProductVersion, you change in the settings.txt GunBoundServ (File Server).

Credits: KyLL3R
 
Last edited:
Junior Spellweaver
Joined
Jun 3, 2009
Messages
113
Reaction score
3
anyone can teach me how to do this ?
the picture is gone
I want to search my gunbound version to change the broker setting
please help thanks :D
 
Junior Spellweaver
Joined
Jun 3, 2009
Messages
113
Reaction score
3
bump !

anyone can teach me how to do this ?
the picture is gone
I want to search my gunbound version to change the broker setting
please help thanks :D
 
Newbie Spellweaver
Joined
Sep 25, 2011
Messages
22
Reaction score
0
anyone got a better version of this please and thanks
 
Junior Spellweaver
Joined
Oct 9, 2009
Messages
187
Reaction score
29
anyone got a better version of this please and thanks
if you want to get your PD Version, and your client in WC gets incorrect version,etc. go check you logs, sometimes it will log your current pdversion and you replace it on your server files.
 
Newbie Spellweaver
Joined
Sep 25, 2011
Messages
22
Reaction score
0
ya it doesnt always work some clients need some fixing before it does work
 
Newbie Spellweaver
Joined
May 7, 2021
Messages
41
Reaction score
4
The method only works on GME which previously had the gameguard removed.
(Changing it is just as easy as changing the GameguardEng to RanOnlinePH.)

Some know and can illustrate:
How to change the ProductVersion of the original softnyx client GMEs with Gameguard?
(I want to have the same productversion in all the clients I have, without making copies of the files)

Because I applied the method ... but the game is corrupted later when trying to open the world list.
(Black screen)
 
Newbie Spellweaver
Joined
May 7, 2021
Messages
41
Reaction score
4
Gunbound is unpacked, Armadillo.

I'm stuck here, target, don't load/don't call... gameguard.des / gamemon.des





I'm supposed to look for command

CMP ESI,755

but my original softnyx client's gunbound.gme file doesn't have that line. (755)

if you are using the original gme you have to unpack them first
 
Last edited:
Junior Spellweaver
Joined
Dec 20, 2004
Messages
143
Reaction score
63
a verry little example search gunbound in exe locate GunboundEnd or GunboundJp goto that addres
find all reference on top of function for address
the cmp compare eax if = 0x755 change little in vercion of gme

after the call you found a condicional jump remplace the call for the jump need in the cmp (note if you force bypass using nop or jump game show more error)
change register
sorry my bad english :tongue:
 
Last edited:
Back
Top