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
only this one and the error magnifier, but even if i turned off the error magnifier this error still pops up, tho its working fine
Still the changes made with the sanbox option worked, so the error didn't prevent the mod from working.
ChangeSandboxSettingsByStarFix.lua 162 Line
change Keyboard.NONE -> Keyboard.KEY_NONE
Thanks for the mod update
so settings in ur mod do not effect at already disabled electricity by one of another vanilla settings
https://imgur.com/a/Nk6XFVa
если что могу описать по-русски
where your mod creates this line:
keybind|ChangeSandboxOptions|sandbox_options_hotkey|nil
instead of this one:
keybind|ChangeSandboxOptions|sandbox_options_hotkey|0
getKeyName is the function which vanilla MainOptions runs on line 3596, and it must have a value. Because your mod has stored nil value, then it fails with IllegalArgumentException.
So I think SkyBlue's tip will fix your mod. Thanks for update.