not yetpainhertz wrote:Is there a scalable mini map yet?
NeoBasilisk wrote:Am I doing something wrong when running this? I try to run updater-hafen.jar with the Java binary (javaw.exe), and I get a window that looks like this, and then it just closes and nothing happens. No files appear in the directory.
Is there a certain command line instruction I should run?
Map<String, Object> tmp = new HashMap<String, Object>();
try {
Type type = new TypeToken<Map<Object, Object>>() {
}.getType();
String json = Config.loadFile(CONFIG_JSON);
if (json != null) {
tmp = gson.fromJson(json, type);
}
} catch (Exception e) {
}
cfg = tmp;
TheKrush wrote:NeoBasilisk wrote:Am I doing something wrong when running this? I try to run updater-hafen.jar with the Java binary (javaw.exe), and I get a window that looks like this, and then it just closes and nothing happens. No files appear in the directory.
Is there a certain command line instruction I should run?
The server/game was completely down making his updater fail to retrieve needed files, it should be working now.
NeoBasilisk wrote:Just to clarify, I should be able to run the updater in a completely empty directory, and it is supposed to download all necessary files into that directory, correct?
Users browsing this forum: Claude [Bot] and 110 guests