zip wrote:
Adding a line with new date each day will be more complicated because it's quite simple just to use the posted timedate.
There is no need for it, but more of a 'It would be cool if. . .' idea.
Quote:
The look of VB chat is quite similar to the style I already created so I think we'll start with that.
If you like the looks of the smf-style, it's probably easy to just cheat it the same way I cheated when I posted an example.
SpaceNumber = MaxRulerNameLength - RulerNameLength
ChatName = "1 space for each SpaceNumber" + "RulerName"
Display = ChatName [Time]: Message
And use a mono-spaced font for displaying the name & date. It's not very elegant, but it should work.
The max string length of a ruler name is 20. It' shouldn't look too out of place if the ruler name is short. The max kingdom name is also 20, this makes me want to test what it would look like.
ExamplesVB chat using both ruler & kingdom name:
Code:
[18:38] 12345678901234567890 of 12345678901234567890: Anyone online?
[18:38] Normal of Smallvile: Yes
[18:39] 12345678901234567890 of 12345678901234567890: Can you get me a farsight of the big dworf in # 454
[18:40] Normal of Smallvile: In RB
[18:50] 12345678901234567890 of 12345678901234567890: Thanks
VB chat using only ruler name:
Code:
[18:38] 12345678901234567890: Anyone online?
[18:38] Normal: Yes
[18:39] 12345678901234567890: Can you get me a farsight of the big dworf in # 454
[18:40] Normal: In RB
[18:50] 12345678901234567890: Thanks
Smf-style using only ruler name:
Code:
12345678901234567890 [18:38]: Anyone online?
Normal [18:38]: Yes
12345678901234567890 [18:39]: Can you get me a farsight of the big dworf in # 454
Normal [18:40]: In RB
12345678901234567890 [18:50]: Thanks
Normal [18:40]: NP
FIVE [18:40]: This smf-stye does have a downside when cheating the system.
Normal [18:40]: Really?
FIVE [18:40]: Yes, if every kingdom has a short name
FIVE [18:40]: The extra space on the side looks silly.
Normal [18:40]: It's not so bad
FIVE [18:40]: I also have mixed feelings of what the post looks like if the text takes up more than 1 line of space. Look at what happens when someone post longer messages than a quick hello. The text will wrap to the line below.
Normal [18:40]: It does look silly for the text to go under the ruler name and timestamp.
FIVE [18:40]: And I don't know of anyway to cheat this out without screwing up other things.
Normal [18:40]: So really the easy readability is only there when reading very short and very long messages, but looks kinda stupid when the messages take up a couple of lines.
FIVE [18:40]: Maybe cheaters never prosper?
Normal [18:40]: :(