What Are Net Settings?

Post Reply
User avatar
S_hift
Posts: 1963
Joined: Fri Dec 23, 2011 1:42 pm

What Are Net Settings?

Post by S_hift »

net settings are part of the tribes scripting language known as darkstar script. It is a variation of C# and javascript.

The developers obviously intended to add this to tribes but never fully implement it. If you look inside shell.zip in 1.40/tribes/base folder you will find a file called "LBL_Prediction_BD.png" heres what it looks like Image

predictfowardtime or pft for short, defines prediction variables. This allows tribes to update the player location to were they really are.

interpolatetime or terp for short, defines the update position in milliseconds. Tribes defualts this at 64. Everyone uses Interpolate time whether they know it or not.

Ping has an influence on performance of your tribes. This is why net settings were made, to accommodate for ping.

average 32 ping setting
$net::interpolatetime =64;
$net::predictforwardtime = 16;

64 ping settings
$net::interpolatetime = 64;
$net::predictforwardtime = 32;

90-100 ping
$net::interpolatetime = 68; //interpolate is very sensitive and only needs minor tweaks for smoother player position updates.
$net::predictforwardtime = 64;

anything higher than 100 ping

$net::predictforwardtime = 128; //anything higher than this is just repugnant and you will miss more
$net::interpolatetime = 70; //anything higher than this will make projectiles appear to move too slow


Some people like higher some people like lower settings, its all based on personal preference. Use what you're used to and tweak minimally. These codes can be pasted into the autoexec.cs to ensure they load on game start. Again these are recommended settings/tweaks. This is not a perfect how to guide nor will it make you "pwn" its just a means to make your tribes perform in a more desirable manner. These are recommended settings by someone who does not code, so try things here and there and see what you like.
Image <--Click here to subscribe to S_hift's youtube
Click here for full access to all my tribes downloads
User avatar
{SW}SkyWalker
Posts: 664
Joined: Wed Feb 05, 2014 2:46 pm

Re: What Are Net Settings?

Post by {SW}SkyWalker »

I didn't read it it's to long and I know some of it already
No matter how long I stay away from this game I will never forget the stuff this game and community forged onto my heart!
User avatar
S']['U
Posts: 1071
Joined: Fri Dec 09, 2011 8:03 am

Re: What Are Net Settings?

Post by S']['U »

{SW}SkyWalker wrote: Image I didn't read it it's to long and I know some of it already Image
Why do you think anyone cares if you read it or not, or if you know anything about it?
Your post is of no concern to ANYONE, and it's totally unnecessary.

Do you talk to yourself too?
Or maybe you think every post is directed at you personally? :nup:
We don't need to know every single thought that runs though your child-like brain. :popz:

PLEASE STOP REPLYING TO EVERYTHING BEING POSTED.

Image
Image
User avatar
DaRk
Posts: 1001
Joined: Sat Jul 27, 2013 4:22 pm
Location: ID, USA

Re: What Are Net Settings?

Post by DaRk »

STU wins the thread.

:fshit:

DaRk wrote:Kid has posted more than most of us and has only been on here since February.
I posted that on March 25th, when you had 190 posts SkyWalker. As of this moment, you have 290 posts. In a little over a week of time, you have posted 100 times. 99 of the 100 posts were pointless and follow the flowchart listed above. I further concur with STU; you kid, are Image.
User avatar
Beavis
Posts: 708
Joined: Sat Dec 10, 2011 11:06 pm

Re: What Are Net Settings?

Post by Beavis »

Wed Apr 02, 2014 5:57 pm at 265 till this post / Thu Apr 03, 2014 8:55 am its at 294
he has posted 29 times. or roughly in 15 hours apart that's like one post every 30 min. this is a fucking BOT!!!!!! No It's AntiBOT!!!!!
Image
User avatar
browneyes
Posts: 402
Joined: Mon Mar 03, 2014 12:14 am

Re: What Are Net Settings?

Post by browneyes »

S']['U wrote:
{SW}SkyWalker wrote: Image I didn't read it it's to long and I know some of it already Image
Why do you think anyone cares if you read it or not, or if you know anything about it?
Your post is of no concern to ANYONE, and it's totally unnecessary.
true true
skyfucker you really seems autistic kid when you shitting on forum with your round the twist posts.
Image
Image
User avatar
DaJ4ck3L
Crow{OZ}
Posts: 3375
Joined: Thu Jul 22, 2010 11:51 pm
Contact:

Re: What Are Net Settings?

Post by DaJ4ck3L »

Lol anti use to really piss you off STU. Good times.
Image
User avatar
S_hift
Posts: 1963
Joined: Fri Dec 23, 2011 1:42 pm

Re: What Are Net Settings?

Post by S_hift »

rofl another thread jacked... goddamnit man
Image <--Click here to subscribe to S_hift's youtube
Click here for full access to all my tribes downloads
Post Reply