Tremulous Forum
General => Troubleshooting => Topic started by: Sayeru on August 27, 2008, 08:13:57 pm
-
Hello guys, anyone know whats wrong here?
//Packets Lost
bind + "vstr seis_packetslost+"
bind - "vstr seis_packetslost-"
set seis_packetslost- "vstr packetslost1;"
set seis_packetslost+ "vstr packetslost1;"
set seis_packetslost1 "set cl_packetdup 0; set seis_packetslost- vstr seis_packetslost1; set seis_packetslost+ vstr seis_packetslost2; echo ^7Lost ^10^7`"
set seis_packetslost2 "set cl_packetdup 1; set seis_packetslost- vstr seis_packetslost1; set seis_packetslost+ vstr seis_packetslost3; echo ^7Lost ^15%^7`"
set seis_packetslost3 "set cl_packetdup 2; set seis_packetslost- vstr seis_packetslost2; set seis_packetslost+ vstr seis_packetslost4; echo ^7Lost ^110%^7"
set seis_packetslost4 "set cl_packetdup 3; set seis_packetslost- vstr seis_packetslost3; set seis_packetslost+ vstr seis_packetslost5; echo ^7Lost ^115%^7"
set seis_packetslost5 "set cl_packetdup 4; set seis_packetslost- vstr seis_packetslost4; set seis_packetslost+ vstr seis_packetslost6; echo ^7Lost ^120%^7"
set seis_packetslost6 "set cl_packetdup 5; set seis_packetslost- vstr seis_packetslost5; set seis_packetslost+ vstr seis_packetslost6; echo ^7Lost ^125%^7"
Strange because + and - aren't even bonded (binded?). ::)
Somebody can help? ???
-
What, exactly, is the problem?
-
Those binds are not working in game , i need to fix it. Idk what i should changed/fixed here. Thats why im asking for help. :)
-
1) The + and - signs in the cvar names might be causing problems.
2) Which + key is the first bind attached to? The one on the keyboard or the one on the keypad?
-
1) The + and - signs in the cvar names might be causing problems.
2) Which + key is the first bind attached to? The one on the keyboard or the one on the keypad?
this is correct...
+ binds to keypad +, if you want to bind to the one on the keyboard you'll need to bind =
-
KP_PLUS binds to the plus sign on the keypad
+ binds to the plus sign on the keyboard
-
Tremulous doesn't let you press the + sign on the keyboard. Sayeru, just bind it to = instead.
-
Tremulous doesn't let you press the + sign on the keyboard. Sayeru, just bind it to = instead.
Aha, on my keyboard "+" does "sizeup" and "-" does "sizedown".
-
Aha, on my keyboard "+" does "sizeup" and "-" does "sizedown".
You mean "=" does "sizeup"...
-
Aha, on my keyboard "+" does "sizeup" and "-" does "sizedown".
You mean "=" does "sizeup"...
Nope. Tis QWERTZ btw.
-
Um, I don't think Sayeru would be using QWERTZ.
-
He apparently is from Belgium. I don't know what layout they use there. Also, I don't think it makes any difference.
-
Also, I don't think it makes any difference.
Doubly so, now that we've scared him off. ;)
-
Tremulous doesn't let you press the + sign on the keyboard. Sayeru, just bind it to = instead.
shift
-
Hello guys, anyone know whats wrong here?
---
//Packets Lost
bind + "vstr seis_packetslost+"
bind - "vstr seis_packetslost-"
set seis_packetslost- "vstr packetslost1;"
set seis_packetslost+ "vstr packetslost1;"
set seis_packetslost1 "set cl_packetdup 0; set seis_packetslost- vstr seis_packetslost1; set seis_packetslost+ vstr seis_packetslost2; echo ^7Lost ^10^7`"
set seis_packetslost2 "set cl_packetdup 1; set seis_packetslost- vstr seis_packetslost1; set seis_packetslost+ vstr seis_packetslost3; echo ^7Lost ^15%^7`"
set seis_packetslost3 "set cl_packetdup 2; set seis_packetslost- vstr seis_packetslost2; set seis_packetslost+ vstr seis_packetslost4; echo ^7Lost ^110%^7"
set seis_packetslost4 "set cl_packetdup 3; set seis_packetslost- vstr seis_packetslost3; set seis_packetslost+ vstr seis_packetslost5; echo ^7Lost ^115%^7"
set seis_packetslost5 "set cl_packetdup 4; set seis_packetslost- vstr seis_packetslost4; set seis_packetslost+ vstr seis_packetslost6; echo ^7Lost ^120%^7"
set seis_packetslost6 "set cl_packetdup 5; set seis_packetslost- vstr seis_packetslost5; set seis_packetslost+ vstr seis_packetslost6; echo ^7Lost ^125%^7"
---
Strange because + and - aren't even bonded (binded?). ::)
Somebody can help? ???
Red parts are wrong. Also, you are setting seis_packetslost+ AND seis_packetslost- to the same vstr. I don't think that works.
-
Also, you are setting seis_packetslost+ AND seis_packetslost- to the same vstr. I don't think that works.
It does work.
-
shift
Shift doesn't work.