|
Lufia Newbie
Joined: 18 Aug 2015 Posts: 4
|
Posted: Tue Aug 18, 2015 3:55 pm
Help with CMUD text shift |
Hello,
I decided to try to get back into mudding and am freshly new to CMUD. Is there a way to shift the MUD text toward the center of the screen, but keep it left aligned so it doesn't mess any of the displays up? I am still learning the interface. Help would be much appreciated! :)
-Lufia |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4715 Location: Pensacola, FL, USA
|
Posted: Tue Aug 18, 2015 6:21 pm |
Shift it how?
Is there a table of information that is not displaying accurately?
Most MUDs demand that you use a single space font, i prefer consolas. |
|
_________________ Discord: Shalimarwildcat |
|
|
|
Lufia Newbie
Joined: 18 Aug 2015 Posts: 4
|
Posted: Tue Aug 18, 2015 8:35 pm |
Everything displays properly, but I was wondering if there was a way to move everything to the right a bit so it's more in the center of the screen vs the left edge.
Like:
Move to
Room -----------------> Room
Description ----------> Description
-Lufia |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4715 Location: Pensacola, FL, USA
|
Posted: Tue Aug 18, 2015 11:58 pm |
It is possible, but it would not be very efficient.
Do you have a practical reason for wanting this, or is it pure aesthetics?
something like
#TR {*} {#SAYPROMPT { }}
should pad every line after the first with 5 spaces.
Otherwise, you can play with #SUB or #PSUB. |
|
_________________ Discord: Shalimarwildcat |
|
|
|
Lufia Newbie
Joined: 18 Aug 2015 Posts: 4
|
Posted: Wed Aug 19, 2015 9:33 am |
It is for aesthetics. I am very blind and it hurts my neck looking in the bottom left all of the time. How come it doesn't grab the first line? Is there a way to shift that as well?
|
|
|
|
rozdwojeniejazni Wanderer
Joined: 13 Aug 2011 Posts: 74
|
Posted: Wed Aug 19, 2015 12:14 pm |
Other solution to consider (I think more efficient, and it doesn't mess with actual text from the game) would be shifting with an empty time stamp bar. It's in Preferences - Session - Scrollback, check Show timestamps and add some spaces to Timestamp format.
|
|
|
|
Lufia Newbie
Joined: 18 Aug 2015 Posts: 4
|
Posted: Wed Aug 19, 2015 12:16 pm |
Many thanks for the help!
|
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4715 Location: Pensacola, FL, USA
|
Posted: Wed Aug 19, 2015 11:52 pm |
Well, you could make use of a larger font.
Or use other windows to display other relivant information so that it is not defaulted to the bottom left...
You could also not have CMUD maximized to full screen.
As for why not the first line, because this trigger requires a line to make it fire the padding for the next line.
There are no lines before the first line, so no one gets to pad it. |
|
_________________ Discord: Shalimarwildcat |
|
|
|
|
|