Jump to content

Remy Lind

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Remy Lind

  1. 13 hours ago, milfer322 said:

    Anyone can test the server for DST? 

    DST works with caves now, at least for me.

     

    Remember - DST Server port is - 10889 and NOT 10999 (Wrong configuring?)

    Need to update that in the container or forward container port 10889 to 10999 (UDP)

     

    Use console to connect;

    c_connect("IP")

    If you are using custom port;

    c_connect("IP",PORT)
    c_connect("IP",PORT,"Password")

     

    • Like 1
  2. On 5/8/2019 at 11:35 PM, milfer322 said:

    Thanks for reply. If it isn't bothering much and if it's possible to be added, I'd like to modify the forest and the caves settings. The world can't be modified right now, and I'd like to modify a couple of options.

     

    Vanilla is fine by default but is it possible to change a couple of things? Disease is annoying af for example. Thank you

    unknown.png?width=609&height=341

     

    Custom World

     

    - Start server

    - Browse to; \appdata\dontstarve\token\Cluster_1\Master

    - Create/edit file worldgenoverride.lua or use my attachment (Copy same file to Caves-folder if you want to customize caves)

    - Edit worldgenoverride.lua to your liking then save.

    - Connect to your server and choose to regenerate world (press TAB when in-game then click the little button for options).

    - Have fun!

     

    Spawn more set-pieces

     

    - Stop server

    - Browse to; \appdata\dontstarve\serverfiles\data\databundles\scripts.zip\scripts\

    - Edit worldgen_main.lua

    - Go to line 338 and replace with this;

            for idx=1, math.random(math.floor(9000*multiply[boons_override]), math.ceil(10000*multiply[boons_override])) do
                AddSingleSetPeice(level, "map/boons")
                AddSingleSetPeice(level, "map/pointsofinterest")
                AddSingleSetPeice(level, "map/protected_resources")
                AddSingleSetPeice(level, "map/traps")
            end

    - Experiment by changing math.floor (9000) value and math.ceil (10000) to your liking

    - Start server with a new world

    - Have even more fun!

     

    worldgenoverride.lua

  3. On 9/14/2017 at 5:40 AM, gtroyp said:

    I am seeing very high CPU usage by rtorrent, 100% full use of a core. Can stop all torrents and usage doesn't change. Restart with torrents all stopped, goes right back to high usage. Seems like a runaway process. Anybody else?

     

    If not, where do I start to try and figure it out?

     

    UPDATE: Not sure if it's related, but I am getting occasional and intermittent errors on seeded files that the tracker reached timeout. That is probably an unrelated tracker issue, but might not be?

     

    I'm struggling with this too.

     

    I found out after som trial and error that --cpuset-cpus="7,23,8,24" (using 1950x) fixes the issue.

×
×
  • Create New...