Don't Starve Together

Don't Starve Together

445 ratings
[API] Mods In Menu
2
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
367.184 KB
5 Mar, 2021 @ 6:38pm
4 Apr, 2023 @ 2:50pm
19 Change Notes ( view )

Subscribe to download
[API] Mods In Menu

In 1 collection by Fidooop
Mods in Menu Compatible
28 items
Description
This is it! Mods in Menu is finally back and better than ever before!


SPECIAL THANKS:
Erik for drawing the mod icon
Hornet for encouraging me and allowing me to use Hamlet Characters as a guineapig and some updates to the code
Von for allowing me to use Whemy for testing and in the example screenshots



FAQ

What is this?
This mod allows server mods to be enabled on the clientside! Giving many mods the opportunity make changes in the main menu! (Example: loading a modded character into the curio cabinet)

How do I use it?
Go to your mods screen and there will be a new tab labeled "MiM Mods".
Visit that tab and any server mods you have installed that are compatible will show up able to be enabled!
Hit the checkmarks of the ones you wish to enable and click apply.

How does it work?
Basically, it loads a server mod as if it were a clientside mod. Running a modclientmain instead of a modmain.

How can I make my mod compatible?
A full, in-depth, easy tutorial on how to make your mod compatible can be found here: https://forums.kleientertainment.com/forums/topic/127680-api-mods-in-menu/

I found a bug or crash! What do I do?
I will need 3 things from you!
1: An explanation of what's wrong
2: Exactly how to replicate the error
3: (Only if you are crashing) your game's log
If I can't get those 3 things I can not help fix the problem
Popular Discussions View All (1)
3
1 Aug, 2023 @ 7:15pm
Translate into other languages(文本翻译)
󰀕ClockCycas󰀠
153 Comments
RICK 9 Oct @ 3:22am 
Bug Report:
When adding dishes, the game will crash from starting because the file is not resolved.
This is because cookpot.lua will load asset of my mod, via overridebuild.
This will result in mod asset loading before official asset.
I tried in modmain TheSim:OnAssetPathResolve(asset.file, resolvedpath) but without avail.
ClumsyPenny 6 May @ 5:49am 
Does this work to add modded dishes to the Cookbook in the Compendium?
󰀕ClockCycas󰀠 1 Aug, 2023 @ 7:22pm 
In the discussions, I machine translation and made this description available to people in Chinese Mainland, Japanese and Russians:8bitheart:
我在讨论机器翻译了这段描述以供使用中国大陆人,日本人和俄罗斯人阅读:8bitheart:
私はこの記述を機械翻訳して中国大陸人、日本人、ロシア人を使って読むことについて議論しています:8bitheart:
Я говорю о машинном переводе этого описания для чтения китайцами, японцами и русскими.:8bitheart:
brother 22 May, 2023 @ 5:57pm 
@Hornet
Is there any possible way to have the characters added into the top and middle rows? That would at least expand the amount of characters shown by 5-6.

Other than that, I second a scroll bar as it sounds like it'd be more professional. I'm partial to shrinking the characters a bit though just so I can see them all.
Fidooop  [author] 16 May, 2023 @ 1:05pm 
I like the idea of the scroll bar
Hornet  [author] 15 May, 2023 @ 4:23pm 
@brother
No, as extra characters will show up off-screen and not look proper. I have been wanting to make it so the entire view scales to fit every character, or a horizontal scroll bar is implemented to be able to view all characters. Still in the design process for this so if you have suggestions on how to design this I'm happy to take!
brother 14 May, 2023 @ 5:59pm 
Any possible way to change the amount of characters showing up in the menu?
󰀏Niko 17 Apr, 2023 @ 9:58pm 
Seems that the way this mod adds it's own functionality of the mod menu's status filter makes it impossible for any mod that loads before it to do their own thing with it, and on top of that the priority of it is so low that there is no possible lower priority.

Could you please slightly increase the mod's priority to give a little wiggle room for mods that want to load after it or change the "modfilterbar" postconstruct to allow other mods to have some control over the status filter?
虚刃28 <3 billy 半退坑 14 Apr, 2023 @ 7:50am 
@Hornet ok thx
Hornet  [author] 13 Apr, 2023 @ 8:49am 
@7/24 Milk Delivery (虚の刃28)
A mod you are enabling with Mods In Menu is likely doing something wrong and executing things that should not be executed (e.g. networking, recipe creation, etc)

Please disable each MiM mod one by one to decipher the issue then report to the mod author of the troublesome mod to fix their MiM compatibility.