Stellaris
1,274 평점
Dynamic Mod Menu [3.10.*]
5
2
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
파일 크기
게시일
업데이트일
2.034 MB
2021년 4월 15일 오전 10시 24분
2023년 11월 19일 오전 1시 40분
업데이트 노트 15개 (보기)

다운로드 위해 구독하기
Dynamic Mod Menu [3.10.*]

설명
Ever felt like your edicts list becomes cluttered by edicts whose sole purpose is to open the settings of a mod? Here is a lightweight and performance-friendly mod that can solve that issue!

For players
This mod adds a button on the main menu (opened up by pressing escape) that opens the Mod Menu. You can then select the mod you want to access the settings of. Simple right?
The mods simply have to register themselves. If you don't see the mod you're looking for, you can kindly ask its modder to come see this mod description, so they can see if they want to make their mod register itself.

Concerning the keyboard feature:
You can use SHIFT+A for an A. You can activate capslock with CTRL+C and spaces with CTRL+S. The majority of the special chars need a click (except for + and - with use the numpad + and -).

Place this mod below SWFR and any other mod altering interface/mainmenu_view.gui.
This mod changes checksum and has nearly no compatibility issues.
This mod alters interface/mainmenu_view.gui.
If you don't see the button on the "escape menu", another mod is altering that file. To solve it, you can simply place DMM below it (or at the bottom of the load order).
This mod is save game compatible. It can't be uninstalled during a game.

Mods supporting DMM
This is a non-exhaustive list, if you know of other mods supporting DMM, feel free to comment ;)

For modders
How to add a button for your mod in DMM
This is really straightforward, so don't be afraid ;)
All the infos are here.
I had to move them from this page to that discussion because steam limits the size of the workshop description.

Keyboard Feature
This mod also adds a "keyboard" that allows the player to rename stuff. Simply use
dmm_keyboard_rename = { TARGET = thing_to_rename }
in the country scope of the player (you can use event targets for the TARGET).
Once the renaming is done, the on_action
dmm_keyboard_rename_finished (this = TARGET, from = player country that renamed)
will be fired. If you use it, use a unique flag to make sure that it was your mod that required the rename and check the scope type before (`is_scope_type = leader` if checking for a leader flag).
See example add-on here
This feature was codeveloped with mr_trousers with some design advice from TheMinxLynx.

Template for settings menu
You probably know it, modding GUI in Stellaris is quite hard and annoying. But having a good looking event is really nice. So I created a template you can freely use and change!
Checkout this discussion for more info on it!

Credits
Thank you to mr_trousers for the keyboard feature and to TheMinxLynx for design advice.
Thank you to Mario for allowing me to use this mod name.
Thank you to OldEnt for making an example template.
Thank you to The Stellaris Modding Den.

Legal Stuff
Do not copy any content from this mod without permission. This includes modpacking of course (instead do a steam collection and let your user merge locally).
You have my permission to use the template (event and gui code files having "template" in the name). Make sure to rename the elements if you change them. Please credit ;)

Github link[github.com]
Link for manual install for 3.3[github.com]
[discordapp.com]
인기 토론 모두 보기(3)
2
2023년 6월 16일 오전 9시 00분
Possible conflict? (fixed)
Darius_Liznar
1
2024년 5월 30일 오후 4시 18분
Template for settings menu
TheFlyingPotato
0
2021년 6월 17일 오후 2시 42분
고정됨: For modders: how to add a button for your mod in DMM
TheFlyingPotato
댓글 189
Cedric Scum 2025년 5월 21일 오전 4시 43분 
Im request someone to port this mod to 4.0 please!
bascott83 2025년 5월 19일 오전 7시 19분 
Looking forward to a update to 4.0
tilarium 2025년 5월 9일 오전 11시 07분 
Correction: I forgot Fatherland had been updated the other day. Yup, can confirm now, that this is working. Won't say it's 100%, but it's working which is all I care about.
tilarium 2025년 5월 9일 오전 11시 03분 
@Azoor Don't think it needs one. The menu shows up in my game, hard to fully test though as the mods that I use that rely on this do need updates. But this is likely fine.
alfharobby 2025년 5월 8일 오전 11시 27분 
NO Giga, ACOT, DOA, ZOFE, Planetary Diversity.
only Sartek among the mod i subscribe use this mod menu feature.
AzoorFox 2025년 5월 7일 오후 5시 02분 
UPDATE WHEN??????????
LauraTons 2025년 5월 6일 오전 11시 59분 
Anyone have issues with 4.0?
=L33T 720= 2025년 4월 19일 오후 8시 58분 
is this working for 3.14?
TheFlyingPotato  [작성자] 2025년 4월 1일 오후 2시 16분 
@MartianLeo Compatible (last time I checked, I play with both)

@Jaysus27 it's possible indeed, but using "dmm_is_installed" will log stuff in your error.log if you don't have DMM installed. So it has both pros and cons.
As DMM doesn't touch anything gameplay related, you really have no reason to uninstall it midplaythrough (besides, it probably causes issue when you try to remove it, as a lot of mods that uses scripts) => I personally recommend using the flag, but both are fine
MartianLeo 2025년 3월 31일 오후 7시 52분 
is this compatible with UI Overhaul?