Jump to content

Recommended Posts

3 hours ago, TorresWeon said:

我已经按照所有步骤操作,但仍然出现错误。

帮助.png

I have encountered this problem. My solution is to check whether the name of the startup archive in your startup file is the same, and then check whether the name of your local archive is the same.But I don't recommend you to use the forum's“StartDSTServers.bat”start your server,he's in your“\Steam\steamapps\common\Don't Starve Together Dedicated Server\bin\scripts”【launch_preconfigured_servers.bat】

11 hours ago, TonyWalker said:

I don't know if it is valid to ask now (2023/5/1), but I still hope someone can help me

 

@Moderator

Need some help... desperately! 

i keep getting this error when i try to run my dedi with mods:

[00:00:01]: loaded modindex    
[00:00:01]: ModIndex: Beginning normal load sequence for dedicated server.
    
[00:00:01]: ########################################################    
[00:00:01]: #ERROR: Failure to load dedicated_server_mods_setup.lua:    [string "../mods/dedicated_server_mods_setup.lua"]:2: unexpected symbol near ','    
[00:00:01]: #Shutting down    
[00:00:01]: ########################################################    

here is the lua, for the love of me i cant find this random "," its referencing!

 

Spoiler
--There are two functions that will install mods, ServerModSetup and ServerModCollectionSetup. Put the calls to the functions in this file and they will be executed on boot.

 

--ServerModSetup takes a string of a specific mod's Workshop id. It will download and install the mod to your mod directory on boot.
    --The Workshop id can be found at the end of the url to the mod's Workshop page.
    --ServerModSetup("350811795")

 

        ServerModSetup("1207269058") --#Health Info
        ServerModSetup("378160973") --GlobalPositionsIcon
        ServerModSetup("959771965") --#Mandrake Respawn
        ServerModSetup("786556008") --#45 Inventory Slots

 

        --ServerModCollectionSetup takes a string of a specific mod's Workshop id. It will download all the mods in the collection and install them to the mod directory on boot.
    --The Workshop id can be found at the end of the url to the collection's Workshop page.
    --ServerModCollectionSetup("379114180")

Hello Developer 

I am a player from China. I felt very confused while following the tutorial to set up a server. 

The setup requires preparing multiple files or programs, but you did not explain the default values of each program or their optional parameters.

For example:

steamapp.exe: the meaning of the parameters used (even if not critical), and especially the default parameters (this needs explanation, because by default it downloads the DST program into the current directory, and I had to use mklink to link it to another location on my D drive).

dontstarve_dedicated_server_nullrenderer_x64: where is its default working directory, what are its default launch parameters, and can the default use of the "Documents" folder be changed? (It feels inappropriate to put the dedicated server configuration in the user directory.)

Also, there is no mention of how to configure mods at the start of the tutorial. Since mod support is officially provided, the tutorial should include instructions for adding mods, because almost every player setting up a server will add mods.

My deployment process roughly went like this:

Launched the DST dedicated server directly from Steam → failed → checked the error log.

Found the forum → read forum posts → deployed based on forum tutorial → thought the program paths used in the tutorial were unreasonable (Documents folder) → tried to modify them → server failed to start.

Went back to forum → searched for program explanations → modified settings → server started successfully.

Tried to load my previous save → success, but mods were not loaded.

Checked forum for mod configuration → some mods worked but some did not.

Read forum again, tried to modify → mods still failed to load → tried again → now even the server won’t start.

After so many failures, I feel frustrated and no longer want to try deploying a dedicated server.

The official Chinese wiki also does not explain how to deploy a dedicated server. Learning from forum posts is really painful.

It’s already 2025 — I hope the official team can provide a dedicated page (such as online documentation or a wiki) instead of relying on forum threads. Digging through forum posts layer by layer to find information is exhausting.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...