Don't Starve Together

Don't Starve Together

445 평점
[API] Mods In Menu
2
2
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
파일 크기
게시일
업데이트일
367.184 KB
2021년 3월 5일 오후 6시 38분
2023년 4월 4일 오후 2시 50분
업데이트 노트 19개 (보기)

다운로드 위해 구독하기
[API] Mods In Menu

Fidooop님의 1 모음집
Mods in Menu Compatible
아이템 28개
설명
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
인기 토론 모두 보기(1)
3
2023년 8월 1일 오후 7시 15분
Translate into other languages(文本翻译)
󰀕ClockCycas󰀠
댓글 153
RICK 2024년 10월 9일 오전 3시 22분 
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 2024년 5월 6일 오전 5시 49분 
Does this work to add modded dishes to the Cookbook in the Compendium?
󰀕ClockCycas󰀠 2023년 8월 1일 오후 7시 22분 
In the discussions, I machine translation and made this description available to people in Chinese Mainland, Japanese and Russians:8bitheart:
我在讨论机器翻译了这段描述以供使用中国大陆人,日本人和俄罗斯人阅读:8bitheart:
私はこの記述を機械翻訳して中国大陸人、日本人、ロシア人を使って読むことについて議論しています:8bitheart:
Я говорю о машинном переводе этого описания для чтения китайцами, японцами и русскими.:8bitheart:
brother 2023년 5월 22일 오후 5시 57분 
@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  [작성자] 2023년 5월 16일 오후 1시 05분 
I like the idea of the scroll bar
Hornet  [작성자] 2023년 5월 15일 오후 4시 23분 
@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 2023년 5월 14일 오후 5시 59분 
Any possible way to change the amount of characters showing up in the menu?
󰀏Niko 2023년 4월 17일 오후 9시 58분 
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 半退坑 2023년 4월 14일 오전 7시 50분 
@Hornet ok thx
Hornet  [작성자] 2023년 4월 13일 오전 8시 49분 
@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.