-
Content Count
939 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Klei Bug Tracker
Game Updates
Hot Lava Bug Reporter
Everything posted by Daniel86268
-
$ony and Micro$oft don't allow players to host their own non-console based servers. The official reaon is to protect players from scamming and uncontrolled/regulated content. I have no idea what options you have on consoles, but I somewhat recall players being able to host console-hosted servers, albeit non-dedicated, so you have to play yourself to have others join you and vice versa. No idea if this option is tied to psn as well, like Nintendo does their stuff.
-
The log which you've posted of the server that ran for a bit seems to indicate that the server can't write anything in the save folders. So either the drive is full or the user that you use to run the server doesn't have write permissions in the listed folder: [00:46:48]: error: -1: could not get free space for /mnt/MT/MCServerFiles/dst//DoNotStarveTogether/Home/Master/ [00:46:48]: Failed to get free hard drive sapce for: /mnt/MT/MCServerFiles/dst//DoNotStarveTogether/Home/Master/
-
Tbh, that doesn't sound like an issue with CentOS 8 (Which I'm running as well without any problems). You only need those requirements, including that libcurl link kinda thing, everything else should run out of the box, especially, because you can aparently join, which confirms that the requirements are met. Usually these kinda issues appear when you aren't installing the dedicated server using steamcmd and instead either copy it over from some questionable sources or from the steam client.
-
You could just delete the individual world files. (Keep the ini and other config files though.) When you start up the server afterwards, you'll have a freshly generated world. Only Problem you might be running into would be that if the Caves are older it might not connect to a younger overworld, though I'm not sure if that's still a problem, or if Klei secretly fixed that at some point.
-
Help Me Get Caves Working!
Daniel86268 replied to Introvert's topic in [Don't Starve Together] Dedicated Server Discussion
According to this line one of the server shards couldn't start, cause the server port is already in use: [00:00:04]: [Error] Server failed to start! [00:00:04]: Unhandled exception during server startup: RakNet UDP startup failed: SOCKET_PORT_ALREADY_IN_USE (5) That usually happens if both server shards are configured to use the same port. -
HELP Ping shows as ???
Daniel86268 replied to Eiveia's topic in [Don't Starve Together] Dedicated Server Discussion
That's a known and recurring issue which has been asked and answered many times. It occasionally happens on both officially hosted servers (Including the ones hosted by Klei themselves, for example during the Forge event) as well as both correctly and incorrectly configured private hosted servers. The incorrectly configured servers can, as you've mentioned, sometimes be fixed by portforwarding, fiewall, etc, whereas the rest sometimes fixes themselves or stay that way. I've had the same happening at some point, but since it doesn't affect gameplay I didn't bother trying to fix it, and it eventually fixed itself.- 1 reply
-
- 1
-
-
Admin list
Daniel86268 replied to Bunnyash's topic in [Don't Starve Together] Dedicated Server Discussion
Easiest way to add people as admins is to Ban them temporarily and then copy their "Ban Entries" into your adminlist file, as these entries can be quite complex, and minor typos can already invalidate the entire entry. -
Setting up Easy Config Servers
Daniel86268 replied to Marcules's topic in [Don't Starve Together] Dedicated Server Discussion
Make sure you put your cluster_token.txt file in the correct location (The cluster folder next to the cluster.ini and the Master and Caves folders) and make sure that you copy the entire file, instead of pasting in the text from inside the file, as there might be some invisible symbols, which in that case wouldn't get copied. -
Suspect #1: You have 25 mods installed. Ever mod add some sort of complexity to the game which the server has to calculate. Suspect #2: Your server is 3219 days old. That means items, entities and/or structures accumulate everywhere and cause lag. Even those cleaning mods can't remedy that completely, since they only delete items such as stingers and rot on the ground, and not your precious thulecite items collection or random science machines across the map. Your hardware is pretty decent, so I wouldn't worry too much about it. You might be able to improve the performance a bit by upgrading to a newer/more powerful CPU though. The accumulating lag is just a thing that happens over time on pretty much all DST servers. You can delay the time until that happens by keeping your map clean and using as few mods as possible.
- 1 reply
-
- 1
-
-
version mismatch
Daniel86268 replied to taner320's topic in [Don't Starve Together] Dedicated Server Discussion
Make sure your server is up to date, as we recently had an update and steam automaticially updates the clients, whereas depending on your startup script the server might not automaticially update itself. -
Server progress lost
Daniel86268 replied to capichou's topic in [Don't Starve Together] Dedicated Server Discussion
Afaik the pause mod makes the "pause menu" pause the game. Maybe you didn't pause before alt+tab-ing? As it might not trigger from simply alt+tab-ing. As for the logs, these kinda things don't really show up in logs, unless you have an actual error going on, which might've crashed the game instead. Also the logs are probably gone along with the old map, which is unrecoverable, unless you have a backup save. In the future I'd simply recommend checking if it really is paused before alt+tab-ing to prevent this from happening, and if you really wanna avoid losing your map like this either running an endless game, or doing regular backups of your save.- 1 reply
-
- 1
-
-
This sounds like you either the /Users/(MacUser)/steamcmd directory doesn't exist, or the script doesn't have the necessary permissions. try these commands: touch /Users/(MacUser)/steamcmd chmod +rw /Users/(MacUser)/steamcmd For making the run_dedicated_servers.sh file executable you can just use chmod +x run_dedicated_servers.sh This has to be entered in the same directory as the shell script. Alternatively you can add the path in front of the file.
-
Server Announcements?
Daniel86268 replied to YesterdaysLemon's topic in [Don't Starve Together] Dedicated Server Discussion
With what JazzyGames said, you can either run a script on your server which sends a messsage to the gameserver to post the message with the format JazzyGames posted, or you'll have to tackle the issue with a mod. -
Make sure the game actually runs on the dedicated GPU and doesn't use the intel powersave GPU thanks to nvidia optimus or something.
- 13 replies
-
- 1
-
-
- fps issue
- dont starve tog
-
(and 1 more)
Tagged with:
-
Some mods do have issues like that, but bigger mods usually are designed to properly run on dedicated servers. That said, when looking at the mod pages for clues, I noticed that the mods together in total are bigger than 200mb, and since the dedicated servers create an individual mod cache on each client, instead of using the locally installed mods, downloading the mods when joining the server might take a while. This can't be sped up by upgrading the server, as the mods are downloaded by the client from the workshop. Just try letting it load for a while, even if it freezes or something. Maybe then it'll figure itself out.
-
Afaik there's no way to adjust the player count beyond 64 players, as it might be a game engine limitation. Some players have managed to increase the max players on client hosts from 6 up to 64, but I haven't seen any mod going higher. You could try looking at those mods and editing them yourself to see if you can push it further on a dedicated server. Though I wouldn't get my hopes up too much. That said, many players have had performance issues maintaining that many players at once, so that might be the first thing to take care of.