Windows Skin and Keyboard typing

xUMG

Hoho-oh?
Member
Joined
Oct 16, 2017
Posts
114
im not sure about the option of USEKEYBOARDTEXTENTRY = false of why is it not in the essentials v17.2 but in the v16 how can i change it to true so i can use the keyboard.


as for the widowskin how can i change this message box.


to this fr/lg one.
 

Mr. Gela

Discord: theo#7722
Member
Joined
Jul 19, 2015
Posts
188
USEKEYBOARDTEXTENTRY does no longer exist because it's been built into the Options menu so the player has access to it.

The section SpriteWindow has at the top the name of the default windowskin. The other skins you can access through the Options screen are inside the PScreen_Options section. Search for "$SpeechFrames=".
To use a windowskin in just one particular message (such as a trainer tips sign) use "\w[windowskin]" in the text command, where windowskin is the name of the file of the desired windowskin.
 
Top