Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
This is the mod in question btw, in case it wasn't clear
Here is the entire documentation for implementing your options into the MCM. If need be I'd be willing to help develop it. While I don't have much experience with Isaac specifically, I have worked as a C# developer for a couple of years, so learning Isaac modding shouldn't be too hard. I could definitely help with the research at least.
https://github.com/Meowlala/DeadSeaScrollsMenu
It's not an external mod that needs to be installed but rather a library that you directly insert into your mod to build a configuration menu yourself, so that you don't have to worry about making any kind of compatibility exceptions. "A tutorial for adding a basic menu with a variety of configuration options can be found in examplemod.lua!" It's all nicely explained in a easy and not time efficient manner. This would in fact likely be an even better option than MCM as unlike it, this one does not require any additional downloads from the user.
Please consider this, it's a couple of hours of work that will pay off greatly. A proper clean configuration menu is the only thing this mod is really lacking.
Much appreciation for your work, as always <3