-
The forum downloads section will be removed on Jan 1st 2023. Players may still download mods that are currently hosted, but new submissions are no longer being accepted. Mod makers are advised to relocate their mods to alternative hosting solutions.
Modding Tools, Tutorials & Examples
88 files
-
Music Mod Guide (DST)
This is a music mod guide for Don't Starve Together that can also be used for Don't Starve. It is created by me, and contains links to other files needed. This is a current guide and should help more than the extremely outdated one from 2011.
Search me up on Steam to see my music mods. My Steam name is TheScraps
1066 downloads
Submitted
-
Domo's Don't Starve Character Creator
This is the download page for Domo's Don't Starve Character Creator tool. It is a plugin for Adobe Flash, and requires that you have Adobe Extension Manager installed. Instructions on its use can be found here. Enjoy!
2470 downloads
Updated
-
HUD Hotkey
Feel almighty as you toggle the GUI at the push of a button.
Configurable in-game to set your own shortcut.
114 downloads
Submitted
-
Updated
-
TEXTools: Mac Port
These are Mac versions of Handsome Matt's mod tools, TEXCreator and TEXTool. All I have done to them is wrap them in Wine and added icons. They work on my machine, and hopefully they will work on yours.
The wrapping process unfortunately makes the files very large (~400mb unzipped), so I have compressed and split the files to be able to make them available here. If you would rather make wrappers yourself instead of download them, the process is very easy.
1. Download and open Wineskin Winery as well as Matt's tools (above).
2. Create a new blank wrapper using the latest engine (I used WS9Wine1.9.21). For simplicity's sake, you can only run one file per wrapper, so name it TEXCreator or TEXTool depending on what you're after.
3. When prompted, say YES to installing Mono (which emulates the Microsoft.NET framework necessary to run the programs, and is why the files are so large) and NO to installing Gecko.
4. When done, open the resulting wrapper. You should get a dialogue that has an "Install Software" button on it. (If you don't, option-click on the wrapper, select "Show Package Contents," and click on Wineskin.app.
5. In the next dialogue, click "Move a Folder Inside," browse to the folder containing Matt's tools, and select it.
6. When prompted, pick the appropriate EXE for the wrapper you are creating.
7. Close all Wine dialogue buttons, and try opening your app. If all is well, the programs should run and behave the same way they do on Windows. I know very little about Wine and if you have problems, I cannot help you resolve them.
I hope you find these programs useful!
874 downloads
Updated
-
Handsome Matt's Tools!
These are some super simple tools I made for Don't Starve years ago, recently updated and re-uploaded myself seeing how popular they were. I still believe you should use the official tools for texture creation, but for simply viewing and exploring assets this tool should work great for you.
Source code and latest releases are always available on GitHub.
85986 downloads
- texture tool
- tex tool
- (and 5 more)
Updated
-
Melon on a Stick Cursor Pack
Step up your Melon on a Stick game with the official Melon on a Stick Cursor Pack!
Including 14 unique Melon on a Stick themed cursors for Windows!
How to install:
http://forums.kleientertainment.com/topic/68711-how-to-install-your-own-cursor-pack-eng
Also check out my other cursor packs:
Webber-Themed Animated Cursor Pack
Animated "Don't Starve"-Themed Cursor Pack
399 downloads
Updated
-
cursors Webber-Themed Animated Cursor Pack
Express your love for our hairy little friend with this brand new
Webber-Themed Animated Cursor Pack
Including 15 Cursors inspired by my favourite Don't Starve Character!
Precise enough to use at work and the survival-y feel of your favourite
game is finally complete with this original handdrawn Cursor Pack!
Also check out my other Cursor Packs!
Cheers, Jules
Follow this link for a tutorial on how to install the cursors. Thanks to @iMCrafter
798 downloads
Updated
-
Mini Furniture FOR ROG
You must be familiar with the MOD
That's right. This is the ROG version of the mini furniture you want.
In this version of the MOD what is the use?
1: you can take your furniture around the map
2: when the four seasons BOSS comes, do not have to worry about the destruction of the house
3: of course, you can do whatever you want.
SW version:http://steamcommunity.com/sharedfiles/filedetails/?id=578820740
460 downloads
Submitted
-
Mod Music Manager
This is a component for managing special mod music. Try to use it if you can. If you need a practical example, check out Soulful Alchemy.
Don't mind the DirectorNode stuff, I was just too lazy to remove it.
If you have any questions or concerns, tell me please!
102 downloads
Updated
-
ktools: Cross-platform modding tools for Don't Starve
IMPORTANT: Starting with version 4.3.0, the Windows binary release requires Microsoft's Visual C++ 2013 Redistributable Package (previously, the 2010 one was required). See the bottom of this description for more information.
ktools is a set of cross-platform (Linux, Mac and Windows) modding tools for Don't Starve. It consists of the following command-line tools:
ktech: a bidirectional converter between TEX texture and PNG; krane: a anim.bin/build.bin decompiler, whose output is a Spriter project. More detailed information about these tools may be found in the README, in the project's GitHub repository.
ktools primary release format is as source code, compilable under every platform using CMake, as per the instructions in the README. A Windows binary release is also included (the ZIP ending with "-win32").
When compiling from source, if libzip is found then the ktools are compiled with zip support, so that zip archives may be given as input in the same way directories may. The binary Windows release does not have zip support.
If you have issues running the Windows binary release, make sure you have Microsoft's Visual C++ 2013 Redistributable Package (the 32 bit version, that is, download the file called vcredist_x86.exe). It's very likely already installed, but in case of any errors first make sure that is in fact the case.
17775 downloads
Updated
-
Expert Tools
This mod is just a life quality improvement for those who find themselves typing redundant code on the console.
It doesn't really change the game in any way other than adding some handy console commands.
In case of any questions about how stuff works, just take a look at the code.
Just install this mod on the SERVER and it's ready to be used.
Command list:
shutdown(bool save)
Same as c_shutdown()
reset(bool save)
Same as c_reset()
restart(bool save)
Same as c_reset(), for those who just like me think that the word "restart" is nice and smooth to type.
modList(int index)
Prints a table-like list of all the mods active on the server, containing the following information:
ID: just for organizing the list better and to be used as a parameter;
Name: workshop name of the mod;
c_requires: whether or not the client needs to download the mod in order to join the server;
Version: the mod version;
Fancy Name: The way the mod is called, such as "expert tools".
Parameters:
int index: [optional] This parameter allows you to see information about the specific mod instead the whole list.
count(str prefab)
Uses c_announce() to display a count of the prefab on the world. See parameters for more info.
Parameters:
str prefab:
"beefalo": counts and specifies beefalo and baby beefalo.
"gears": counts gears on the world, including those that are still inside the mobs, just waiting to be killed.
You can also input any prefab to have a generic message with a count of that prefab.
revive(int playerIndex)
Revives players, specific or all.
Parameters:
int playerIndex: [optional] specifies the player to revive by the number you get with c_listallplayers(). If absent, revives all dead players.
kill(int playerIndex)
Works just like revive(), but kills instead of reviving.
creative(int playerIndex)
Toggles creative mode on playerIndex.
Parameters:
int playerIndex: specifies the player.
isCreative(int playerIndex, bool noPrint)
Returns whether or not the player is on creative mode.
Parameters:
int playerIndex: [optional] specifies the player.
bool noPrint: [optional] suppresses the print.
If used with no parameters, a list showing all players and their creative status will be displayed.
say(str message)
Allows you to send chat messages from the console easier.
Parameters:
str message: the message.
kick(int playerIndex)
Kicks a player and drops its inventory.
Parameters:
int playerIndex: specifies the player.
ban(int playerIndex)
Bans a player and drops its inventory.
Parameters:
int playerIndex: specifies the player.
tp(int p1, int p2)
Teleports player 2 to player 1. Specify only player1 to teleport all to p1.
If you get confused on who goes to who, just remember that p1 never moves.
Parameters:
int p1: specifies the final location of the teleport.
int p2: [optional] specifies the player that is going to be teleported.
If p2 is absent, all players will be teleported to p1.
p1 and p2 work just like playerIndex on the other functions.
heal(int playerIndex, noPrint)
Heals health, sanity, hunger, moisture, temperature and removes revival penalties.
Parameters:
int playerIndex: specifies the player.
bool noPrint: [optional] suppresses the print.
god(int playerIndex, noPrint, god)
Applies heal() and makes the player a god, invulnerable to everything.
Parameters:
int playerIndex: specifies the player.
bool noPrint: [optional] suppresses the print.
bool god: [optional] forces god state to be false or true, instead of toggling it.
isGod(int playerIndex)
Returns whether or not the player is on GodMode. Works in a similar way to isCreative().
Parameters:
int playerIndex: [optional] specifies the player.
bool noPrint: [optional] suppresses the print.
If used with no parameters, a list showing all players and their GodMode status will be displayed.
silentBan(int playerIndex)
Silently bans a player, without kicking from the server.
Parameters:
int playerIndex: specifies the player.
unban(int playerIndex)
Removes a player from the ban list, allowing him to join the server again.
Parameters:
int playerIndex: specifies the player. This player here is not a player that is on the server, its a player from the banlist()
banlist()
Displays a list with all the banned players, does not display user names.
serverTime()
Prints for how long the server has been running.
goNext(str prefab, int ...)
Teleports how many players needed to the nearest specified prefab.
Parameters:
str prefab: this is the prefab that is going to be the teleport target.
int ...: [optional] this means that you could specify how many number of playerIndex'es you wish. Example: goNext("beefalo",1,3,7,4). This would teleport players 1,3,4 and 7 to the closest beefalo. If used with no parameters, teleports all players to the prefab.
player()
Displays a list with all the players. Lists player indexes, name, character and if they are admin.
invisible(int playerIndex, bool noPrint, bool invis)
Makes the player invisible.
Parameters:
int playerIndex: specifies the player.
bool noPrint: [optional] suppresses the print.
bool invis: [optional] forces invisible state to be false or true, instead of toggling it.
isInvisible(int playerIndex, bool noPrint)
Returns whether or not the player is invisible.
Parameters:
int playerIndex: [optional] specifies the player.
bool noPrint: [optional] suppresses the print.
If used with no parameters, a list showing all players and their invisible status will be displayed.
I'm currently working on adding other functions and improving the mod.
Please leave a comment to say something you think should be different or just that the mod helps you. Show some love!
You may request a feature that you would like to see in this mod.
527 downloads
Updated
-
Smarter Crock Pot
Steam Workshop Link: https://steamcommunity.com/sharedfiles/filedetails/?id=596800985
Compatible with DS, ROG and SW.
Original link: https://steamcommunity.com/sharedfiles/filedetails/?id=222342168
Fixed by zUsername.
Created by Nadav.
11313 downloads
Updated
-
Weapons armour values
Show all the values releated with weapons, armour, tools.
Make more or less the same that detailed tooltips and values plus
enjoy
2828 downloads
Submitted
-
Working Body Heat
"Work keeps you warm, but makes you peckish."
This mod considers strong physical activity such as mining or chopping trees and increases your body temperature when doing so. However, this comes at an increased calories burn rate.
You can tune the exact values in-game.
As suggested by _Sips[1] (warning: swear words)
334 downloads
Submitted
-
Speech Template
This is a speech template compatible with DS (with or without RoG) and DST.
Remember to rename the file!
You can set the speech file using: STRINGS.CHARACTERS.CHARNAME = require "speech_charname"
Pro Tip: You can "comment" specific lines "out" by putting -- before them. You can also comment several lines out by putting --[[ before and ]] after them.
I assembled this in less that 15 minutes, so it's likely there's some redundant strings left (as in, the same key being set twice). Don't blame me, should that be the case, I just copied Wilson's file from Together and ran a simple script over it to empty the quotations.
112 downloads
Submitted
-
Twitch Plays Together Action Template
By V2C
Mod template for add-on actions to Twitch Plays Together mod.
660 downloads
Submitted
-
Season Calendar
As I found Lunar Calendar from darkestaxe some days ago I found it very useful. But I couldn't find any calendar, table, chart or whatever for the season cycles, neither here nor elsewhere on the net. So I decided to write my own in MS Excel.
Feel free to change the worksheet and the script to your needs.
Update:
Thanx for the nice comments.
F... this voting system. I accidentally gave myself 2 stars and can't adjust this anymore Please could some users who like my tool vote for it?
Update 2:
Hopefully this version is the final one.
Thanx for voting.
LAST update:
Due to the amazing Season Clock mod my tool is obsolete:
http://forums.kleientertainment.com/files/file/862-season-clock
Thanx again for all your feedback.
923 downloads
Updated
-
Persistent Data
A module that can store, save, and load any arbitrary data.
For developers only! Don't expect it to do anything interesting in-game.
Download contains:
persistentdata.lua - The module. Put this in your mod's scripts folder.
PersistentDataExample_v1.x.zip - Example usage of the module with comments
See the example for information on how to use it.
Mods that currently use it:
Mod Manager - by Blueberrys
Feats of the World - by debugman18
Previously posted here.
Everything provided here is public domain. No warranties for anything. Blah blah blah. Use it however you want!
Attribution would be appreciated, but is not required.
645 downloads
Updated
-
Supervivencia Natural
-Supervivencia Natural-
Contenido de MOD´S
Always On Status
Architectural Geometry
Auto planting
Damage Indicators
DisplayFoodValues
Follower Badges
FOV
MemSpikeFix
MinimapHUD
More Map Icons
Seasonclock
Sort Inventory
Spanishv7.0DLC
Wormhole Marks
-Supervivencia Natural-
El Paquete trata solo con unos cuantos mods que no alteran la
dificultad con del juego, si no solo cosas visuales que ayudan
de una manera sin afectar a el juego.
Los mods yo no los he creado, solo son una recopilación de ellos.
Echo por: OblanquitO
7608 downloads
Updated
-
Spider Companion Animation Fail Sample
Do not download unless you're trying to help me, haha. There is a steam version of this currently working if you are interested. This one is not for entertainment purposes.
116 downloads
Submitted
-
Sample - Mr Smiley
This is just a sample of a spriter file which creates an anim that is compatible with hats.
406 downloads
Submitted
-
Don't Starve Calendar
English
By: SITUVN
Language: HTML, Javascipt, CSS.
First, I created it for myself, not for public.
But I think I should share it, now.
You need the newest browser version or atleast supported HTML5.
Leave a comment. Let me know what you think about this. Or when you found a bug.
Extrac and run "Don't Starve Calendar.htm" file with a web browser.
Thanks, Don't Starve and don't forget Werepigs.
SITUVN
Tiếng Việt
Bởi: SITUVN
Ngôn ngữ: HTML, Javascipt, CSS.
Ban đầu, Tôi chỉ tạo cho mình tôi, không sẻ chia.
Nhưng giờ tôi nghĩ tôi nên chia sẻ nó.
Bạn cần phiên bản mới nhất của trình duyệt hoặc ít nhất hỗ trợ HTML5.
Hãy bình luận. Cho tôi biết bạn nghĩ gì về thứ này. Hoặc khi bạn gặp bọ (lỗi).
Giải nén và chạy tập tin "Don't Starve Calendar.htm" với trình duyệt.
Cảm ơn, Đừng Đói và đừng quên Ma lợn (Werepigs).
SITUVN
707 downloads
Submitted
-
blow darts 50 remod
By Hitohenzo
this is a version remod of liao
http://steamcommunity.com/profiles/76561198133238113/myworkshopfiles/?appid=322330
817 downloads
Submitted
-
Development tool
This mod adds a Development Tool - It have been crated by Klei, to help with testing Don't Starve and RoG DLC. File "devtool.lua" can be found in vanilla game, in prefabs folder. This mod adds a remade version of it, that makes it possible to use in-game, along with couple of features.
Devtool:
- can be used as weapon (range: 20, about half of a screen; damage: 10000)
- can be used as axe, pick, shovel, hammer and net; every action is instant
- creates large light spot around a holder, or around lying spot
- provides health, hunger and sanity insta-regeneration
- provides heat in Winter and (if RoG is enabled) act as cooler in Summer
- act as Walking Cane, adding speed multiplier (about 2 times faster than normal)
- has built-in prototyper, so you can prototype stuff anywhere and anytime
- if you want to build anything, provides necessary resources
- act as blinkstaff (you can teleport to a chosen spot)
- almost every feature is configurable in mod configuration screen
I'm uploading it here as a mod, because it really helps testing mods. It doesn't have a crafting recipe (obviously), so, Here as a console command that you have to type in console to get it:
c_give("devtool")
This mod is meant to be OP, because I made it to help testing mods...
Consider that before posting a comment...
Have fun with testing mods
2983 downloads
Updated