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!

How can I change the ProjectG.exe(pangya executable) IP?

Initiate Mage
Joined
Apr 24, 2014
Messages
3
Reaction score
0
I don't know how to change client IP with ProjectG.exe
I already builded server, and it can work on lan(127.0.0.1)

But I want to playing with friend,so I have to give him the client files.
But ProjectG.exe only can link to 127.0.0.1, so I want to know how can I change it.
Thanks for any help.
 
Last edited by a moderator:
Experienced Elementalist
Joined
Apr 3, 2004
Messages
240
Reaction score
19
You'll need a Hex Editor to edit ProjectG.exe (I suggest Hex Workshop since its easy to use and free).
Now you'll want to change 127.0.0.1 to your actual IP, so search for a text string with the value "127.0.0.1".

Note: In most ProjectG.exe files it will be just before or after a line of text that contains something like "hohoho" (if i remember correctly).
Change the value of the IP to the new one and save it.
 
Upvote 0
Initiate Mage
Joined
Apr 24, 2014
Messages
3
Reaction score
0
Hi Lunachick,

Thank you very much,I have already did it after 2 days,this's too hard to find the answer
Now my server is working a few weeks,thank you for everything.
 
Upvote 0
Experienced Elementalist
Joined
Apr 3, 2004
Messages
240
Reaction score
19
If you, by any chance, need help with anything else feel free to let us know.
Plenty of people who still visit the Pangya section will gladly help you out I'm sure.
 
Upvote 0
Junior Spellweaver
Joined
Sep 16, 2006
Messages
115
Reaction score
4
I don't know how to change client IP with ProjectG.exe
I already builded server, and it can work on lan(127.0.0.1)

But I want to playing with friend,so I have to give him the client files.
But ProjectG.exe only can link to 127.0.0.1, so I want to know how can I change it.
Thanks for any help.


http://forum.ragezone.com/f514/tutorial-creating-emulator-pangya-s7-992490-post8027419/#post8027419

open in hex workshop,search 192.168.1.0 and replace by your ip,done.
 
Upvote 0
Back
Top