Thread: player saving

Results 1 to 5 of 5
  1. #1 player saving 
    Registered Member b0ss's Avatar
    Join Date
    Feb 2013
    Posts
    144
    Thanks given
    15
    Thanks received
    4
    Rep Power
    8
    so i was messing around with a server i just started using, i logged out and logged back in and it kept starting me all over, so i tried on many multiple accounts to see if it would do the same and it does, how would i make it so it'll save all the accounts that are being made.
    same my old pc set on fire
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Feb 2013
    Posts
    4,409
    Thanks given
    59
    Thanks received
    478
    Rep Power
    138
    Probably the same thing with your cache directory..
    Look in SerializableFilesManager class and check the directories.
    Reply With Quote  
     

  3. #3  
    Registered Member b0ss's Avatar
    Join Date
    Feb 2013
    Posts
    144
    Thanks given
    15
    Thanks received
    4
    Rep Power
    8
    okay well i have that server_path thingy again..
    Code:
    private static final String PATH = Settings.SERVER_PATH+"data/characters/";
    	private static final String BACKUP_PATH = Settings.SERVER_PATH+"data/charactersBackup/";
    	private static final String CLAN_PATH = Settings.SERVER_PATH+"data/clans/";
    should i just delete the server_path again and see where that takes me?
    same my old pc set on fire
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Feb 2013
    Posts
    4,409
    Thanks given
    59
    Thanks received
    478
    Rep Power
    138
    Quote Originally Posted by b0ss View Post
    okay well i have that server_path thingy again..
    Code:
    private static final String PATH = Settings.SERVER_PATH+"data/characters/";
    	private static final String BACKUP_PATH = Settings.SERVER_PATH+"data/charactersBackup/";
    	private static final String CLAN_PATH = Settings.SERVER_PATH+"data/clans/";
    should i just delete the server_path again and see where that takes me?
    Yes...

    Just remove SERVER_PATH from settings and fix the errors.
    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Registered Member b0ss's Avatar
    Join Date
    Feb 2013
    Posts
    144
    Thanks given
    15
    Thanks received
    4
    Rep Power
    8
    Quote Originally Posted by Mayne View Post
    Yes...

    Just remove SERVER_PATH from settings and fix the errors.
    cool that worked, thanks
    same my old pc set on fire
    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. [474] Project Vortex (Player Saving)
    By Zahhak in forum Downloads
    Replies: 20
    Last Post: 03-09-2009, 04:17 AM
  2. [525]Player Saving. & Hitpoints bar
    By Extea in forum Requests
    Replies: 0
    Last Post: 03-08-2009, 03:19 AM
  3. Project Vortex (with player saving)
    By Zahhak in forum Projects
    Replies: 18
    Last Post: 12-30-2008, 12:35 PM
  4. Replies: 6
    Last Post: 08-22-2008, 12:11 AM
  5. Replies: 37
    Last Post: 06-12-2008, 08:14 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •