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!

Changing Main.exe default port 44405 to a different one (S6E1 client).

Status
Not open for further replies.
Joined
Jan 9, 2005
Messages
669
Reaction score
83
as teh title says, is there anyway to change the main.exe default port?

cuz as i was searching all they say is just change the joinserver/cs port. tried but no avail main is still looking to connect on port 44405.

thanks in advance for the help.
 
Joined
Jan 9, 2005
Messages
669
Reaction score
83
okay so would mind telling me what to do in hex editor? i mean i know how to use it basically but dunno how to directly change it xD i usually search via TEXT but i doubt that wont do xD cuz i have doubts that it is written differently xD

thanks!
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Dec 5, 2009
Messages
2,657
Reaction score
1,178
@Ume Kurumizawa

default port is 44405 (AD75) you need to find using olllydbg that value
and change to port you want > copy all to executable > save

so for example
44405 = AD75
44406 = AD76
44488 = ADC8

(just transfer with calc DEC to HEX and u will get port you want)

next step is to change port in Connect Server

that's all
 
Upvote 0
Joined
Jan 9, 2005
Messages
669
Reaction score
83
demn cant get it right always error ^^, i think the problem is my main?

when im about to save it (copy > select all > copy to executable > all modified)..:

JaneX - Changing Main.exe default port 44405 to a different one (S6E1 client). - RaGEZONE Forums


or did i just did teh right thing? xD

could you please tell me the proper procedure step by step? i suck at these things xD

and if you dont mind could you please modify my main.exe? its a 1.07x season 6 episode 1 main.

and change the port to any number other than 44405?

thanks in advance.
 
Last edited:
Upvote 0
Custom Title Activated
Loyal Member
Joined
Dec 5, 2009
Messages
2,657
Reaction score
1,178
1. Select ALL > Copy to Executable > Selection
2. If you still have that error, just mark edited code with mouse for example (10 lines)
> Copy to Executable > Selection & Save File
 
Upvote 0
Joined
Jan 9, 2005
Messages
669
Reaction score
83
well it works now but the main.exe doesnt show anything after running it xD maybe i modified the wrong code or sumthin. darn xD

i was planning to have a 3rd server. right now i have easy and hard type server both sharing same account but different characters on each realm. xD

the 3rd would be on a different client but same server file and version.
 
Upvote 0
Status
Not open for further replies.
Back
Top