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
https://i.imgur.com/CMOxiCV.png
instead of subtracting 10000 and 9000 I think it's worth subtracting 9999 and 8999 so that it matches the room ID (also NER)
https://i.imgur.com/KHflNVV.png
https://i.imgur.com/XeoYgO2.png
Maybe you can find a solution, but if you don't you can... just remove the prefix. Because all the rooms created by my mod have the NER prefix in the name so it shouldn't confuse anyone.
https://i.imgur.com/TZWbP32.png
https://i.imgur.com/tPTG3CL.png
if Configuration.showRoomDifficulty then
local roomDifficulty = roomDesc.Data.Difficulty
table.insert(info,string.format("Difficulty:%d", roomDifficulty))
enabledCount = enabledCount + 1
end
if Configuration.showRoomInitialWeight then
local roomInitialWeight = roomDesc.Data.InitialWeight
table.insert(info,string.format("Weight:%.2f", roomInitialWeight))
enabledCount = enabledCount + 1
...
AddBooleanSetting("Show Room Difficulty", "showRoomDifficulty", "Toggle the display of the room difficulty")
AddBooleanSetting("Show Room Weight", "showRoomInitialWeight", "Toggle the display of the room weight AKA rarity")
I didn't distribute this anywhere because editing and distributing someone else's mod without permission is bad :^
https://imgur.com/a/vVcYKJc
I hope I've explainted it correctly
looking forward to an update that'd potentially add room names, maybe check "Room Name HUD", it features what they're talking about