Posts by yahwho

    Finally got it running! 8o


    My server also acts as a test server for work and as such it is also a DC. I had to edit some GPOs to allow the task user to execute the task!


    Phew!

    @red51


    The pickaxe cool down is great addition - I do really like it.


    However, I feel that this should be turned off (without cool down between clicks) whilst in Creative Mode.


    For example, I've placed a blueprint, and decided to modify it, usually I would use the pickaxe with fast clicks to target and remove the blocks I don't want, this is now really slow. X/

    I assume you got it running now?


    Not yet! Not had the time to test it on my server. My workstations install is still kaput - think it needs a reinstall. Will be trying it out on my workstation before I roll it out to the server. But I have faith! 8)

    Hi,


    What version of Windows server are you running?


    Is it a VM sever, dedicated, VM core (I.e. no GUI?) Etc?


    Sounds like it may be a VM issue buffering the input. But that's a total stab in the dark.


    First port of call would be your Event Logs, and Task Scheduler (check for any currently running tasks).

    Thanks @Devidian


    Just had a peek inside your XML, yes that was exactly how I was launching the jar via Task Scheduler (C:\Program Files\Java\jre1.8.0_211\bin\java.exe with args -Xmx1024m -jar server.jar) so it's odd why mine wasn't working :S even odder that it broke something.


    Am I right to believe you reference this XML file within the server.properties file (server_restart_script=RWServer.xml) ?


    Maybe this is the route to take and not Task Scheduler

    Hi all,


    Has anyone figured out a way to automatically restart the server on a schedule on a Windows server?


    I have tried for hours trying to get Task Scheduler to start the java file, in fact my last attempt I felt I was getting pretty close - but then I totally broke my test server. How I broke it with console commands launching a jar file I have no idea =O Java's not broken as I can launch other Java based apps. This isn't the problem: I'm sure I can fix this, but can anyone tell me how to restart the server on a schedule? ;(



    Jep!




    Ändern Sie diese Werte


    graphic_viewdistance = 50
    graphic_viewdistance_grass = 50
    graphic_viewdistance_lod = 50


    im


    C: \ Program Files (x86) \ Steam \ SteamApps \ common \ RisingWorld \ config.properties

    Hi,


    I got a whole bunch of SEVERE events on the console output which coincided with the server stopping people from connecting (Stuck on connecting... screen). Any ideas? :/



    Confusing crafting


    What's confusing about it? 8|


    but by the time I went empty my inventory I came back (about 3 minutes)... the damn bear's body was gone

    This can be change on the server.properties file.

    Code
    settings_deadnpc_despawntime=

    When I came back (2 minutes later) my body was NO WHERE to be found


    These can be change on the server.properties file too.


    Code
    settings_deadplayers_despawntime=


    I suspect the settings are default so low, because they stop low spec machines getting bogged down. If your server/machine can handle it, whack these numbers right up!


    The integers represent seconds.


    So,


    settings_deadplayers_despawntime=900
    settings_deadnpc_despawntime=900


    Would give you 15 minutes until they despawn.