Posts by red51

A new update (0.9.2) is available now!
Latest Hotfix: 0.9.2.1 (2026-05-13)

    and would it be possible to have an auto reconnect function for server restarts?

    The server application cannot restart itself. At least there is no reliable way to do that. The only way to do that is by using an external script.


    I know this is an old problem but could you fix the problem with the map folder name resetting every time the server name changes in the server list

    It's definitely something that needs to be addressed. We really want to move the map data to the server anyway, so it's no longer stored on client side.

    Danke für die Log Datei! Die ist soweit sauber, deckt aber in diesem Fall nur die Zeit bis zum Hauptmenü ab... wann genau tritt der Crash denn ca. auf? Spielst du im Singleplayer oder Multiplayer? Handelt es sich um eine stark bebaute Welt (mit hohem Detailgrad, also vielen Kleinteilen wie Planken etc)?

    Java reserviert sich direkt zu Beginn den nötigen Arbeitsspeicher. Je nach OS kann es also durchaus sein, dass das Spiel direkt mit der maximalen GB Menge startet (auch wenn der tatsächliche Memoryverbrauch geringer ist).


    Wenn das Spiel hingegen abstürzt, dann hat das meistens andere Ursachen. Tritt dabei eine Fehlermeldung auf? I.d.R. wird auch eine Datei Namens "errorlog" oder "hs_err_pid" im Spielverzeichnis erstellt. Bitte schaue einmal nach, ob sich bei dir eine aktuelle Datei mit diesem Namen befindet. Falls ja, poste sie am besten hier ;)

    bunte Lampen sowie weiße wandlampe richten sich in Richtung NORDEN nicht automatisch aus, spezielle bei Blöcken.

    Ich prüfe das mal nach ;)


    Die Grashöhen mit dem Tool angleichen zu können, wäre an der Zeit.

    Ja das stimmt wohl^^


    Ich probiere grade F7 Tool aus, dabei ist mir nun aufgefallen bzw. wie bestätige ich die Löschung ? Aufgefallen ist mir, das in den Hilfstext nichts von der Bestätigungstaste steht.

    Du kannst den gewählten Bereich löschen, indem du die ENTF-Taste drückst. Leider fehlt der Hilfetext dafür noch...

    If the ping is that bad, there is definitely something wrong with the connection (or the particular client - i.e. high load client side). Is the particular client (or the host) able to play regular multiplayer on a public server? If there are also problems with the ping, it might be either an issue with the internet connection (e.g. high packet loss rate), or another program blocking the connection (e.g. a firewall or an antivirus program).


    Sometimes it could also be a temporary issue with the Steam relay servers.

    aber mir ist gerade aufgefallen das sich wieder lichtbugs eingeschlichen haben,

    Hmm... tatsächlich scheint das in manchen Fällen noch aufzutreten. Ich packe es auf unsere Liste ;)


    Wenn man sich einige Steine als Plattform für ein Haus setzt, scheint leider immer noch das Gras durch. Also abreißen, mit dem Rechen oder mit dem Tool drüber. Sehr aufwändig.

    Also beim Durchscheinen von Gras muss man zwei Fälle unterscheiden: Einerseits das Platzieren von Blöcken (direkt auf den Boden), in dem Fall wird das Gras an der Stelle gelöscht. D.h. es scheint niemals durch, und auch nach dem Entfernen des Blocks fehlt es. Andererseits gibt es noch das "Grasverdeckung" Feature, welches Gras ausblendet, sobald sich ein solides Objekt darüber befindet. Das wird direkt beim Rendern gemacht, allerdings betrifft es nur den Bereich vor dem Spieler. Da das Gras hierbei wie gesagt nicht gelöscht wird, taucht es wieder auf, wenn man sich weiter entfernt (oder wenn man das verdeckende Objekt entfernt).
    Es scheint derzeit noch so zu sein, dass Blöcke, die durch einen Bauplan platziert werden, fälschlicherweise das Gras nicht wirklich entfernen. Das schaue ich mir nochmal genauer an!

    If I notice it again I'll make a brief clip of it and post it in the bug forums for you. Unless you prefer it to be posted elsewhere just let me know

    Sounds great :) Just post it either in this thread, or more preferably create a new topic about that^^


    This is OK it just made me choose between the 2 tools. The timestamp was causeing otherthings in the chat anyway. It would be nice if there was a time stamp in the rcon tool though.

    Well, there is no timestamp in regular chat messages, and they only get forwarded to the RCON tool... but we're currently reworking the RCON tool anyway ;)

    The getKiller() function of the NpcDeathEvent does not necessarily return a player (see javadoc). It returns an Object which can be null if the npc wasn't killed by a player. Ideally you have to check if there is a killer and if the killer is actually a player (and if it's an instance of Player, you need to cast the result):

    Java
    @EventMethod
    public void onNpcDeath(NpcDeathEvent event){
    if(event.getKiller() != null && event.getKiller() instanceof Player){
    //npc was killed by a player
    Player player = (Player) event.getKiller();
    }
    else{
    //npc wasn't killed by a player (e.g. npc drowned etc)
    }
    }

    Old changelog (0.9.1.5)


    Changelog 2018-01-22 (Rising World 0.9.2.1):

    • Events

      • [New] PlayerHitNpcEvent
      • [New] NpcDeathEvent
      • [New] PlayerChatEvent setChatMessage()
      • [New] PlayerChatEvent setPlayerChatName()
      • [New] PlayerChatEvent getPlayerChatName()
      • [New] PlayerObjectEvent getObjectDefinition()
      • [New] PlayerVegetationEvent getPlantDefinition()
    • Plugin

      • [New] sendHttpRequest()
    • Player

      • [Bugfix] Fixed setPermissionValue()
    • Server

      • [New] getVersion()
      • [New] setDefaultSpawnRotation()
      • [New] getDefaultSpawnRotation()
      • [New] setDefaultSpawnInventory()
      • [New] getDefaultSpawnInventory()
    • Definitions

      • [New] getFoodDefinition()
      • [New] getAllFoodDefinitions()
      • [New] getAllPlantDefinitions()
      • [New] getAllNpcDefinitions()




    ______________________________________________


    Latest Javadoc: https://javadoc.rising-world.net/
    Latest Download: https://download.rising-world.net/api/PluginAPI.zip

    If I invite friends to my world and I am recording locally, then close the game do my friends still continue to play or do they get kicked? I ask about this because if they do indeed get kicked when I exit the game or steam so I could begin editing or to another game; would it not be better to purchase a dedicated server instead? Like I said I'm a bit confused on this and how it all works. For example would I be able to whitelist with a password? Is it open to the community as in friends of friends or what? Can you please explain how this works because I am not a computer or Java technician, just your normal everyday guy that loves to play & record games. Thanks a million, keep up the amazing work!

    If you invite a friend but quit the game, your friend will get kicked ;) Basically the P2P feature allows you to host a multiplayer session on your game, i.e. friends are able to join your world. If you leave the game, they cannot play on your world of course. If you want people to play always independently of you, a dedicated server is the only solution. A dedicated server is also preferable if you either want to play with strangers, or with many people (Steam P2P is really only intended for playing with a few friends) ^^


    Edit: Also is anyone else getting teleported when trying to open a chest in single player?

    That sounds really strange ?( Do you use any plugins?


    I and jon_miner diagnosed the problem to be a conflict with the chat time stamp plugin and the rcon chat transmissions. I removed the timestamp in the chat and rcon started to work properly.

    Unfortunately the rcon tool does not receive chat messages sent by plugins (i.e. if you cancel the chat event and send customized messages instead). However, the latest API release (which is now available) provides methods to edit a chat message in the PlayerChatEvent directly (in this case, the RCON tool will receive the chat message)

    It looks like the issue is caused by Java 9... according to the log, certain methods of the underlying engine are not supported anymore by Java 9.
    Actually the game and the server haven't been tested with Java 9 yet. I'd recommend to rollback to Java 8 (unless you run software which requires at least Java 9, there should be nothing to worry about by using Java 9) and see if the issue still persists :)

    Thanks for the log! It looks like the resolution is causing this issue =O It works fine on full hd (1920x1080), but smaller resolutions seem to cause trouble with the friend list (if the game is already started with a smaller resolution, it doesn't work to switch to another resolution - it's necessary to restart the game instead)... I'll put that on my "things-that-need-to-be-fixed" list ;)
    In the meantime, the regular steam friend list should do the trick (you can either join people there, or people can invite you).

    Hmm... what resolution do you use exactly for the game? Maybe the debug log contains some information about what was going on. To enable logging, please go to your game directory (rightclick on rw in steam -> properties -> local files -> browse local files) and open the config.properties file with a text editor. Now set "game_debug_console" to true, save the changes, and run the game again. Once you're in main menu, quit the game, then go to the "Logs" subfolder in your game dir. Please upload the latest log file here :)

    3) Medium crate missing label in the crafting list (crafting bench).

    This should be fixed with the latest hotfix ;)


    DS no longer works after updating, the previous version works just fine.

    It looks like the server still uses old definition files. Please make sure to fully delete the "lib" folder, then extract the new files from the server.jar. If it still does not work, please try to move the server into a new folder.


    frosted glass unreformed

    This should also be fixed with the latest hotfix^^


    but i would like to be able to replant trees where i cut them down without having to change the land to farm land first

    Hmm... we already changed that with the small hotfix which was available last night 8| Nevertheless, we released another update, but it will still take a few minutes until it's available for the standalone.


    I just noticed that loading lumber into the furnace takes a long time

    I will check out what's going on there




    _______________________________________________________________________________________



    A new update is now available btw (0.9.2.1)! Multiplayer servers also need to be updated.


    Changelog:

    • [Change] Item animations now stop when opening the inventory or any other window
    • [Change] Changed default spawn position when creating a new world
    • [Change] Changed initial game time when creating a new world (early morning hours)
    • [Bugfix] Fixed apperance of glass panes (especially when refractions are turned off)
    • [Bugfix] Fixed missing labels in crafting menu
    • [Bugfix] Fixed crash when starting the game on 64 bit linux
    • [Bugfix] Fixed issues with wooden torch mount
    • [Bugfix] Fixed a sound issue when crafting an item
    • [Bugfix] Fixed a crash related to certain clothes
    • [Bugfix] Fixed connection issues in multiplayer on MacOS

    Das Einfüllen der Kohle in den Schmelzöfen geht nur noch sehr langsam. Man muss jeweils klicken. Schnelles klicken bringt auch nichts.

    Ich werde mir das mal genauer ansehen...


    davor war damit einfach und besser zumzugehen

    Der Wirkungsbereich ist allerdings weiterhin um das Fadenkreuz herum ;)



    ______________________________________________________________________________________________



    Ein neues Update ist nun übrigens verfügbar (0.9.2.1)! Multiplayer-Server müssen dafür ebenfalls geupdated werden.


    Changelog:

    • [Geändert] Item Animationen stoppen nun wenn das Inventar oder ein anderes Fenster geöffnet wird
    • [Geändert] Standard Spawnposition beim Erstellen einer neuen Welt angepasst
    • [Geädnert] Start-Uhrzeit beim Erstellen einer neuen Welt geändert (früher Morgen)
    • [Behoben] Anzeige von Glasscheiben korrigiert (besonders wenn Refraktion deaktiviert ist)
    • [Behoben] Fehlende Beschriftungen im Craftingmenü behoben
    • [Behoben] Crash beim Spielstart unter 64 bit Linux behoben
    • [Behoben] Probleme mit Fackelhalterung (Holz) behoben
    • [Behoben] Soundproblem beim Craften von Items behoben
    • [Behoben] Crash im Bezug auf manche Kleidungsstücke behoben
    • [Behoben] Verbindungsprobleme im Multiplayer unter MacOS behoben

    Genau, in dem Fall sollten die betroffenen Spieler am besten einfach eine Email an support@jiw-games.net senden mit ihrem Spielernamen und ggf. einem Link zu ihrem Steam-Profil (oder im Falle der Standalone, die Email-Adresse, mit welcher der Account registriert wurde) ;)

    Hmm... yeah the friend list is apparently missing 8| Is it still missing when restarting the game?
    As a workaround, you can of course still join people through the regular friend list in Steam.