Tremulous Forum

Community => Servers => Topic started by: Mad_Joe on June 16, 2007, 01:37:19 AM

Title: [Solved] Line Break
Post by: Mad_Joe on June 16, 2007, 01:37:19 AM
This seems like a newb question... but is there a way or how do you get a line break in, for example, a server's MOTD? I know for other Q3 games I've used "\n" as in

set g_motd "Welcome to the server!\n www.example.com"

It comes out as

QuoteWelcome to the server!
www.example.com

However, this doesn't seem to work with Tremulous. What am I doing wrong?

I'm using TJW's server, if it makes a difference.

Thanks.
Title: [Solved] Line Break
Post by: kevlarman on June 16, 2007, 01:47:16 AM
there is no way to insert a line break into a cvar in tremulous.
Title: [Solved] Line Break
Post by: Mad_Joe on June 16, 2007, 01:49:44 AM
Ok, that makes it simpler. So the servers I see that appear to have line breaks are just adding spaces to simulate it?
Title: [Solved] Line Break
Post by: kevlarman on June 16, 2007, 02:17:06 AM
Quote from: Mad_JoeOk, that makes it simpler. So the servers I see that appear to have line breaks are just adding spaces to simulate it?
yup
Title: [Solved] Line Break
Post by: Mad_Joe on June 16, 2007, 11:41:27 AM
Ok, thanks very much.