PDA

View Full Version : Chat Box



amannella
June 9th, 2006, 00:24
Is there a way to make the chat box bigger easily, or do I have to go into the xml files and play with that?

Cheers!

Cantstanzya
June 9th, 2006, 01:10
I don't believe there is any way to make the chat box bigger. It has been discussed here before and making it bigger would take major code changes as that is where the dice roll. Do a search in the forums if you want this more in detail.

Toadwart
June 9th, 2006, 01:29
Is there a way to make the chat box bigger easily, or do I have to go into the xml files and play with that?

Cheers!

It's not adjustable other than by changing xml files in a custom ruleset.
However, I dont think its too difficult to do it. There is a section in the gameelements.xml that controls the appearance of the chatwindow



<chatwindow>
<frame name="chatbox" hilight="chatboxhilight" />
<position rect="0,90,390,560" />
<chatarea rect="18,105,358,485" />
<entryarea rect="16,616,310,20" />
<waiticon position="313,103" name="indicator_chatwait" />
<state position="330,610" speak="chat_speak" emote="chat_emote" action="chat_action" ooc="chat_ooc" story="chat_story" />
</chatwindow>

Larac
August 5th, 2006, 02:47
Been trying to Make the Token Box larger, but I do not seem to find the right places, does anyone know?

Lee