Tribes 1 Server Config

Zombee
02-12-2003, 12:30 PM
Anybody know exactly how you get admin email and cpu info to show up for your server in the master query list?

R@ND0M
02-12-2003, 12:45 PM
$Server::Info = "zombazz\nAdmin: me\nEmail: asdf@fds.org";
$CPU::estimatedSpeed = "500"

or somethin'

fix palettes in 5v5 maps, or at least re-light the terrain so it doesn't look like azz

Zombee
02-12-2003, 12:52 PM
You have the new pack?

Zombee
02-12-2003, 03:01 PM
First part worked for admin email, but cpu part didn't:(

SuperSlug
02-12-2003, 03:09 PM
$Server::Info = "zombazz\nAdmin: me\nEmail: asdf@fds.org\n500mhz";

R@ND0M
02-12-2003, 03:15 PM
nah, i've still got the 1.0 pack

i assumed he wanted the CPU speed that's displayed in list, not just info box

also, try that with a semicolon on the end

$CPU::estimatedSpeed = "500";

i must've forgotten to add it when typing

Zombee
02-12-2003, 03:31 PM
Originally posted by R@ND0M
nah, i've still got the 1.0 pack

i assumed he wanted the CPU speed that's displayed in list, not just info box

also, try that with a semicolon on the end

$CPU::estimatedSpeed = "500";

i must've forgotten to add it when typing
Perfect, thanks!