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!

[Source] RF Launcher C# WPF

Status
Not open for further replies.
Initiate Mage
Joined
Dec 29, 2012
Messages
3
Reaction score
6
Source code RF Launcher C# WPF
Без-имени-4 - [Source] RF Launcher C# WPF - RaGEZONE Forums
[ ]

 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Dec 29, 2012
Messages
3
Reaction score
6
how to make it work?

where do I edit the server IP?

MainViewModel.cs
Code:
<...>
 void Run()
        {
            client = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);
            client.Connect("127.0.0.1", 10001); //IP, Port to LoginServer
         <...>
        } 
<...>
 
Newbie Spellweaver
Joined
Jan 14, 2011
Messages
57
Reaction score
7
thanks for this stuff.

if you want to change the used language of the rf_online.bin....

1. method:
copy the en-us stuff into ru-ru

2. method:
just a hint: you need to find the right byte and change it to the us one

not much but hope it helps
 
Last edited:
Newbie Spellweaver
Joined
Jan 14, 2011
Messages
57
Reaction score
7
This Launcher will make a lot of trouble for some Server ;)
 
Status
Not open for further replies.
Back
Top