MCM: Why is the casing wonky?

Post » Tue Jun 23, 2015 1:12 pm

Some strings are all caps when they should be sentence case, and some strings are sentence case when they should be all caps.

Why is the MCM doing this to me? How do I get the strings to print correctly?

http://i.imgur.com/QP9gVsv.jpg

User avatar
Justin Hankins
 
Posts: 3348
Joined: Fri Oct 26, 2007 12:36 pm

Post » Tue Jun 23, 2015 5:59 pm

Papyrus caches all strings in a case-insensitive form. One work-around is to append a space on the end of your string. (Of course if some other mod did the same thing to get the other kind of case the player will still get the wrong thing.)

The best solution is to use the SKSE localization feature. See the Localization section of the https://github.com/schlangster/skyui/wiki/MCM-Advanced-Features documentation page.

User avatar
Farrah Lee
 
Posts: 3488
Joined: Fri Aug 17, 2007 10:32 pm

Post » Tue Jun 23, 2015 1:54 pm

So that's what the dollar signs were doing in ski_configmenu.psc! Thank you!

User avatar
Cesar Gomez
 
Posts: 3344
Joined: Thu Aug 02, 2007 11:06 am


Return to V - Skyrim