Thread: Making 2 Worlds

Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1 Making 2 Worlds (SHARING CHARACTERS) 
    mr smith
    Guest
    This is my first tutorial please don't flame me.

    Difficulty 3/10 Beginners/.5/10 Advanced
    Tested Source/ANYTHING with server.java
    Knowledge: How to make another port exception/How to Change A Port and add a Port. How to add things into your c drive

    First make 2 copies of your server

    Select one of them and go to server.java

    Search for

    Code:
    43594
    You should see

    Code:
    public static int serverlistenerPort = 43594; // 43594=default
    So you change the first 43594 to 43595 (Which Is mine but you can use something like 1337)

    Ok Now your done with server.java

    *Note you may also have a server configuration file. Change that to your new port to.*

    Now open up client.java And search for

    Code:
    /characters/
    You should see something like this

    Code:
    try {
    			characterfile = new BufferedReader(new FileReader("./characters/"
    					+ playerName + ".txt"));
    			charFileFound = true;
    		} catch (FileNotFoundException fileex1) {
    		}
    		if (charFileFound == false) {
    			misc.println(playerName + ": character file not found.");
    			return 0;
    		}
    Change the

    Code:
    /characters/
    to

    Code:
    c:/characters/
    now search for

    Code:
    /characters/
    again

    NOTE YOU MUST EDIT CLIENT.JAVA IN BOTH! not server BUT CLIENT.JAVA YOU MUST DO THOSE THINGS IN BOTH SERVER FOLDERS
    And do the same thing as above.

    Save and compile. If you get any errors it means YOU did something wrong.

    Next Go to your firewall which is usually windows. Remember making that port? Well now you should make another one called 43595 or whatever you changed your port in server.java to. Apply and exit

    We're just about done. Now all you do is take your character folder Copy it from your server folder and paste it into your c: drive.

    And then your outcome should be..

    *Note I made a new account just to show it saves

    [Only registered and activated users can see links. ]

    [Only registered and activated users can see links. ]

    Sorry if i says vid not found I'll try uploading on more sites

    As you can see servers now both share the same character files


    SO TO ALL YOU FLAMERS SAYING THIS IS THE WORST TUTORIAL YET!

    I say nay!

    I hope you all enjoy having 2 worlds for your server. So now everyone's happy.


    Remember you can also make like 300 worlds if you wanted to. You would just make more ports and do the same thing as above.


    I be hopzin u like my tutorial. Or this is me ------> D:

    Credits: 100% Ryan (meh) the 10 year old
     

  2. #2  
    Extreme Donator

    Patrity's Avatar
    Join Date
    Jul 2008
    Age
    28
    Posts
    937
    Thanks given
    173
    Thanks received
    306
    Discord
    View profile
    Rep Power
    882
    add pictures and explain in detail.


    search for /characters in your client.java

    move your character file to your :c drive

    and then both servers share the char files
    Free map releases: [Only registered and activated users can see links. ]



    [Only registered and activated users can see links. ]
     

  3. #3  
    mr smith
    Guest
    I'll add pics in the morning to tired right now :yawn:
     

  4. #4  
    Extreme Donator

    Patrity's Avatar
    Join Date
    Jul 2008
    Age
    28
    Posts
    937
    Thanks given
    173
    Thanks received
    306
    Discord
    View profile
    Rep Power
    882
    lazy ftl

    99th post
    Free map releases: [Only registered and activated users can see links. ]



    [Only registered and activated users can see links. ]
     

  5. #5  
    The Godz
    Guest
    Title should be changing port.
     

  6. #6  
    Member Market Banned Market Banned

    James™'s Avatar
    Join Date
    Nov 2007
    Age
    26
    Posts
    2,467
    Thanks given
    280
    Thanks received
    298
    Rep Power
    497
    fail this is the worst **** ive seen all day
    [Only registered and activated users can see links. ]
     

  7. #7  
    Derp.
    BenjaR's Avatar
    Join Date
    May 2008
    Age
    26
    Posts
    2,086
    Thanks given
    167
    Thanks received
    125
    Rep Power
    915
    Fail. This is easy enough to work out if u have a little knowledge. There has already been one of these aswell.
     

  8. #8  
    Extreme Donator

    Patrity's Avatar
    Join Date
    Jul 2008
    Age
    28
    Posts
    937
    Thanks given
    173
    Thanks received
    306
    Discord
    View profile
    Rep Power
    882
    wow join the flame train?

    get off the post if u dont like it. hes obviously new give him a break
    Free map releases: [Only registered and activated users can see links. ]



    [Only registered and activated users can see links. ]
     

  9. #9  
    mr smith
    Guest
    Edited big time
     

  10. #10  
    Banned

    Join Date
    Aug 2008
    Posts
    1,171
    Thanks given
    21
    Thanks received
    44
    Rep Power
    0
    This wont stop you from going on both servers with 1 acc right?
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

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


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •