Jump to content

Recommended Posts

Hi. I want to remake my first character, but I don't understand the code at all to add the necessary perks to it. Here's what I want to add to my character:

 

1. The character gets wet longer / dries faster in rainy weather (It always rains in Carl's world). From the sea waves, it gets wet and dries like all the other characters.

2. The character can't sleep like Wickerbottom (According to the game's canon, the character can't sleep because of an experimental drug that suppresses sleep).

3. The character repairs broken items faster.

4. Winter clothing does not warm the character well.

 

Sorry if there are grammatical errors. I don't speak English.

1) You could take a look at Walani in SW, if you have it. You'd have to adapt it for DST though

2) You can look at Wickerbottom's insomnia feature.

3) Assuming you're referring to stuff like sewing kits on clothing, you can take a look at the fastpick tag or whatever it is.

4) You can take a look at Willow for that.

  • Like 1
On 11/18/2020 at 10:23 PM, penguin0616 said:

1) You could take a look at Walani in SW, if you have it. You'd have to adapt it for DST though

2) You can look at Wickerbottom's insomnia feature.

3) Assuming you're referring to stuff like sewing kits on clothing, you can take a look at the fastpick tag or whatever it is.

4) You can take a look at Willow for that.

It didn't give me any information.

I don't know where to look at their code. That's why I ask for help, because I don't understand it.

Quote

...\Steam\steamapps\common\Don't Starve Together\data\databundles

-> scripts.zip

Copy that and unpack somewhere. Then download any code editor, I recommend Notepad++ (it has very convenient search options).

then search inside prefab (subfolder of "scripts") for walani.lua, wickerbottom.lua, willow.lua and so on.

If you don't understand code or any basic principles of modding then search on this forum, there is actually plenty of.

http://luatut.com/crash_course.html
https://forums.kleientertainment.com/forums/topic/47353-guide-getting-started-with-modding-dst-and-some-general-tips-for-ds-as-well/

 

By the way, you can be a bit grateful for @penguin0616  's time. Being little "poop.lua" ain't gonna be useful with getting help from anyone.

  • Like 1
2 hours ago, Yakuzashi said:

-> scripts.zip

Copy that and unpack somewhere. Then download any code editor, I recommend Notepad++ (it has very convenient search options).

then search inside prefab (subfolder of "scripts") for walani.lua, wickerbottom.lua, willow.lua and so on.

If you don't understand code or any basic principles of modding then search on this forum, there is actually plenty of.

http://luatut.com/crash_course.html
https://forums.kleientertainment.com/forums/topic/47353-guide-getting-started-with-modding-dst-and-some-general-tips-for-ds-as-well/

 

By the way, you can be a bit grateful for @penguin0616  's time. Being little "poop.lua" ain't gonna be useful with getting help from anyone.

Okay, that's a better answer. Thanks.


I understand what @penguin0616 meant and wanted to help, but I just needed a more detailed and clear answer (like yours), so as not to break the computer, the game, or the mod itself in the process.

@Yakuzashi@penguin0616

I'll study this information while I draw sprites for the character. Thank you both.

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...