Upvote Upvoted 1 Downvote Downvoted
TF2 config problems
posted in Q/A Help
1
#1
0 Frags +

I am trying to make my own cfg+hud combination.

When I get into game, there are no binds to walk. I can do everything but walk.

(I think it had something to do with siN's cfg and stuff which I downloaded a couple of days ago.)

Also at random times during matches, the menu would open and take a screenshot of the status command of the server.

Here are my cfgs if anyone needs them
I already re installed the whole game.

[b]autoexec.cfg[/b]
exec binds.cfg
exec gfx.cfg
binds.cfg

bind "k" "say Thank you merciful satan for putting the ground under my feet to shoot at."
bind "l" "say wo airpoop~"
bind "p" "prec_on_mark"

// These configs were generated by the tf2mate configuration file generator by compton.
// Create your own tailored configs at: http://clugu.com/tf2mate/

bind "w" "+mate_forward"
bind "a" "+mate_moveleft"
bind "s" "+mate_back"
bind "d" "+mate_moveright"
bind "mouse1" "+attack"
bind "mouse2" "+attack2"
bind "mwheelup" "mate_previousweapon"
bind "mwheeldown" "mate_nextweapon"
bind "0" "mate_slot10"
bind "1" "mate_slot1"
bind "2" "mate_slot2"
bind "3" "mate_slot3"
bind "4" "mate_slot4"
bind "5" "mate_slot5"
bind "6" "mate_slot6"
bind "7" "mate_slot7"
bind "8" "mate_slot8"
bind "9" "mate_slot9"
bind "q" "mate_lastinv"
bind "e" "mate_call_medic"
bind "u" "say_team"
bind "y" "say"
bind "t" "mate_spray"
bind "g" "taunt"
bind "z" "voice_menu_1"
bind "x" "voice_menu_2"
bind "c" "voice_menu_3"
bind "," "changeclass"
bind "." "changeteam"
bind "\" "toggleconsole"
bind "-" "mate_toggle_netgraph"
bind "m" "open_charinfo"
bind "n" "+quickswitchmenu"
bind "space" "+jump"
bind "ctrl" "+duck"
bind "tab" "+mate_scores"
bind "escape" "cancelselect"
gfx.cfg

its normal chris's max frames.

Also I get this in the console like 600 times when I open up TF2

ERROR Memory corruption: CDmxElement::UnpackIntoStructure memcpy buffer overrun! 

Hopefully someone can shine some light on this problem and help me get my TF2 working normally.

Thanks

I am trying to make my own cfg+hud combination.

When I get into game, there are no binds to walk. I can do everything but walk.

(I think it had something to do with siN's cfg and stuff which I downloaded a couple of days ago.)


Also at random times during matches, the menu would open and take a screenshot of the status command of the server.


Here are my cfgs if anyone needs them
I already re installed the whole game.
[code]
[b]autoexec.cfg[/b]
exec binds.cfg
exec gfx.cfg
[/code]
[code]
binds.cfg

bind "k" "say Thank you merciful satan for putting the ground under my feet to shoot at."
bind "l" "say wo airpoop~"
bind "p" "prec_on_mark"

// These configs were generated by the tf2mate configuration file generator by compton.
// Create your own tailored configs at: http://clugu.com/tf2mate/

bind "w" "+mate_forward"
bind "a" "+mate_moveleft"
bind "s" "+mate_back"
bind "d" "+mate_moveright"
bind "mouse1" "+attack"
bind "mouse2" "+attack2"
bind "mwheelup" "mate_previousweapon"
bind "mwheeldown" "mate_nextweapon"
bind "0" "mate_slot10"
bind "1" "mate_slot1"
bind "2" "mate_slot2"
bind "3" "mate_slot3"
bind "4" "mate_slot4"
bind "5" "mate_slot5"
bind "6" "mate_slot6"
bind "7" "mate_slot7"
bind "8" "mate_slot8"
bind "9" "mate_slot9"
bind "q" "mate_lastinv"
bind "e" "mate_call_medic"
bind "u" "say_team"
bind "y" "say"
bind "t" "mate_spray"
bind "g" "taunt"
bind "z" "voice_menu_1"
bind "x" "voice_menu_2"
bind "c" "voice_menu_3"
bind "," "changeclass"
bind "." "changeteam"
bind "\" "toggleconsole"
bind "-" "mate_toggle_netgraph"
bind "m" "open_charinfo"
bind "n" "+quickswitchmenu"
bind "space" "+jump"
bind "ctrl" "+duck"
bind "tab" "+mate_scores"
bind "escape" "cancelselect"
[/code]

[code]
gfx.cfg

its normal chris's max frames.
[/code]


Also I get this in the console like 600 times when I open up TF2
[code]ERROR Memory corruption: CDmxElement::UnpackIntoStructure memcpy buffer overrun!
[/code]

Hopefully someone can shine some light on this problem and help me get my TF2 working normally.


Thanks
2
#2
0 Frags +

Your binds seem to be aliases that aren't defined anywhere.

Your binds seem to be aliases that aren't defined anywhere.
3
#3
0 Frags +

Sorry im kinda new to scripting what does that mean?

Would removing the mate_ before the command fix it?

Sorry im kinda new to scripting what does that mean?


Would removing the mate_ before the command fix it?
4
#4
0 Frags +

You need the items below in your config if you don't have it. I think it should fix it if you don't have this in there already.

alias +mate_forward "+mfwd"
alias -mate_forward "-mfwd"
alias +mate_back "+mback"
alias -mate_back "-mback"
alias +mate_moveleft "+mleft"
alias -mate_moveleft "-mleft"
alias +mate_moveright "+mright"
alias -mate_moveright "-mright"
alias +mfwd "-back;+forward;alias checkfwd +forward"
alias +mback "-forward;+back;alias checkback +back"
alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
alias +mright "-moveleft;+moveright;alias checkright +moveright"
alias -mfwd "-forward;checkback;alias checkfwd none"
alias -mback "-back;checkfwd;alias checkback none"
alias -mleft "-moveleft;checkright;alias checkleft none"
alias -mright "-moveright;checkleft;alias checkright none"
alias checkfwd none
alias checkback none
alias checkleft none
alias checkright none
alias none ""

You need the items below in your config if you don't have it. I think it should fix it if you don't have this in there already.


alias +mate_forward "+mfwd"
alias -mate_forward "-mfwd"
alias +mate_back "+mback"
alias -mate_back "-mback"
alias +mate_moveleft "+mleft"
alias -mate_moveleft "-mleft"
alias +mate_moveright "+mright"
alias -mate_moveright "-mright"
alias +mfwd "-back;+forward;alias checkfwd +forward"
alias +mback "-forward;+back;alias checkback +back"
alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
alias +mright "-moveleft;+moveright;alias checkright +moveright"
alias -mfwd "-forward;checkback;alias checkfwd none"
alias -mback "-back;checkfwd;alias checkback none"
alias -mleft "-moveleft;checkright;alias checkleft none"
alias -mright "-moveright;checkleft;alias checkright none"
alias checkfwd none
alias checkback none
alias checkleft none
alias checkright none
alias none ""
5
#5
0 Frags +

would i put that instead of what i have now or after?

would i put that instead of what i have now or after?
6
#6
0 Frags +

Just add it in to the bottom of what ever you already have and test.

Just add it in to the bottom of what ever you already have and test.
7
#7
0 Frags +

just tried it, nothing.

still cant move

just tried it, nothing.


still cant move
8
#8
1 Frags +

bind w +forward
bind s +back
bind a +moveleft
bind d +moveright

no need for the aliases and dumb movement script

if it's still not working (no idea whats wrong at this point)

add "unbind all" at the very beginning of the binds.cfg, just make sure you have all the binds set up that you need

bind w +forward
bind s +back
bind a +moveleft
bind d +moveright

no need for the aliases and dumb movement script

if it's still not working (no idea whats wrong at this point)

add "unbind all" at the very beginning of the binds.cfg, just make sure you have all the binds set up that you need
9
#9
0 Frags +

Worked. Thanks alot.

A couple of commands were missing like scorecheck but I got it all sorted out.

Worked. Thanks alot.


A couple of commands were missing like scorecheck but I got it all sorted out.
10
#10
0 Frags +
ArtemAlso I get this in the console like 600 times when I open up TF2
ERROR Memory corruption: CDmxElement::UnpackIntoStructure memcpy buffer overrun! 

Im getting this too. Any suggestions?

[quote=Artem]Also I get this in the console like 600 times when I open up TF2
[code]ERROR Memory corruption: CDmxElement::UnpackIntoStructure memcpy buffer overrun!
[/code]
[/quote]
Im getting this too. Any suggestions?
11
#11
1 Frags +
disengageIm getting this too. Any suggestions?

write the command clear in the first line of your autoexec.

[quote=disengage]Im getting this too. Any suggestions?[/quote]

write the command [b]clear[/b] in the first line of your autoexec.
12
#12
0 Frags +

Woops, nevermind didn't see the link in the paste.

I'm pretty sure unbindall is supposed to be at the top of the binds cfg.

Woops, nevermind didn't see the link in the paste.

I'm pretty sure unbindall is supposed to be at the top of the binds cfg.
Please sign in through STEAM to post a comment.