Post ur tribe specs, mouse, mouse sense, resolution fov etc

mouse: intellimouse explorer (5-button mouse)
mouse speed set very low....? not sure where this setting is at in the config.
$pref::VideoFullScreenRes = "1024x768";

$net::interpolatetime=0;
$net::predictforwardtime=44;
(i say keep pft around 24-36 below your ping if you range from 60-90)
$pref::playerFov = "90";
$pref::shadowDetailMask = "1";
$pref::shadowDetailScale = "1";
$pref::skyDetail = "1";
(I like skies, I quit tribes for 7 years and came back to this thing called hudbot that makes everything pretty. fuck fps, give me the colors!)
$pref::waitforvsync = "false";
$pref::weatherPrecipitation = "False";
bindCommand(mouse0, make, zaxis0, TO, "nextWeapon();");
bindCommand(mouse0, make, zaxis1, TO, "prevWeapon();");
(roll that beautiful mouse wheel to change weapons)
bindCommand(keyboard0, make, "0", TO, "say(0, \"better call for help, NOOB!~wescfr\");");
(one button spam, ftw)
Code:
bindCommand(keyboard0, make, "r", TO, "beacon::boost(1);");
bindCommand(keyboard0, break, "r", TO, "beacon::boost(0);");
$beacon::boostDelay = 0.001;
function beacon::boost(%activate)
{
	%myteam = Client::GetTeam(getManagerId());
	
	if(%myteam == -1) 
	{
		if(%activate)
		{
			use("beacon");
		}
	}
	else if(%activate)
	{
		if(!$beacon::boosting)
		{     	
			$beacon::boosting = 1;
	        	beacon::keepBoosting();
		}
	}
	else
	{
		$beacon::boosting = 0;
	}
}

function beacon::keepBoosting()
{
	if($beacon::boosting)
	{
		use("beacon");
	    	schedule("beacon::keepBoosting();", $beacon::boostDelay);
	}
}
(for you ren players - its the triple boost script)
oh and quit hitting suicide to pass the flag you noobs, use the drop flag button. suicide passing is okay in renegades and TR, but not base. gg

someone get me nofog for 1.4 please, thanks
 
Last edited:
probably all in ur head d00d

it's definitely not the same. if you don't believe me, we should try playing with old 1.11 terp settings for a few days and see. if everyone is using real terp as you say, what is the point of 1.3/1.4? the whole purpose was to stop hacking so if it's not working, we should just go back to 1.11.

as for people having some secret trick, that may or may not be in my head. there's no way to really tell for sure unless someone fesses up. but all the more reason to have a trial of back to original terp and see who gets better and who stays the same.
 
segarob i think same thing a few year ago and post this and then ppl make fun of me call me dumb etc

regardless idc now cuz i think watever i am using still work very nice
 
we a few gg after u and opsayo drop

lix come back etc

line up was like me ma sleepy lix donkey navox pacinko bron drg0n skillZ

wuld have been more fun with more g00d doods tho
 
ya no dagger

we play 6 maps

i have admin now so i will be kicking cow if he try to play pu again LOL
 
Back
Top