Elin
273 ratings
Mod Options
5
2
2
2
   
Award
Favorite
Favorited
Unfavorite
System: Mod Library
File Size
Posted
Updated
97.827 KB
8 Dec, 2024 @ 6:57pm
6 Jan @ 3:59am
5 Change Notes ( view )

Subscribe to download
Mod Options

Description
What is this mod?
This is a mod for modders. It allows you to configure your mod settings page using a .xml file or through code, eliminating the need to close the game and modify the .cfg file to change the mod settings.
How to use?
For players, you need to put the loading order of the mod before the mod that depends on it in the mod list.
For modders, add the .dll of this mod to the dependencies list in your project. Now you can use the API of this mod. For refer to the source code and documentation on GitHub.
Note
This mod is still in development. If you have any issues or requests while using it, don't hesitate to get in touch with me via the Github Issue page or Elin's official Discord. Leaving a comment here is welcome.

Source [github.com]
13 Comments
步瞑 2 Apr @ 6:37am 
谢谢,你推荐的mod确实有用,至于均为适配这个可能我想过,不过这个mod就是“更多信息”推荐的,我认为常理来说至少适配了“更多信息”,所以以这个为前提来推理可能失败的原因。
看来可能真的是二十几个mod都没适配的原因。
最后再次感谢你
EvilMask  [author] 2 Apr @ 5:52am 
@步瞑 这不是一个自动管理模组设置的模组。因此只有模组作者选择使用本模组进行设置管理时才会生效。“没有需要管理的模组设定”代表您安装的模组均未适配本模组。您可以尝试搜索并使用“Mod config GUI”来管理此类模组的设置项。或者自行编辑cfg文件来调整设置。
步瞑 1 Apr @ 8:51am 
@EvilMask 是的,我非常确定我打开了此模组,并且将模组的加载顺序设置为第一个。但是它显示的是“没有需要管理的模组设定”。我很疑惑,因为我的模组很多,其中包括GanExtendDisplay,但是一个也没有被管理设置。我也设置过loadPriority文件,将其设置为-100及其他数字,但是没有任何作用。很抱歉,我只是个玩家,其他的我并不知道怎么设置了,我觉得我的这个情况应该是个例,也可能是其他mod起冲突了。不过自己不能够解决,所以来询问下你可能的原因,以及可能得解决方法
EvilMask  [author] 31 Mar @ 6:38am 
@步瞑 It still works when I check it (game version EA 23.109 Patch 2). Are you sure you enabled the mod in the mod list?
步瞑 29 Mar @ 10:46pm 
I don't think it works, I don't know why, no matter how I set it up I can't see the mod's settings page
EvilMask  [author] 4 Feb @ 3:22pm 
@Jelly Donut I think the UI scale setting causes that. I'll try to get a solution for different UI scale settings.
Jelly Donut 1 Feb @ 12:28pm 
The font is huge compared to other tabs and can't see settings. Is there a fix? Using it with "Stamina Action Stop" mod.
Kinasin 11 Dec, 2024 @ 7:55pm 
yes
EvilMask  [author] 10 Dec, 2024 @ 4:44am 
@Redgeioz 我在本地测试的时候loadPriority似乎没用,确实不清楚上线后会怎样。下次更新的时候我会改一改。另外如果在Start()中注册的话就不需要加载顺序。
Redgeioz 10 Dec, 2024 @ 4:00am 
加载顺序(在package.xml中为<loadPriority>)由mod作者提前设置好就不用玩家排序了吧