Posts by red51

A new update is now available, introducing "Points of interest" and many more changes!
Latest hotfix: 0.9 (2025-11-05)

    My RW Server ss hosted on my own dedicated server attached to my local network. Please find log attached.

    Thanks for the log, I will check out what's going on there!


    If I set it to true, Do I need to create a file like reserved_names in server root folder, and how do I need to syntax it for enable that feature ?

    Yes, you need to create a file called "reservednames" or "reservednames.txt" in your server directory. There you can insert name:uid mappings, for example:



    Code
    botchikii:24234928349238423
    otherplayer:1231928319284141
    someoneelse:6839458394583498


    To fully block a name (i.e. nobody can use it), just enter the playername without UID ;)


    Same thing is happening to me also our server Im one of 2 admins that does not have permission for anything and nothing shoes up in player list.

    Are you still admin on the server? Make sure the "admins=" line in the server.properties contains UIDs only (and make sure the UIDs are actually correct). In case of doubt, you can send me the line (optionally via PM) ^^


    Our server shows up and after 10 minutes will report that server is losing connection and then will disappear from list, everything was fine before this update?

    Hmm... can you maybe send me a server log about that?

    Unfortunately the server list is not available for the standalone yet, since the game uses the Steam master server list now. Unfortunately there is no way to query it with non-Steam clients, however, we will implement a solution that our server requests the list from Steam and forwards it to the standalone clients (which can then query the individual servers via the http ports). But I'm afraid these changes will take some days.


    If you want a Steam key btw, you can send us an email to support@jiw-games.net with your username and your email address (which was used to purchase the game) ;)

    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 :/