|
ashii Newbie
Joined: 29 Jan 2010 Posts: 5
|
Posted: Sat Feb 06, 2010 1:23 am
how do i view my whole logg in color? |
so i just had a combat session on my mud and want too review what i was doing wrong, how do i past the whole logg?
currently i use:
#win logview read %clip
and then i ctrl-c the .txt file that i have logged with ascii codes. Problem it only showing the buffer, i want it too show the whole logg. Are there any better ways too review my logg in colour and everything? |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Sat Feb 06, 2010 2:38 am |
Have you tried using #read?
#execwin logview {#read filename}
If you want to control the speed or otherwise want to do something to the line, %read() may be a better choice.
Of course, the easiest choice may just be to open the .txt file in a text editor that is capable of reading ascii. |
|
_________________ EDIT: I didn't like my old signature |
|
|
|
GeneralStonewall Magician
Joined: 02 Feb 2004 Posts: 364 Location: USA
|
Posted: Sun Feb 07, 2010 7:17 am |
You might want to check out: logedit
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon Feb 08, 2010 5:57 pm |
Open the Editor in the Windows menu of CMUD and then load your log file. The Editor supports the ANSI color used in your log.
|
|
|
|
|
|