• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[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