Thread: Mx 830 different login files for diff revisions

Results 1 to 9 of 9
  1. #1 Mx 830 different login files for diff revisions 
    Registered Member
    Join Date
    May 2012
    Posts
    947
    Thanks given
    19
    Thanks received
    27
    Rep Power
    0
    how did mx3 do different login files for there 830 and 718 so they could have the same acc but different player files

    this is my last problem as I can't figure this out can anyone help me here.
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Jan 2014
    Posts
    1,650
    Thanks given
    426
    Thanks received
    497
    Rep Power
    221
    Quote Originally Posted by oblivion742 View Post
    how did mx3 do different login files for there 830 and 718 so they could have the same acc but different player files

    this is my last problem as I can't figure this out can anyone help me here.
    Probably a SQL database containing basic information such as username and password. The rest of the players' settings are most likely saved on a local savefile.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2012
    Posts
    947
    Thanks given
    19
    Thanks received
    27
    Rep Power
    0
    not from what i see in the server files/login server ik im doing something wrong just not sure what?
    Reply With Quote  
     

  4. #4  
    Member
    Join Date
    Jul 2009
    Posts
    90
    Thanks given
    2
    Thanks received
    0
    Rep Power
    0
    The Matrix 830 server uses a custom file system (MiniFS). The player data and other data files are located in a file called data/accounts_data_USERNAME.data and data/server_data_USERNAME.data

    I do not really know how to modify files in the file system, you can however, with some modding, change the FileStore class to use regular files instead.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    May 2012
    Posts
    947
    Thanks given
    19
    Thanks received
    27
    Rep Power
    0
    but how would u seperate the login files on different revisions mx had that since they were a 718 and a 830 there should be something in the login server files to deter that unless it could be client sided?
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    May 2012
    Posts
    947
    Thanks given
    19
    Thanks received
    27
    Rep Power
    0
    anyone?
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    May 2012
    Posts
    947
    Thanks given
    19
    Thanks received
    27
    Rep Power
    0
    i see this in my decodeworldlogin so i assume this has something to do with the cross world accs i think theres suppose to be something in the client that mx3 was sending to tell the login server if it is a different server then create a new account for the other revision, just not sure where to look can anyone help me here.
    Code:
    boolean differentServer = stream.readUnsignedByte() == 1;
    		int serverId1 = stream.readUnsignedShort();
    		int serverId2 = stream.readUnsignedShort();
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    May 2012
    Posts
    947
    Thanks given
    19
    Thanks received
    27
    Rep Power
    0
    figured out the problem for some odd reason its saving the whole file where the login files should be nothing is being saved in server_data not sure why. which thus wont let me use same login accs with different revisions can anyone help me here.
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    May 2012
    Posts
    947
    Thanks given
    19
    Thanks received
    27
    Rep Power
    0
    anyone still confused been months cant figure this out willing to pay someone to fix this for me.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 1
    Last Post: 08-29-2016, 10:15 AM
  2. Login Handshake Protocol for 194 Revision + Map explanation
    By Livinglife in forum Informative Threads
    Replies: 15
    Last Post: 04-01-2014, 05:58 PM
  3. Build/Run .Bat file for 667+ Revisions.
    By Purple Phat in forum Configuration
    Replies: 7
    Last Post: 07-05-2013, 07:39 PM
  4. Replies: 8
    Last Post: 01-08-2008, 05:58 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •