Author Topic: Two questions about buttons. [SOLVED]  (Read 2959 times)

Plague Bringer

  • Posts: 3815
  • Turrets: +147/-187
Two questions about buttons. [SOLVED]
« on: March 16, 2009, 04:08:16 am »
ONE: Is there a way to have a button activated by a keypress, they way they are in JKII? Move up to a button, press "e" (or whatever you have it bound to), and the button activates? (Question might not be appropriate for the mapping board, but I figured it would be easier to post both inquiries here, rather than figure out where to put this one)

TWO: Is there a way to have a texture or shader change upon button press, (again) the way that it is in JKII? Press a button, and it turns into a lit display.

I reference JKII a lot because I am aware that it's on the idT3 engine, which (unmodified) is very similar to ioq3.
« Last Edit: March 19, 2009, 01:44:15 am by Plague Bringer »
U R A Q T

Knowitall66

  • Posts: 492
  • Turrets: +70/-52
Re: Two questions about buttons.
« Reply #1 on: March 16, 2009, 09:25:42 am »
1: Not at present, unless you count Mouse1 (add a health key :P).
2: AFAIK that's not possible, however you could have a brush which covers up button textured differently.

Thorn

  • Guest
Re: Two questions about buttons.
« Reply #2 on: March 16, 2009, 03:59:10 pm »
ONE: Is there a way to have a button activated by a keypress, they way they are in JKII? Move up to a button, press "e" (or whatever you have it bound to), and the button activates? (Question might not be appropriate for the mapping board, but I figured it would be easier to post both inquiries here, rather than figure out where to put this one)


Not by default but this was implemented in AMP via buttonmasks

Kaleo

  • Posts: 2098
  • Turrets: +176/-220
    • KaleoDesign
Re: Two questions about buttons.
« Reply #3 on: March 18, 2009, 12:46:12 pm »
Speaking of buttons, Urban Terror has (or had) a button feature for lifts that would bring up a dialogue window with a list of floors on it with corresponding numbers. When a number key was pressed, the lift would activate and move the player to that floor.

Is this clever use of scripts, or coded into the game engine?
Quote from: Stannum
Thou canst not kill that which doth not live,
but you can blow it into chunky kibbles!
I has a cookie, and u can has a cookie, but i no givs u mai cookie...

Plague Bringer

  • Posts: 3815
  • Turrets: +147/-187
Re: Two questions about buttons.
« Reply #4 on: March 18, 2009, 04:28:27 pm »
U R A Q T