Jump to content

Dedicated server game character narration


Recommended Posts

The language of the game client has been set to Chinese. When I create a game server locally, I enter the game and the language is displayed normally. However, when I create a dedicated server, the language of the characters in the game can only be displayed in English. I am a dedicated server built using docker, and the image is: Jamesits/docker-dst-server. Therefore, in the dedicated server, which configuration files should I adjust to make the narration of the game characters appear in Chinese

2021-03-09 021039.png

Hi Moac,

I don't know if this will work, but have you tried editing cluster.ini ?  It's in  {{your data directory}}/DoNotStarveTogether/Cluster_1/cluster.ini  In that file you can set cluster_language = 

I haven't tried setting that, but it may work.

Here's an example file:

```

[NETWORK]
; DO change the name and description please!
lan_only_cluster = false
cluster_intention = social
cluster_password = fooom
cluster_description =
cluster_name = wabagail
offline_cluster = false
cluster_language = en
lan_only_cluster = false
whitelist_slots = 1
autosaver_enabled = true
;tick_rate = 30

 

```

 

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...