Posts by yahwho

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

    Hi,


    This is a simple plugin that sets players to visible... if they are invisible.


    Source code:




    Install instructions: download the MRForceVisible.jar file. Create a folder in your plugins folder called MRForceVisible and place the MRForceVisible.jar file inside this folder. (Plugins folder should be inside your \RisingWorldDedicatedServer\ folder. If it's not there you will need to create a new folder and rename it plugins).

    This is more a possible workaround that a fix.


    This code would check every time a player moved into a new game chunk and check to see if they were invisible, and if they are, it would would then set the player to be visible.


    Let me know if you need help wrapping that into a plugin.


    Though so! Then this is strange :thinking:


    I just saw a player on my server wearing a modern military helmet, and modern military clothes. When asked player claimed "couldn't remember" where they got them.


    Just checked with my normal player account and indeed these items are locked in the loom.


    Not a huge issue... it's only clothing. But very odd. :wat:


    (Edit: It wasn't a rogue admin giving them out - being as though I am the only admin on MR)

    Looks looks some of what I've asked for is in https://javadoc.rising-world.n…orld/api/objects/Npc.html


    I can see a getClothes method but not a setClothes one.


    I'm assuming that's because it is a little more complex, as it would need methods such as npc.getClothes(Type.shoes) npc.getClothes(Type.hat) etc.


    Still, would be super useful to set clothes of an npc, even if it was limited to full 'costumes' which would mean only one method with a parameter. Such as npc.setClothes(Costume.Armour1);

    Can we please get more access to the dummy NPCs via the API?


    Such as setting clothes, setting name, setting invincibility, maybe even aggression?!


    I don't think this is currently possible via the API, please correct me if I'm wrong!

    Which game? Java (old version) or Unity (new demo)?

    What operating system are you using?

    Have you installed latest OS updates?

    Do you have multiple monitors?

    Does the problem persist after a power cycle (power machine off, disconnect power supply, hold power button for 5 seconds, connect power supply and restart)?

    Are you running in full screen or windowed mode?

    Have you Ctrl+TAB'd?

    Are you using a none-default scheme? (type main.cpl into a run box to check mouse pointer settings)?

    And finally, the mouse pointer in game is image file, if this file is somehow corrupt of missing the cursor would not show. If you use Steam version you can validate your game files with these instructions - https://support.steampowered.c…le.php?ref=2037-QEUH-3335


    P.s. Welcome to Rising World :)

    In theory you could animate something with the current API. Multiple static models working as one. Then individually moving each object model to a new position. Giving the impression of one model that is animated.


    It would be fiendishly hard, to put it mildly for any complex animation.

    Hi red51


    In the new version, if it's not too much hassle can we get some methods in order to see how many resources a blueprint costs?


    Something like...


    Code
    onPlayerPlaceBlueprint(PlayerPlaceBlueprintEvent event){
    int lumber = event.getLumberResources();
    int stone = event.getStoneResources();
    int iron_rods = event.getIronRodResources();
    // etc etc.
    }


    :monocle:

    I'm guessing copying files even with a valid serial won't work. It's not the normal way to install - no registry entries, and it would be far too easy to pirate a game if you could do what you're attempting.

    Thanks for the replies. I'm surprised to hear there is hand jittering I would have assumed they would be children of the FPS camera. But as I've never written a game larger than a small world I'm far from an expert in the field. 64,000^2 seems a decent playground to me! :D