Trigger creation window

Posted by Voral on Mon 13 Jan 2025 06:24 PM — 4 posts, 6,504 views.

#0
Hello,

My laptop I have been using MUSHclient on for years finally bit the dust. I have recently downloaded the current upto date MUSHclient on my desktop, which has a much larger screen compared to my old laptop.

When I go to the trigger creation screen, I noticed the window is completely different than what it was on my laptop. It is all very cramped and compact. I was wondering if there is any way to resize that screen to better see what I was doing. The best way I can describe this is from a forum post I found from 2008, which asks a similar question about resizing the trigger configuartion window. I do have an image of what the screen looks like if that is helpful.
Amended on Mon 13 Jan 2025 06:42 PM by Voral
Australia Forum Administrator #1
There are two versions of the dialog boxes, one designed for small screens. They are in the "locale" subdirectory of the MUSHclient installation folder.

One is en.dll and the other is en_small.dll. It seems like the program must be choosing en_small.dll for some reason.

I suggest you rename en_small.dll to something else (eg. en_small_orig.dll) and then make a copy of en.dll and call it en_small.dll. That should fix it.

Do this with MUSHclient closed (not running) or the files will be in use.
#2
That worked very well. Thank you so much. What would have caused it to read the wrong dll to begin with?
Australia Forum Administrator #3
Don't know, unless your new monitor is so big that it seemed small, if that makes sense. Possibly the monitor size was stored in a 16-bit variable, and if it was larger than 32767 pixels it would appear to be negative, leading the program to choose the smaller DLL.