Posts by red51

    Here in Brazil, the most common is ABNT2... but it can vary depending on whether it is a notebook, desktop, or even a MAC OS imported from the USA, for example. Switching to the keys that seem correct here to me can cause problems as they are already technically wrong for me as they are.

    It's indeed a bit problematic if more than one keyboard layout is commonly used in a country :thinking: But changing this behaviour would be a breaking change for existing users (because their key bindings on non-QWERTY keyboards won't work anymore), so there would be a bit more work involved to avoid that situation... unfortunately I have no ETA for that change yet :/

    There are unfortunately two issues when it comes to releasing smaller, more frequent updates: one the one hand, each update release is always a bit time consuming. It includes things like writing posts in the forums, reproducing and fixing bugs etc. Releasing an update usually keeps us busy for 1-3 weeks, depending on how much needs to be done after the update (bugfixes, but also incorporating changes based on community feedback etc). Usually this wouldn't be an issue at all, but as long as the new version hasn't replaced the Java version, all updates for the new version mainly target the existing community (as mentioned earlier in this topic), which has little impact on our sales - and if our financial situation won't improve in the forseeable future, we'll be in serious trouble :silenced:


    On the other hand, not all players are happy about small updates (especially if they're mostly cosmetic updates), at least if there are still other important things missing. Most people want more updates, but they're not necessarily happy about cosmetic updates. If we release a small update now introducing new furniture, for example, some people would complain that we were "wasting" our time by adding these things instead of adding meaningful content like biomes, enemies etc.


    Having said that, these issues aren't relevant anymore once the new version has finally replaced the Java version. That will really take the pressure off us. Right now our main priority is to get the new version ready ASAP ^^

    Ja, es scheint als würde er garnicht erst Getriggert werden.

    Merkwürdig... ich konnte das bei mir irgendwie nicht reproduzieren :wat: Dein Code sieht eigentlich korrekt aus. Vll hing es aber auch mit einem Bug zusammen, den wir zwischenzeitlich möglicherweise bereits behoben haben... ich teste es nochmal, wenn ich eine aktuelle gebuildete Version zur Hand habe ^^

    When translating the keyboard control configuration screen, I identified that the game does not identify the keyboard layout correctly.

    Thanks for the video :thumbup: Basically this is related to how Unitys new input system works: key input is always based on default US QWERTY layout. More precisely, keys are identified by physical location, not by the character that is actually printed on screen.
    Handling it this way makes a few things easier, but it's unfortunately confusing when creating translations for the game... but for the German localization, for example, we simply override the translation text for the original QWERTY key (on a QWERTY keyboard, the key next to L is "semicolon", but on a German QWERTZ layout, the key is "Ö"). So the localization key input.keyboard.semicolon is "Semicolon" in English and "Ö" in German (and for the Brasil localization, you could just set it to "Ç").


    This may still cause trouble in a few rare cases, e.g. if someone uses a different keyboard layout (for instance, a German user who's using an US keyboard), so maybe we will change that in the future.


    Is there a website to create bug tickets for Rising World? Or do I continue posting here on the forum?

    There is no public bug tracker, so it's ok if you continue posting on the forums ;) For specific issues which are hard to describe or if you experience any weird game behaviour, you could also use the "report" feature of the game (just type "report" into console) - but for smaller issues which are easy to describe (e.g. wrong localizations), it's better to just create a post in the forums^^


    There is no string to translate this text on the audio settings screen.

    It's indeed a hard-coded text.. basically it's just there for reasons of copyright ^^


    There don't seem to be any strings for translating the commands.

    Most texts related to console commands are also hard-coded unfortunately... this is something we want to change in the long run, but unfortunately I have no ETA for that yet...

    I'm afraid there is a misunderstanding :wat: Currently we have no plans to release new updates for the Java version anymore, at least no content updates. The new version and the Java version are basically 2 separate games, so if we implement a particular feature in the new version, we basically have to spend the same amount of time to implement this feature for the Java version. Unfortunately we don't have enough resources to work on 2 games simultaneously...


    But once the new version is a bit more fleshed out, it will indeed become the "main version", i.e. it will replace the Java version ;) The Java version, however, will then move to a separate beta branch, so it will remain playable (but it won't get any new features)... the next update will introduce biomes and caves btw (as well as some other new content) ^^

    ich habe Probleme im "Single Player" den Mous-Event abzufangen, im "Multie Player" klappt es, player.setListenForMouseInput(true); wird auch gesetzt.

    Hmm... welches Problem tritt denn genau auf? Wird das Event gar nicht erst getriggert? :wat:


    Wenn ich im MP ein Bundle Lade und es schon geladen wurde dan greift er ja auf den Chas zurück.

    Allerdings scheint das im SP zu einem fehler zu führen.

    Das ist leider ein heikles Thema :/ Dummerweise erlaubt Unity es nicht, ein Asset Bundle mehrmals zu laden... das Problem tritt hier beim Aufruf von "getAllAssetNames()" auf, da dafür ebenfalls das Bundle geladen werden muss (was aber nicht klappt, wenn das Bundle bereits clientseitig geladen wurde). Und es gibt leider keine Möglichkeit, anhand von Bytes (so liegen die Bundles in der API vor) auf ein geladenes Bundle zu schließen bzw. anhand eines bereits geladenen Bundles zu suchen...


    Wir müssen mal gucken, ob wir das irgendwie umgehen können :thinking:


    Ist das von deiner Seite aus Schnell/Einfach zu regeln, oOder wie gehe ich da am besten im Single Player um?

    Ich kann leider nicht sagen, ob wir dafür bis zum nächsten Update eine Lösung haben... dafür müssten wir das Laden von AssetBundles generell umschreiben. Du könntest sonst vll versuchen, "getAllAssetNames()" nur vor dem Verwenden von Asset Bundles aufzurufen (also bevor du das AssetBundle einem Spieler zuweist bzw. ein Modell davon lädst), dann dürfte es diesen Fehler eigentlich nicht geben.

    Unfortunately this is a bug :/ Currently the callback for "showColorPicker()" is never invoked... but this will be fixed with the next update. Sorry for the inconvenience!

    Ark verwendet Unreal (das hat aber eh nicht viel mit der Engine zutun). Allerdings hat Ark bislang einen Umsatz von über $1,3 Milliarden USD gemacht. Die haben also ein paar mehr Resourcen zur Verfügung als wir, ebenso auch Manpower... Ark macht momentan an einem einzigen Tag mehr Umsatz als Rising World die letzten 4 Jahre zusammen gemacht hat.


    Unsere Plugin API ist grundsätzlich erstmal nicht für den Endanwender gedacht, sondern das ist ein Werkzeug für die Modder selber, um Plugins (oder von mir aus Mods) zu erstellen. Wir haben uns den Begriff "API" übrigens nicht augedacht, sondern das heißt einfach nur "Programmier-Schnittstelle". Heutzutage haben mehrere Spiele sowas (mehr oder weniger). Du kannst gerne auch "Mod-Kit" oder "SDK" dazu sagen, falls du das bevorzugst.


    Wenn ein Spiel populär genug ist, dann kommen Mods allerdings von ganz alleine. Spiele wie Minecraft oder Skyrim hatten ursprünglich gar keine Modding-API, doch waren diese Spiele so populär, dass Community-Mitglieder aus Eigeninitiative hunderte oder tausende Stunden damit verbracht haben, durch Reverse-Engineering Mods zu erstellen - trotz 0 Unterstützung durch den Entwickler. Die Community hat bei Minecraft bspw. Bukkit entwickelt, was quasi mit der Plugin API vergleichbar ist. Der Unterschied ist nur, dass es halt nicht vom Entwickler selber kommt, sondern aus der Community. Auch Mod-Loader für viele Spiele stammen ausschließlich aus der Community und nicht vom Entwickler.


    Wir haben die Plugin API entwickelt, um es Leuten einfacher zu machen, Plugins (oder halt Mods) für RW zu entwickeln. Ohne so eine API wäre der Schwierigkeitsgrad, eine richtige Mod zu entwickeln, 1000-mal höher. Das würde effektiv nur bedeuten, dass erst recht niemand eine Mod für RW entwickeln würde (da RW eben nicht populär genug ist).


    Du ärgerst dich über das vermeintlich komplizierte Installieren von Plugins. Effektiv muss ein Plugin eigentlich nur heruntergeladen und ins "Plugins" Verzeichnis des Spiels entpackt werden. Das kann abweichen, wenn der Plugin-Entwickler sich dazu entschieden hat (zB weil ein Plugin abhängig von einem anderen Plugin ist o.ä).

    Wenn die Community mehrheitlich sagen würde, dass sie das manuelle Herunterladen der Plugins zu kompliziert findet und sich dafür einen einfacheren Weg wünscht und das für die Community oberste Priorität hätte (es für die meisten User also zB wichtiger als Biome wäre), dann würden wir alles andere stehen und liegen lassen und sowas zuerst einbauen. In der Realität ist es aber eher anders herum, schon das Plugin-API Update im April hat in Teilen der Community für Unmut gesorgt, weil eben nicht jeder was damit anfangen kann. So wichtig Modding IMHO auch ist, noch wichtiger ist trotzdem, ein vernünftiges Spiel als Grundlage zu haben (damit das Spiel ein gewisses Maß an Popularität erreicht). Ohne ein vernünftiges Grundspiel (bzw. ohne ein Grundmaß an Popularität) wird sich kaum jemand finden, der bereit ist, Mods/Plugins zu entwickeln (egal wie einfach oder kompliziert es ist). Das API Update gab es nur, da der Engine-Wechsel ja eher ein Sonderfall ist und damit Plugin-Entwickler schonmal anfangen können loszulegen. Trotzdem war es sinnvoller, überhaupt erst die Plugin API einzubauen bevor wir einen Ingame-Browser dafür implementieren (der nämlich nicht viel bringt, wenn es eh keine Plugins gibt).


    Wenn wir jetzt aber dringend benötigte Features nach hinten stellen, um einen Ingame-Mod-Browser zu entwickeln (obwohl es derzeit eh nur wenige Plugins gibt), werden wir RW damit kaum einen Gefallen tun.


    Was hat die Anzahl der Entwickler mit der Umsetzung von Mods auf Api zu tun? Das hätte man von Anfang an machen können. Es ist eine Sache der Herangehensweise.

    Naja, was hat das Vorhandensein eines Ingame-Browsers für Mods/Plugins/Erweiterungen mit der Bezeichnung zutun? Ich fürchte, du versteifst dich etwas zu sehr auf die Begrifflichkeiten.

    Und ja, die Anzahl der Entwickler hat einen direkten Einfluss auf den Umfang eines Features. Hätten wir 10 oder 20 Leute, dann würde es einzelne Personen geben, die sich ausschließlich um ein Feature kümmern. Dann wäre zB einer da, der 100% seiner Zeit in einen Ingame-Mod-Browser stecken kann. Bei uns ist es aber so, dass viel zu viele Features auf viel zu wenige Entwickler kommen. Wir können uns gar nicht auf ein Thema konzentrieren, weil eigentlich noch 10 andere Features lange überfällig sind, daher muss alles irgendwie parallel ablaufen (was aber dann nur mit Kompromissen funktioniert).


    Dann liegt es hier wohl an der ewiglangen Erklärungen und andauernden Veränderungen, dass man keine Lust mehr auf Apis hat.

    Welche andauernden Veränderungen? Ich muss nochmal betonen: Die Plugin API (oder Mod-Kit oder das SDK oder die "Creator Suite" oder wie auch immer man es nennen mag) ist nicht für den Endanwender gedacht, sondern benötigt grundlegende Programmierkenntnisse. Es ist das Werkzeug für die Leute, die die Mods erstellen und anschließend (hoffentlich) der Community bereitstellen.

    Ich glaube, hier gibt es ein kleines Missverständnis :saint: Ich habe oben ja nicht gesagt, dass es eine Sortierung nach Klein-/Großschreibung geben wird, stattdessen habe ich nur nachgefragt, ob das so wirklich gewollt ist, denn so eine Sortierung ist schon recht ungewöhnlich. Ich habe lediglich gesagt, dass die Sortierung ab dem nächsten Update Ordner zuerst auflistet, dann Dateien ^^


    Das betrifft aber übrigens nur die Listenansicht auf der linken Seite - derzeit herrscht dort eine strikte alphabetische Sortierung, d.h. Ordner und Dateien wechseln sich ab. Die Intention ist, erst Ordner und dann Dateien (weiterhin alphabetisch sortiert anzuzeigen). Es wird dafür aber auch eine Einstellung geben sodass man auch die derzeitige Sortierung beibehalten kann.


    In der Hauptansicht ist sowas leider nicht möglich, denn liegen alle Ordner ja quasi auf einer Ebene und man klappt sie jeweils ein und auf.


    Ich finde es viel Sinnvoller, wenn im Mittleren Blaupausen Fenster nur der Angewählte Ordner angezeigt wird

    Meinst du das in dem Sinne, dass wirklich nur der aktuelle Ordner dargetellt wird? D.h. wenn ich zB auf den Ordner "Möbel" klicke, ich nur noch den Inhalt von "Möbel" sehe und nicht mehr den der anderen oder übergeordneten Ordner? Und wenn ich dann zB in den Unterordner "Stühle" gehen möchte, ich darauf klicke und nur noch den Inhalt von "Stühle" sehe? Quasi so, wie der Dateibrowser bei Postern (wenn man ein Bild von der Festplatte auswählen möchte)?

    Momentan kann man ja sonst die nicht benötigten Ordner einfach zuklappen (das Spiel merkt sich diesen Zustand auch nach dem Schließen des Fensters) ^^

    This is more or less intended... it happens in the English or German translation as well. The label is slightly bigger than the icon because we try to reduce line breaks if possible. The reason is that some item names are quite long and would possibly result in more than one line break. This is what it would look like if the label isn't bigger than the icon (right image):


    It's probably debatable which one is better... IMHO it's not so nice if the label covers half of the icon. And in addition to that, the issue on the left image is only visible if you actually select the icon with your cursor.


    This is indeed a bit problematic... we'll see if we can make the right part of the crafting menu bigger :thinking:

    Thanks for offering your help! :) But exclusive models can be quite expensive... it's been a while since we last hired a 3d artist (so maybe prices have changed in the meantime), but I'd expect the price tag for such a model to be somewhere between $1000 and $10,000 USD, considering it requires quite a lot of details (due to it being a first-person game), and still needs to be optimized (to keep the triangle count as low as possible while still looking good).


    But even if we get our hands on a model, I'm not sure if it's reasonable to allocate time to implement it now... we first have to get the new version ready to replace the Java version ^^ So I don't think it would be a good idea to implement this before 2024 :thinking:

    Thanks for bringing this to our attention jackobrian , we will fix that with the next update :)


    There is no string to translate this message in language file.

    Unfortunately you can't translate this message because the game receives it from our server :/


    I know it has nothing to do with the PT-BR translation, but I believe that none of these words have a hyphen ( \\u00AD ) in English Translation.

    Oh, actually the \u00AD character is a soft-hyphen. It just indicates a possible hyphenation position. More precisely, it tells the game where it is valid to break up a word. For instance, if "Sledgehammer" is too long for a label and we don't provide the soft hyphen character, the game may end up writing "Sledgehamm-er" or "Slegeham-mer" or something like that. If the word is "Sledge\u00ADhammer" instead, it will still be shown as "Sledgehammer", but if the word doesn't fit, the game turns it into "Sledge-hammer" ;)

    Rand Skalierung bei Text mit transparentem Hintergrund

    Wir werden uns das nochmal genauer anschauen. Wir sind leider noch nicht dazu gekommen, ich denke aber, dass wir das vmtl. bis zum nächsten Update umsetzen können ^^


    Schilder lassen sich nicht hinter Glas Bauelementen erkennen.

    Durch Glas Türen schon.

    Oh, danke für den Hinweis! Das ist natürlich nicht gewollt... das werden wir mit dem kommenden Update beheben :saint:


    Fehlt nur noch der Befehl für die Schriftart :!:

    Leider kann der Font nicht über Rich Text Tags geändert werden :/

    How much would it be to get someone to get a functioning Flower-Class Corvette into Rising World? Maybe I could chip in some times soon to have that as a feature in the game. :drunk:

    The biggest problem for us it to get a proper model for it. Currently we don't have the funds to hire a 3d artist unfortunately...


    Implementing the behaviour also requires some work ofc, although that's not a huge issue at all, because boats are already in the game and the handling for bigger vessels would be based on our current implementation.

    Leider gibt es dafür keine Option... vmtl. macht es aber generell Sinn, erst die Ordner und dann die Dateien aufzulisten (statt wie jetzt eine strikte alphabetische Sortierung). Wir werden das mit dem nächsten Update umsetzen ;)


    Was die Sortierung nach Klein-/Großbuchstaben angeht, da bin ich allerdings etwas unsicher... heißt das, du möchtest eine Sortierung wie zB hier? :wat: