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!

Mini Fighter Season 3 Files DB Client Tools

Master Summoner
Joined
May 25, 2020
Messages
527
Reaction score
235
gNyNQlj - Mini Fighter Season 3 Files DB Client Tools - RaGEZONE Forums



IDSPdeH - Mini Fighter Season 3 Files DB Client Tools - RaGEZONE Forums


Server files and MySQL have been linked.
"MFLauncher.exe" Fixed ip, but Error
have made a mistake?
do u have to set odbc?

In the VPS environment, the original "MFLauncher.exe" was used but is not connected.

where you link this files from picture ?
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Sep 21, 2013
Messages
47
Reaction score
14
Greetings friends I come to revive this project I need your help pkdor please upload the database will you save it?

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. worked for me.

After restore all tables from the scripts, you can run these for creating the missing tables for entering the game:


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 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)




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.

View attachment 233095


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.

HI PKDOR PLEASE
WE LOST THE SEASON 3 DATABASE
PLEASE HELP US RECOVER THE DATABASE

WE WANT TO IMPROVE THIS SEASON 3 SERVERWE ASK FOR YOUR HELP PLEASE

thanks pkador update archives use mf s3 2023 in proyect
 
Last edited:
Initiate Mage
Joined
Oct 23, 2023
Messages
2
Reaction score
0
Hello. I'm trying to make this work, but seems like I haven't got any luck so far.
I've managed to get the proper database structure working, and when executing KartNew.exe, it connects to it and seems to successfully create the ServerList, the Channel0 and the Game0.
My problem arises when trying to connect from the Client, it doesn't seem to connect at all.
So to try to troubleshoot this, I would like to ask first how to properly change the IP in the KartNew.exe file. I tried replacing the IP address "144.217.47.164" with the new address in a hex editor.
I'm using the patched Launcher by pkdor to set the IP to the Client.
Why do I think it's an issue with KartNew.exe? Because I tried using some network monitoring programs on the Client, and it seems to try to communicate with the modified IP, but there's no answer. In addition, I tried doing a ping to the address in cmd, but it doesn't respond either (actually don't know if this is the normal behavior, but just trying everything for the sake of it).
The IP I'm trying to use is a local one (192.168.1.100), maybe this anything has to do with the issue I'm having?

Edit: So much text for this... First of all, the network monitoring wasn't working properly because of the used local IP, so that wasn't as reliable as I thought. And then, the actual issue was that I did not execute the database restoration script fully...
 
Last edited:
Back
Top