|
|
This is retarded. If you can't figure this out just go watch a youtube video.
yeah my deps folder isnt showing up for building the path.. well my deps folder isnt showing up in eclipse at all for that matter
Alright, So i have the Server Running in Eclipse but when i Try to Initiate the Client It does not work It just says "Loading Vps" in cmd and then in the Client it says Retrying
/**
* @author Mistex Team
*/
public class Config {
/**
* Client name
*/
public static String clientName = "Mistex";
/**
* Mistex cache name
*/
public static String cacheName = "./MistexCachev1/";
/**
* Checks if using local host
*/
public static boolean usingLocal;
/**
* Local host IP address
*/
public static String LOCALHOST_IP = "127.0.0.1";
/**
* VPS IP address
*/
public static String VPS_IP = "127.0.0.1";
/**
* Determine the client running
* @return
*/
public static String determineClient() {
if (debugMode == false) {
usingLocal = false;
System.out.println("Loading VPS client.");
} else if (debugMode == true) {
usingLocal = true;
System.out.println("Loading local host client.");
}
return null;
}
/**
* Client version
*/
public static final double CLIENT_VERSION = 3.6;
/**
* Client port
*/
public static int serverPort = 43594;
/**
* Debug mode
*/
public static boolean debugMode = false;
/**
* Other
*/
public static final int CAM_NEAR = 50;
public static final int CAM_FAR = 4200;
}
| « Adding Smilies to your server | [PI] Npc forced movement mask » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |