lewri

Results 345 comments of lewri

For info: Original game only allowed 8 characters. We also allow numbers (I'm ok with that) when original doesnt

Can confirm now. Character limit should probably actually be 14, as 15 starts to go outside the boundaries on "Status" window.

I'm not exactly sure why this bug happens. The actual check made works properly but the keypress is still registered and added to the textbox.

> * Limit dynamically based on the width of the chosen characters (Minecraft uses this for sign text) I actually think we have have some code somewhere that already checks...

The issue might be the solution to have this work in theme hospital doesn't work in CorsixTH. I'm guessing cause might be on the c++ side. Or it could be...

For info: ``` Error evaluating languages\original_strings.lua: Lua\languages\original_strings.lua:970: Suspected infinite loop ``` Suspect code, `original_strings.lua` ```lua -- 23: menu strings -- Menu strings are a little complicated: Different versions of the...

I am suspecting more than just the the language and sound files were changed on this image. Would be why it is failing. A hex editor can't make sense of...

My hunch might be wrong so re-opening. It looks like some sort of encoding issue going on in that file, so my hex analysis is probably invalid. Keeping the wontfix...

I tried to not interfere with english by having changing it to Lang-6, then pointing the russian.lua to inherit original strings with 6 defined. I think the encoding on that...

I believe we need to know the exact encoding type of the language. Any idea what the characters are meant to be where it is garbled? I'm interested too how...