Posts by red51

    Skalierbarkeit ist ohnehin Hauptaugenmerk, schließlich muss man davon ausgehen können, dass (auf Multiplayer Servern) an manchen Stellen hunderte Fackeln oder Lampen auf kleinstem Raum sind^^
    Occlusion Culling wird nicht verwendet, ich bin mir nicht sicher ob sich der Aufwand tatsächlich rentiert, da alle Objekte innerhalb eines Chunks ohnehin zu einem großen Mesh reduziert werden.

    Wenn du in die Console "setspawninventory" (ohne Anführungszeichen) eingibst wird dein aktuelles Inventar als Spawninventory genommen.


    Um dir die nötigen Items zu spawnen, musst du dann "item pickaxe 1" und "item axe 1" benutzen ;)


    Einen "Claimschutz" wollten wir eigentlich nicht direkt ins Spiel einbauen, sondern den Multiplayer so "nackig" wie möglich lassen, und solche spezifischen Dinge von LUA erledigen lassen. Vielleicht ist es sinnvoller, wenn wir ein passendes Skript dafür anbieten?

    Really strange :huh: Maybe you can enable debug console (edit config.properties file in your game directory and set "game_debug_console" to true), when playing the game, you see all relevant output. When stopping the game (and usually also when it crashes), there should be a log file in the "Logs" folder. Perhaps you can send me this log once the error occurs again?

    Thanks for the feedback! ;)


    ist es nicht richtig das deutsch zuerst kommt und dann englisch!?


    Nein, denn Englisch ist immerhin die Sprache, die die Mehrheit der Spieler versteht ;) Aber dass das Spiel plötzlich auf Englisch ist ist ein Bug, wir beheben das so schnell wie möglich!


    Hey red51, you guys left your names in the default server.properties file as admins.


    Oh, thanks for letting us know :D We will fix that as soon as possible (we should really stop using the release build for testing purposes xD)


    I guess trees do not frow from sapplings yet?


    They should regrow :) It happens in two steps, first the sapling becomes a small tree, and this small tree then becomes a fully grown tree. This process takes around 1 hour, maybe we should reduce the time?

    Another update is available! It introduces the tree replanting feature (still work in progress, needs finetuning), as well as an ingame setting to adjust the field of view (FOV).


    This update also brings a gift object, which you can interact with ;)


    Apart from that, the game now also works when Steam is in offline mode.


    *Note for serverowners: You need to update the servers as well, download the latest version from our homepage*


    Changelog:

    • [New] Option to adjust fov ingame
    • [New] Tree replanting, when chopping trees, they drop some saplings randomly. These can be replanted (work in progress!)
    • [New] Ability to start dedicated server with launch parameters for max players and port (which override the setting in the config)
    • [New] Gift object, serves as a simple chest ;)
    • [Change] Changed default fov to 60
    • [Bugfix] Grass now gets also removed when placing multiple blocks in a line
    • [Bugfix] Multiplayer setting to enable/disable pvp does work now


    Bugfix 2014-12-27:

    • [New] Multiplayer: Serverowners now have the ability to ban players
    • [Bugfix] Fixed wrong selected language


    Vielen Dank für den Report! :) Anhand der Report Datei ist dein Treiber nicht der neueste. Du hast Version 8.xx installiert,während die neueste Version 15.xx ist. Dummerweise wird es schwierig falls du ein Notebook hast, da du in diesen Fällen nicht immer die Intel Treiber verwenden kannst, sondern auf spezielle Treiber deines Herstellers angewiesen bist. Diese wiederum updaten ihre Treiber nicht immer =/


    Versuch mal die config.properties Datei in deinem Spielverzeichnis zu löschen. Ggf. ist irgendeine Einstellung gesetzt, die die Intel HD nicht verträgt?

    + and - maybe can go up by 5 or 10 instead of 1? So each click it goes up by 5 or 10. Then if you want, hold shift for full stack of 64. Place a clear button that says Max to craft all possible of that item. And also between the + and - maybe add a place to type a specific amount. That would please everyone I believe.


    But when + and - increases the count by 5 or 10, how to increase the count by 1 or 2 for example? Alternatively, you can hold the + or - buttons, or you can also use your mousewheel when hovering the count label.
    The problem with the next button is, that there is not unlimited room on that crafting gui, and placing it next to the regular button may cause the people to accidentally press it...

    I recently got a suggestion by @StarMeister to change the + and - behaviour, instead of holding the buttons, you can hold shift and press them to set the count to 64 immediately.
    Crafting stacks of 64 items should be really fast (since there is no cooldown or something like that for crafting).


    If an option is still required like "craft as many items as possible", we need a good location for the button. If placing next to the regular craft button, users may accidentally click on it =O

    Auf kleinen Servern ist es ggf. auch eine Überlegung wert, das Spawninventar zu verändern, nämlich den Spieler ohne Werkzeug spawnen zu lassen. Sofern keine Werkzeuge in irgendwelchen Kisten liegen kann er dann nichts anrichten. Vertrauenswürdige Spieler müssen dann in dem Fall von einem Admin immer ihre Tools bekommen.

    Awesome building!! 8o


    The problem is, that you maybe used the "item" command in combination with an invalid item? You need to edit the world file (inside the gamefolder/Worlds) manually (e.g. with a program like navicat), go to the table "Inventory" and manually delete the slot "Inventory" for your player.
    Alternatively, you can zip your world and send it to support@jiw-games.net, then I can fix that for you ;)