Posts by yahwho

    @Juggernaut The " START 11 54 14 STEP BACK START 11 55 14 STEP BACK" are system print lines that should have been commented out or handled with a boolean. They are for debugging reasons. Red knows about it.


    I would avoid doing too much with the terrain until these lines are removed. They appear to run whenever terrain is modified or water is placed.

    I went in on a world and placed some water in creative mode, server side console appeared to get stuck in a loop (turns out it wan't an infinite loop - it just took a very long time ^^ )


    That said though, there is a lot of system println commands with format:


    Code
    START INT INT INT
    STEP BACK
    ===========LOCKED

    I know it's for debugging but my concern is the impact this may have on log file sizes?




    (The NullPointerException on de.kiw.gui.core.Screen.destroy line 244 also seems to stop you using the rp command)

    When shutting down the server with rcon there is a null pointer.


    Hi!


    I know we have a player.setInvisible(boolean); but can we also get a player.setInvincible(boolean); ?


    I know there is a player.setCreativeModeEnabled(boolean); but I kind of don't like the idea of using that "just in-case".


    Good luck on the update tonight! :thumbup:

    Thanks Beko, yea I think I uninstalled blender before because the learning curve was too steep for me. That said it was some years ago now so hopefully the interface has improved (and so too my understanding). I'll give them both a shot. :)

    Thanks, Yes I've heard of blender (I think I may even have had it installed once upon a time). I'll give blender another try. Last time I did 3D stuff was hard coding VRML objects 10 years ago. Would be fun to give it a bash again.

    Can anyone recommend an application to create 3D models and their textures in? Also, what format(s) are supported by the game?


    More so for playing around.