Upvote Upvoted 2 Downvote Downvoted
Null-movement not working.
posted in Q/A Help
1
#1
0 Frags +

My null movement script is not working, please help me on what I am doing wrong.
Included Here are screenshots of my current script/location.

My null movement script is not working, please help me on what I am doing wrong.
Included [url=http://imgur.com/a/W9LGR]Here[/url] are screenshots of my current script/location.
2
#2
-6 Frags +

IIRC you need to put custom configs into your Custom folder instead

\tf\custom\my_custom_stuff\cfg

IIRC you need to put custom configs into your Custom folder instead

\tf\custom\my_custom_stuff\cfg
3
#3
5 Frags +

looks like your autoexec is not an actual cfg file
if you want an easy way, copy and paste the config.cfg file and rename it to autoexec and then put in it whatever you want (movement script ecc)

looks like your autoexec is not an actual cfg file
if you want an easy way, copy and paste the config.cfg file and rename it to autoexec and then put in it whatever you want (movement script ecc)
4
#4
4 Frags +

The config is in correct place, but it's saved as a text document and not as a config file.

Open the config again in notepad and take a note to save it as "all files" type, and make sure that the file is ending as .cfg and not as .cfg.txt

Hypnotize you a sneaky ninja

The config is in correct place, but it's saved as a text document and not as a config file.

Open the config again in notepad and take a note to save it as "all files" type, and make sure that the file is ending as .cfg and not as .cfg.txt

Hypnotize you a sneaky ninja
5
#5
5 Frags +

This happens a lot to folks who don't have "Show known file extensions" enabled
Open your start menu
Search Folder Options
Click the View tab
Half-way through the list should be an option "Hide extensions for known file types"
Make sure that box is UNCHECKED

This happens a lot to folks who don't have "Show known file extensions" enabled
Open your start menu
Search Folder Options
Click the View tab
Half-way through the list should be an option "Hide extensions for known file types"
Make sure that box is UNCHECKED
6
#6
0 Frags +
deadgamer_My null movement script is not working, please help me on what I am doing wrong.
Included Here are screenshots of my current script/location.

While your at it you may as well include Comanglia's network settings just choose the right ones

Show Content
// Good connection
cl_cmdrate 67 // The tricks to get 1.4ms lerp are placebo you're still forced to .0152
cl_interp .0152 // change to whatever you like for certain classes projectiles/popping uber/flames = .0152 hitscan = .031 on bad connections = .062
cl_interp_ratio 1
cl_lagcompensation 1
cl_pred_optimize 2
cl_smooth 0
cl_smoothtime 0.01
cl_updaterate 67 // The tricks to get 1.4ms lerp are placebo you're still forced to .0152
rate 60000 // anything above 62,000 is completely useless, anything above 48,000ish is useless in HL

// Competitive connection // Very few servers will have these settings
cl_cmdrate 128
cl_interp .007 // this will likely have to be user defined .007 should be roughly the lowest interp, hit scan might do well .0152 for this
cl_interp_ratio 1
cl_lagcompensation 1
cl_pred_optimize 2
cl_smooth 0
cl_smoothtime 0.01
cl_updaterate 128
rate 90000 // With higher tick rates you have more bandwidth being used

// Bad connection
cl_cmdrate 40
cl_interp 0
cl_interp_ratio 2
cl_lagcompensation 1
cl_pred_optimize 2
cl_smooth 0
cl_smoothtime 0.01
cl_updaterate 40
rate 35000
[quote=deadgamer_]My null movement script is not working, please help me on what I am doing wrong.
Included [url=http://imgur.com/a/W9LGR]Here[/url] are screenshots of my current script/location.[/quote]
While your at it you may as well include Comanglia's network settings just choose the right ones
[spoiler]
// Good connection
cl_cmdrate 67 // The tricks to get 1.4ms lerp are placebo you're still forced to .0152
cl_interp .0152 // change to whatever you like for certain classes projectiles/popping uber/flames = .0152 hitscan = .031 on bad connections = .062
cl_interp_ratio 1
cl_lagcompensation 1
cl_pred_optimize 2
cl_smooth 0
cl_smoothtime 0.01
cl_updaterate 67 // The tricks to get 1.4ms lerp are placebo you're still forced to .0152
rate 60000 // anything above 62,000 is completely useless, anything above 48,000ish is useless in HL

// Competitive connection // Very few servers will have these settings
cl_cmdrate 128
cl_interp .007 // this will likely have to be user defined .007 should be roughly the lowest interp, hit scan might do well .0152 for this
cl_interp_ratio 1
cl_lagcompensation 1
cl_pred_optimize 2
cl_smooth 0
cl_smoothtime 0.01
cl_updaterate 128
rate 90000 // With higher tick rates you have more bandwidth being used

// Bad connection
cl_cmdrate 40
cl_interp 0
cl_interp_ratio 2
cl_lagcompensation 1
cl_pred_optimize 2
cl_smooth 0
cl_smoothtime 0.01
cl_updaterate 40
rate 35000
[/spoiler]
Please sign in through STEAM to post a comment.