Posts by red51

A small new update is available now!

    Hmmm I seem to have lost my flying license, being admin it really surprised me. The permission when I hit esc says no fly under general.

    We didn't touch the permissions. The Steam servers downloads a "permissions.example" and "server.example.properties" to prevent it from overwriting any existing permissions or config files ;) If you don't have proper permissions anymore, make sure you're in the right permission group. Alternatively you can grant admin permissions to you by putting your UID (SteamID64 for the Steamversion) into the server.properties file (next to the "admins=" key).


    Im still getting "invalid Ip format (ANY):" but it dosent seem to be impeding the server from running properly

    Yeah this message is indeed confusing, we will remove it shortly^^ Basically this message comes up when the server binds to all addresses. So just ignore this message :D However, I'm glad to hear the server works now!

    Die Standalone wird weiterhin unterstützt :) Es geht hierbei lediglich um den Server, ist also nur für Serverbetreiber relevant^^

    As @botchikii said, it's safe to use the player name if it's only about players who are currently connected to the server ;) Every user still uses a unique name, e.g. if a player "Testplayer" is already on the server and another "Testplayer" joins, he will be renamed to "Testplayer (1)" etc.


    Otherwise do you know if we have API access to add to this menu? Would be great to add an option in there "Add as Friend"

    Unfortunately there is no way to add new options to the dialog, but this would be a great idea! Maybe post this in the API suggestion section so this feature does not fall into oblivion ^^


    On another note, what does "invite to group" actually do? I've played around with it but it doesn't seem to do anything?

    Well basically the game maintains "temporary groups", so players in the same group cannot hurt each other. But this feature is apparently broken... we will rework it in the near future!

    We just released an update for the server, please have a look if the issue still persists ;) If your server still does not show up in the server list, please open the "server.properties" file and set "server_query_ip" to the same ip as the "server_ip". If the "server_ip" field is blank, set "server_query_ip" to -1


    @ArcticuKitsu: That's unfortunately a small bug in the game, we'll release a hotfix shortly!

    I tried it in singleplayer, but unfortunately I wasn't able to reproduce this issue =O I tried this:

    Java
    @EventMethod
    public void onSpawn(PlayerSpawnEvent evt){
    evt.getPlayer().setAttribute("level", 1337);
    }
    @EventMethod
    public void onCommand(PlayerCommandEvent evt){
    System.out.println("Attr: "+evt.getPlayer().getAttribute("level"));
    }

    When entering a command, the attribute was printed as intended ?(


    Can you maybe post your code here? :)

    Wir haben ein Update veröffentlicht (0.9.2.3) welches eine temporäre Lösung für die Serverliste bietet. Server sollten nun in der Serverliste auftauchen, allerdings wird die IP in der Steam-Serverliste (nicht im Spiel) möglicherweise falsch angezeigt. In der Ingame-Serverliste hingegen sollte alles stimmen und dort sollte man auch problemlos connecten können. Es könnte noch etwas dauern, bis die Probleme mit der Steam-Serverliste behoben sind, wir werden dazu in Kontakt mit einigen Hostern treten. Bis dahin sollte dies aber als Workaround ausreichend sein :)

    We released an update (0.9.2.3) which contains a temporary fix for the server list. Servers will now show up in the server list, but the IP which is shown in the Steam server browser (not in the game) might be wrong. But the IP which is shown in the ingame server browser should be correct (and connecting from the ingame list should also work). It might take some time until the issue is finally sorted out, we need to get in touch with some hosters about that, but this should serve as a workaround :)

    That's a strange issue oO Do you run any plugins? Are you playing in creative mode or survival? Is it the Steam version or standalone? Does the issue persist after restarting the game?

    The server.properties looks good so far (only the "admins" key is wrong, it requires your SteamID instead of your name, but this doesn't cause any issues at all^^). The server is still offline... please try to stop and restart the server, if that doesn't work, I guess you have to contact Nitrado support :/

    Thanks ;) But if you cannot use SteamCMD on the target machine, you could try to run it on another machine as a workaround to download the server files, and copy them manually to your synology machine. Although if it's a different OS, you may use the +@sSteamCmdForcePlatformType linux (or "windows") option in SteamCMD.


    We would offer the server files on our homepage, but since the Steam redistributables need to be shipped with the server, I'm not sure if we're allowed to do that, so for the time being, they're only available through Steam unfortunately...

    Hehe, I'm happy to hear you like the game so far :)
    Unfortunately there is currently an issue with the master list so most servers won't show up there. We're working on it, it should be fixed soon!


    As a workaround, you can either directly connect to your server (in the multiplayer menu hit "connect to ip" and enter your server ip and port), or alternatively you can add the server to your Steam favorites. To do that, open your Steam client and click "View" -> Servers -> Favorites -> rightclick on the list -> "Add server by IP address" -> enter your Nitrado IP + Port ;)


    About the RCON and query port: The current query port is not correct, it's supposed to be serverport-1, i.e. 10799 in your case. It allows you to query information from the server (playercount, uptime, servername etc).
    The RCON port is used for the RCON tool (which is used to remote control the server), however, currently the RCON tool has limited support due to the recent changes.

    Danke für den Hinweis! Das scheint ein Problem mit der Standalone zu sein, wir werden uns darum kümmern! ;)


    Falls du in der Zwischenzeit einen Steam Key haben möchtest können wir dir aber auch gerne einen anbieten, schreibe uns dazu am besten einfach eine Mail mit deinem Usernamen und deiner E-Mail Adresse an support@jiw-games.net