-
Content Count
759 -
Joined
-
Last visited
Community Reputation
1291 ExcellentAbout penguin0616
-
Rank
Senior Member
Recent Profile Visitors
2203 profile views
-
[Game Update] - 506376
penguin0616 replied to zarklord_klei's topic in [Don't Starve Together] General Discussion
Yes, the Malbatross Beak now has the same chance as the other items. -
Screenshot showcase
penguin0616 replied to disies's topic in [Don't Starve Together] General Discussion
-
That would make Klei responsible for upkeeping those mods on console, and as far as I'm aware Klei does not want that to be the case. It is time and resources that are better spent for them elsewhere. Making mods work on console as well would probably be a pain, since most mods have only ever been developed for PC. I'm guessing there aren't many modders who mod for PC but also play on console.
-
[Game Update] - 503207
penguin0616 replied to ScottHansen's topic in [Don't Starve Together] Developer log
They made a slight mistake with their conditional statements by terminating one of them too early. The code was supposed to prototype the recipe if you didn't know it already, but the mistake made it so that you would only prototype the recipe if it had a placer. -
For your own modded character, yes.
-
What do you use green gems for?
penguin0616 replied to Seero's topic in [Don't Starve Together] General Discussion
I usually just use them for something like this:- 24 replies
-
- 20
-
-
-
-
-
-
Tallbird Egg Timer mod?
penguin0616 replied to Orangex's topic in [Don't Starve Together] Mods and Tools
The Insight mod will show you the hatching process. Note that it's a sort of progress thing, rather than a timer. -
A server's ping shows as ??? when you send a ping to the server and you don't get a response. That generally means the port you're pinging isn't open for you to ping, so it would be an issue on the server host's end. Most people aren't going to open their ports if the game works fine without it. Additionally, the servers that show up first depend on the "ranking" system. An important thing to note in that ranking is if that the server's ping isn't between 0-200, it gets placed with the other low rankings. A ??? ping doesn't fit that criteria, so bottom of the rankings that listing goes.
-
[Game Update] - 500081
penguin0616 replied to ScottHansen's topic in [Don't Starve Together] Developer log
Looks like we've passed version 500000. Neat! -
Starting to Modding In 2022
penguin0616 replied to Karitha's topic in [Don't Starve Together] Mods and Tools
https://www.lua.org/ftp/#source You'll want one of the 5.1.X versions, since that's what DST uses. Probably 5.1.4 or 5.1.5, either works. You'll have to make the executable from the source though. If you don't know how, you can find a lot of tutorials online. The INSTALL file also has some details. Provided link also has links to the reference manuals and whatnot.