MiniFighter Season 3 - Server Files + Database + Client Up

Page 3 of 3 FirstFirst 123
Results 31 to 44 of 44
  1. #31
    Novice lapisl is offline
    MemberRank
    Jun 2020 Join Date
    1Posts

    Re: MiniFighter Season 3 - Server Files + Database + Client Up

    you have how to open server?. video or something

  2. #32
    Novice lsr5154 is offline
    MemberRank
    Oct 2020 Join Date
    3Posts

    Re: MiniFighter Season 3 - Server Files + Database + Client Up

    i want to play server this game..
    when u upload change ip video..? or explain about that plz

  3. #33
    Novice chaesar is offline
    MemberRank
    May 2021 Join Date
    1Posts

    Re: MiniFighter Season 3 - Server Files + Database + Client Up

    this server using IP 144.217.47.164 you will never be able to use this server

    - - - Updated - - -

    for tcp not 20000 but 30643

  4. #34
    Novice azpirin44 is offline
    MemberRank
    Jun 2020 Join Date
    4Posts

    Re: MiniFighter Season 3 - Server Files + Database + Client Up

    gamelistener.pngprogram.pnglauncher.png





  5. #35
    Novice azpirin44 is offline
    MemberRank
    Jun 2020 Join Date
    4Posts

    Re: MiniFighter Season 3 - Server Files + Database + Client Up

    wwwwww

    - - - Updated - - -



    - - - 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";

  6. #36
    Apprentice asas123 is online now
    MemberRank
    Jul 2020 Join Date
    6Posts

    Re: MiniFighter Season 3 - Server Files + Database + Client Up

    Quote Originally Posted by vitucho View Post

    Navicat Premium
    MYSQL WORKBENCH How do I set it up?

  7. #37
    Member pkdor is offline
    MemberRank
    Feb 2009 Join Date
    BrazilLocation
    71Posts

    Re: MiniFighter Season 3 - Server Files + Database + Client Up

    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.




    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.

  8. #38
    Apprentice asas123 is online now
    MemberRank
    Jul 2020 Join Date
    6Posts

    Re: MiniFighter Season 3 - Server Files + Database + Client Up

    -----------
    Last edited by asas123; 02-12-21 at 08:34 PM.

  9. #39
    Novice lsr5154 is offline
    MemberRank
    Oct 2020 Join Date
    3Posts

    Re: MiniFighter Season 3 - Server Files + Database + Client Up

    daaaa

  10. #40
    Novice lsr5154 is offline
    MemberRank
    Oct 2020 Join Date
    3Posts

    Re: MiniFighter Season 3 - Server Files + Database + Client Up

    Quote Originally Posted by pkdor View Post
    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.




    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.
    hey how to change client ip?? i don't know
    help me..

  11. #41
    Enthusiast vitucho is offline
    MemberRank
    Sep 2013 Join Date
    46Posts

    Re: MiniFighter Season 3 - Server Files + Database + Client Up

    Update links 2022 new proyect open beta

  12. #42
    King is Here ! cinus is online now
    MemberRank
    May 2020 Join Date
    NetherlandLocation
    458Posts
    Quote Originally Posted by adminu View Post





    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 ?
    Last edited by cinus; 12-09-22 at 06:09 PM.

  13. #43
    Valued Member llenn is online now
    MemberRank
    Sep 2020 Join Date
    you mom roomLocation
    145Posts
    tutorial setup server please

  14. #44
    King is Here ! cinus is online now
    MemberRank
    May 2020 Join Date
    NetherlandLocation
    458Posts
    Quote Originally Posted by llenn View Post
    tutorial setup server please
    https://forum.ragezone.com/f857/mini...ml#post9104716



Page 3 of 3 FirstFirst 123

Advertisement