Author Topic: [Solved] Line Break  (Read 3405 times)

Mad_Joe

  • Posts: 67
  • Turrets: +4/-0
[Solved] Line Break
« 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

Code: [Select]
set g_motd "Welcome to the server!\n www.example.com"

It comes out as

Quote
Welcome 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.

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
[Solved] Line Break
« Reply #1 on: June 16, 2007, 01:47:16 am »
there is no way to insert a line break into a cvar in tremulous.
Quote from: Asvarox link=topic=8622.msg169333#msg169333
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----

Mad_Joe

  • Posts: 67
  • Turrets: +4/-0
[Solved] Line Break
« Reply #2 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?

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
[Solved] Line Break
« Reply #3 on: June 16, 2007, 02:17:06 am »
Quote from: "Mad_Joe"
Ok, that makes it simpler. So the servers I see that appear to have line breaks are just adding spaces to simulate it?
yup
Quote from: Asvarox link=topic=8622.msg169333#msg169333
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----

Mad_Joe

  • Posts: 67
  • Turrets: +4/-0
[Solved] Line Break
« Reply #4 on: June 16, 2007, 11:41:27 am »
Ok, thanks very much.