Tribes HD v2

User avatar
Ozzie
Posts: 115
Joined: Mon Oct 06, 2014 2:56 pm
Location: Kansas City, Missouri
Contact:

Re: Tribes HD v2

Post by Ozzie »

when i log onto that version of tribes, only like 5 servers show up on the list...
User avatar
DaJ4ck3L
Crow{OZ}
Posts: 3375
Joined: Thu Jul 22, 2010 11:51 pm
Contact:

Re: Tribes HD v2

Post by DaJ4ck3L »

Ozzie wrote:when i log onto that version of tribes, only like 5 servers show up on the list...
you must be using version 1. in version 1 the master server is hardcoded in sp1.acs.cs file in the config/modules folder.

to fix that just blank out or delete this section of code in the file.

Code: Select all

$Server::CurrentMaster = "0";$Server::MasterAddressN0 = "t1m1.tribes0.com:28000 t1m1.masters.tribesmasterserver.com:28000 t1m1.pu.net:28000 skbmaster.ath.cx:28000 kigen.ath.cx:28000 t1m1.masters.dynamix.com:28000";

and replace it with this. prob shouldnt of hardcoded in version 2 also.

Code: Select all

$Server::CurrentMaster = "1";
$Server::Master1 = "t1m1.pu.net:28000";
$Server::MasterAddressN0 = "kigen.ath.cx:28000";
$Server::MasterAddressN1 = "t1m1.pu.net:28000";
$Server::MasterName0 = "Kigen";
$Server::MasterName1 = "bugs_";
Image
User avatar
Ozzie
Posts: 115
Joined: Mon Oct 06, 2014 2:56 pm
Location: Kansas City, Missouri
Contact:

Re: Tribes HD v2

Post by Ozzie »

when i use the hd version only like 3 servers show up on the list :/
User avatar
DaJ4ck3L
Crow{OZ}
Posts: 3375
Joined: Thu Jul 22, 2010 11:51 pm
Contact:

Re: Tribes HD v2

Post by DaJ4ck3L »

Ozzie wrote:when i use the hd version only like 3 servers show up on the list :/
yea you just have to fix the master server. that shouldn't happen with v2 though.

i posted a way to fix it just above.
Image
Groove
Posts: 218
Joined: Thu Apr 17, 2014 10:36 pm

Re: Tribes HD v2

Post by Groove »

YAY bluelines plugin :)

those greenlines drove me crazy and i was always told they were impossible to change (at least by people who didn't know better)

had a lot of fun making it too - finding all the memory locations for the different linetypes, learning how to convert the RGB settings, and then learning how to make plugins in general. all so i could change a line color! lol!

never see anyone use the customcolors.cs to set them to something other than blue though ;/

also i keep meaning to add opacity to all the line settings but never really got around to it, i like the blue better than green but i think it'd look sick at about 70% transparency

big thanks to greyhound, emjay and nofix for all their help, those guys are true tribal gods
User avatar
DaJ4ck3L
Crow{OZ}
Posts: 3375
Joined: Thu Jul 22, 2010 11:51 pm
Contact:

Re: Tribes HD v2

Post by DaJ4ck3L »

Groove wrote:YAY bluelines plugin :)

those greenlines drove me crazy and i was always told they were impossible to change (at least by people who didn't know better)

had a lot of fun making it too - finding all the memory locations for the different linetypes, learning how to convert the RGB settings, and then learning how to make plugins in general. all so i could change a line color! lol!

never see anyone use the customcolors.cs to set them to something other than blue though ;/

also i keep meaning to add opacity to all the line settings but never really got around to it, i like the blue better than green but i think it'd look sick at about 70% transparency

big thanks to greyhound, emjay and nofix for all their help, those guys are true tribal gods
yea sounds like a fun learning experience.
Image
Groove
Posts: 218
Joined: Thu Apr 17, 2014 10:36 pm

Re: Tribes HD v2

Post by Groove »

it really was :)

also i just tested and it works on win10

and never tried bluelines + nogreenlines plugin hehehe

thankfully nogreenlines just jumps the hud bracket draws and doesn't actually change the way any other lines are drawn
User avatar
DaJ4ck3L
Crow{OZ}
Posts: 3375
Joined: Thu Jul 22, 2010 11:51 pm
Contact:

Re: Tribes HD v2

Post by DaJ4ck3L »

Has anyone tried this and had any issues with it? Someone told me master server not working, but i just tried and had no problem.
Image
User avatar
virus
Posts: 474
Joined: Wed May 22, 2013 10:27 pm
Contact:

Re: Tribes HD v2

Post by virus »

Its working. All servers show here.
[NHOP]Virus
AnniDv6
Posts: 1030
Joined: Mon Dec 12, 2011 3:25 pm

Re: Tribes HD v2

Post by AnniDv6 »

Works good here too. I'm working on combining this with a bunch of HD skins and models I've collected.
Post Reply