Posts by MarcosRC

    Hi,


    What's the correct way to get Launch options for Rising World as a Java game in Steam. I would like to pass to it the -Xms parameter for extra emmory (for example -Xms8196m)


    Shall I just write that in here:


    Cheers,


    Marcos

    Hi,


    In the latest Debian the script fails. Looks like the "screen" version in it expects the options in a different way.


    Changing from:


    screen -dmS ${SCREEN_NAME} -L ${SCREEN_NAME} java -Xmx${MEMORY}m -Xms$(($MEMORY/2))m -jar server.jar


    To:


    screen -dmSL ${SCREEN_NAME} java -Xmx${MEMORY}m -Xms$(($MEMORY/2))m -jar server.jar


    fixes the issue.


    @red51, you may want to change it, it should work for other versions as well.

    Hi @red51,


    Are there any plans to fix things like you being able to open chests or take thing from tanning racks through walls/glass, or animals walking through them?


    Less important but also nice to have fixed is trees going through walls :)


    Cheers,


    Marcos

    Well, the traditional way of making mirrors is glass + a solution of silver that deposits metallic silver on the glass.


    How cool would it be to have flowing water? The problem being maybe the ponds would dry up and have to be filled up by rain?

    Red51 has said that flowing water will come, but probably not the drying/rain filling as it is too computationally expensive to do (ie: you will need a hell of a computer to calculate it).

    I had the same error as @Minotorious, in Linux.