Jump to content

How to display special symbols in DS just like in DST?


dycdycdyc

Recommended Posts

The two games have different font handling systems.

DST has seemingly UTF-8, whereas DS seems to only support a single byte character.

 

Example:

In DST "\238\132\128" would be the left mouse click icon.

In DS "\255" is the left mouse click icon and interprets any escapes ("\238") to be single characters.

 

If you want the controller icons then here are their values:

Spoiler

127 - A
128 - B
129 - X
130 - Y
131 - Start
132 - Select
133 - Left Joystick
134 - Left Bumper
135 - Left Trigger
136 - Right Joystick
137 - Right Bumper
138 - Right Trigger
139 - Directional Down
140 - Directional Left
141 - Directional Right
142 - Directional Up
143 - Left Joystick Up
144 - Left Joystick Down
145 - Left Joystick Left
146 - Left Joystick Right
147 - Right Joystick Up
148 - Right Joystick Down
149 - Right Joystick Left
150 - Right Joystick Right
254 - Right Mouse Click
255 - Left Mouse Click

 

 

Link to comment
Share on other sites

2 hours ago, CarlZalph said:

The two games have different font handling systems.

DST has seemingly UTF-8, whereas DS seems to only support a single byte character.

 

Example:

In DST "\238\132\128" would be the left mouse click icon.

In DS "\255" is the left mouse click icon and interprets any escapes ("\238") to be single characters.

 

If you want the controller icons then here are their values:

  Hide contents


127 - A
128 - B
129 - X
130 - Y
131 - Start
132 - Select
133 - Left Joystick
134 - Left Bumper
135 - Left Trigger
136 - Right Joystick
137 - Right Bumper
138 - Right Trigger
139 - Directional Down
140 - Directional Left
141 - Directional Right
142 - Directional Up
143 - Left Joystick Up
144 - Left Joystick Down
145 - Left Joystick Left
146 - Left Joystick Right
147 - Right Joystick Up
148 - Right Joystick Down
149 - Right Joystick Left
150 - Right Joystick Right
254 - Right Mouse Click
255 - Left Mouse Click

 

 

Is it possible to make a mod that changes the font handling systems of DS ?..

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...