SphereServer BugTracker - SphereServer
View Issue Details
0002394SphereServernew feature requestpublic27-08-14 03:1211-10-14 15:57
Coruja 
Ben 
normalminorhave not tried
resolvedfixed 
 
0.56c Nightly 
Automated (specify build number)
None
None
0002394: New setting to use unicode texts as default
Here on my server I always need to use @,,1 on every SAY/MESSAGE/SYSMESSAGE/etc to send it as unicode text

it's easy to do it on a couple of lines, but on all msgs of the entire server is a pain. So the idea is create a new def on sphere_msgs.sco, a new boolean (0/1) to make sphere use unicode by default in every msg

PS: on OSI unicode is used by default on all msgs
example on sphere_msgs.scp:

[DEFNAME messages_settings]
// Default color & font for SysMessage
SMSG_DEF_COLOR 946
SMSG_DEF_FONT 3
SMSG_DEF_UNICODE 1 //<---- new

// Default color & font for Message/Say
MSG_DEF_COLOR 0
MSG_DEF_FONT 3
MSG_DEF_UNICODE 1 //<---- new

// Default color & font for Messages when player click an item
IMSG_DEF_COLOR 0
IMSG_DEF_FONT 3
IMSG_DEF_UNICODE 1 //<---- new
No tags attached.
Issue History
27-08-14 03:12CorujaNew Issue
11-10-14 15:57BenNote Added: 0002466
11-10-14 15:57BenStatusnew => resolved
11-10-14 15:57BenFixed in Version => 0.56c Nightly
11-10-14 15:57BenResolutionopen => fixed
11-10-14 15:57BenAssigned To => Ben

Notes
(0002466)
Ben   
11-10-14 15:57   
This will be added