you have how to open server?. video or something
Printable View
you have how to open server?. video or something
i want to play server this game..
when u upload change ip video..? or explain about that plz
this server using IP 144.217.47.164 you will never be able to use this server
- - - Updated - - -
for tcp not 20000 but 30643
wwwwww
- - - Updated - - -
https://forum.ragezone.com/image/png...AAAElFTkSuQmCC
- - - Updated - - -
Parámetro de launcher {164.68.121.127,20000,%s,%s,spare_param}
this._serverListServer = new BaseListener<ServerListClient>("ServerList", 21872);
this._channel0Server = new BaseListener<ChannelClient>("Channel0", 20000);
this._game0Server = new BaseListener<GameClient>("Game0", 23001);
CStartServerParameter cStartServerParameter = new CStartServerParameter();
cStartServerParameter.m_tcpPort = 30643;
cStartServerParameter.m_serverAddrAtClient = "144.217.47.164";
Database.Host = "localhost";
Database.Username = "root";
Database.Password = "JHON9817";
Database.DefaultSchema = "mf_game";
OK, nice release but still no support at all. Let me try to help you guys to connect on those files.
First of all, this is an Emulator, not the official server files, and i don't know how completed is. So you can expect bugs and such.
I know for a fact that the database is incomplete, i created just the enough tables so i could log in the game, if you want to proceed with this, test everything in the game and check server logs to see what is missing.
An error i got when trying those files was that i was trying with UTF8 Collation MYSQL. If you get something like System.Collections.Generic.KeyNotFoundException. Its because you need to install your MYSQL and Create the Database with latin1 -- cp1252 West European Collation. I also don't recommend using mysql from xampp. Standalone MySQL 5.5.24 worked for me.
After restore all tables from the scripts, you can run these for creating the missing tables for entering the game:
https://pastebin.com/22hLNK95
Well, after restoring all db, you need to change the ip on the KartNew. I guess you guys already know how to do that, so lets proceed.
I will leave this little patch fix for the client. This MFLauncher.exe connects to http://localhost/MiniFighterServerip.txt and gets the server ip to run. So if you are lazy like me and its always changing ips, or having problem changing the exe IPs due character limits, just run a webserver and create the txt file with your server ip.
(Launcher credits goes to MFighter)
https://www.mediafire.com/file/5rjpr..._MF_pkdor.zip/
Then, you just need to change the start.bat with the user and password.
One important note, DONT RUN THE CLIENT EXE AS ADMINISTRATOR. Client wont connect with server if you run as admin, dont ask me why.
Again, this is just an lazy patch for who is having problems, you can still use the launcher that is in the topic already if it works for you.
If you're having problems with creating new characters on new accounts, its probably of the primary key on carddata and mychardata. There is something wrong with the count and insert on those tables, if you just wanna test it, you can remove both primary keys from those tables. That should solve it.
https://i.imgur.com/jtC7NLc.png
That should be enough for enjoying the game.
Again, i didn't worked much on what is missing in the client, server and database. Just created enough to join the game. I leave the rest up to you guys. Share your progresses.
-----------
daaaa
Update links 2022 new proyect open beta
tutorial setup server please