Author Topic: Packedup Script  (Read 7660 times)

Sayeru

  • Posts: 75
  • Turrets: +4/-5
    • http://www.eVo-clan.eu.tc
Packedup Script
« on: August 27, 2008, 08:13:57 pm »
Hello guys, anyone know whats wrong here?
Code: [Select]
//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? ???

Bomb

  • Guest
Re: Packedup Script
« Reply #1 on: August 27, 2008, 08:17:55 pm »
What, exactly, is the problem?

Sayeru

  • Posts: 75
  • Turrets: +4/-5
    • http://www.eVo-clan.eu.tc
Re: Packedup Script
« Reply #2 on: August 27, 2008, 10:15:20 pm »
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.  :)

Bomb

  • Guest
Re: Packedup Script
« Reply #3 on: August 27, 2008, 10:19:15 pm »
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?

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
Re: Packedup Script
« Reply #4 on: August 27, 2008, 11:33:05 pm »
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 =
Quote from: Asvarox link=topic=8622.msg169333#msg169333
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----

Bissig

  • Posts: 1309
  • Turrets: +103/-131
Re: Packedup Script
« Reply #5 on: August 28, 2008, 02:32:02 am »
KP_PLUS binds to the plus sign on the keypad
+ binds to the plus sign on the keyboard

Bomb

  • Guest
Re: Packedup Script
« Reply #6 on: August 28, 2008, 02:38:40 pm »
Tremulous doesn't let you press the + sign on the keyboard. Sayeru, just bind it to = instead.

Bissig

  • Posts: 1309
  • Turrets: +103/-131
Re: Packedup Script
« Reply #7 on: August 28, 2008, 08:47:17 pm »
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".

Bomb

  • Guest
Re: Packedup Script
« Reply #8 on: August 28, 2008, 10:34:00 pm »
Aha, on my keyboard "+" does "sizeup" and "-" does "sizedown".
You mean "=" does "sizeup"...

Bissig

  • Posts: 1309
  • Turrets: +103/-131
Re: Packedup Script
« Reply #9 on: August 28, 2008, 10:53:52 pm »
Aha, on my keyboard "+" does "sizeup" and "-" does "sizedown".
You mean "=" does "sizeup"...

Nope. Tis QWERTZ btw.

Bomb

  • Guest
Re: Packedup Script
« Reply #10 on: August 28, 2008, 11:03:22 pm »
Um, I don't think Sayeru would be using QWERTZ.

Bissig

  • Posts: 1309
  • Turrets: +103/-131
Re: Packedup Script
« Reply #11 on: August 28, 2008, 11:07:02 pm »
He apparently is from Belgium. I don't know what layout they use there. Also, I don't think it makes any difference.

Bomb

  • Guest
Re: Packedup Script
« Reply #12 on: August 28, 2008, 11:19:09 pm »
Also, I don't think it makes any difference.
Doubly so, now that we've scared him off. ;)

Archangel

  • Guest
Re: Packedup Script
« Reply #13 on: August 29, 2008, 01:35:13 am »
Tremulous doesn't let you press the + sign on the keyboard. Sayeru, just bind it to = instead.

shift

Bissig

  • Posts: 1309
  • Turrets: +103/-131
Re: Packedup Script
« Reply #14 on: August 29, 2008, 02:50:41 am »
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.

UniqPhoeniX

  • Spam Killer
  • *
  • Posts: 1376
  • Turrets: +66/-32
Re: Packedup Script
« Reply #15 on: August 29, 2008, 08:53:37 am »
Also, you are setting seis_packetslost+ AND seis_packetslost- to the same vstr. I don't think that works.
It does work.

Bomb

  • Guest
Re: Packedup Script
« Reply #16 on: August 29, 2008, 12:29:37 pm »