Posts by yahwho

    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.

    I would like to be able to control the pickaxe animation speed on a per player basis.


    Something like this would be really great:


    Code
    Player player;
    player.setAnimationSpeed(0.5f);

    Why? Well the steel pickaxe is great! But I would like to speed it up and make it so it's possible to gain (through a reward mechanism) a harvesting speed similar to that of the mining drill without having to keep mouse clicking (i.e. just a key press not release).


    I'm just thinking about reducing RSI ;)


    P.s. Medieval themed server, so mining drill's a bit of a no. :/

    Could someone possibly show me an example of using the crosshair enums on a panel? I've looked at the API but I can't see anything obvious.


    I want to achieve the effect of a mouse over panel and set the crosshair to pickup (small hand). Giving active feedback to a user that a panel (button) is clickable.