Killing the Engine via Qscript

Hi,
I'm new to scripting, but I was thinking about making a Qscript that would kill the engine when a button is pressed (say 'K')
Which int corresponds to which letter in:
Code:
is key <int> pressed
I'm hoping to use something like this (I'm aware of how ugly this code is..):
Code:
for 'eternity'
{
  is key K pressed
  {
      send stop engine to console
  }
}
Could anyone please guide me in the right direction?
Thx in advance!
 
Just make the S key a toggle for engine start/engine stop.

Racer used to do this, if the engine was running S would shut it off, or was it shift s?

I can't remember but it's best as a toggle I think...?!

Hmmm

Dave
 
i found the script....
here: klick

Been trying to get the script to work, but without success.
  • I've recompiled the script just in case..
  • racer.ini says that scripts are autoloaded
  • I have tried 'reload scripts'
  • I've changed my keyboard layout to English
  • Tried with Alt+088
I have no ideas left.. I guess that you don't need a loop in the rsx-file? It acts like a trigger?
 

Latest News

How long have you been simracing

  • < 1 year

    Votes: 204 14.0%
  • < 2 years

    Votes: 153 10.5%
  • < 3 years

    Votes: 148 10.1%
  • < 4 years

    Votes: 109 7.5%
  • < 5 years

    Votes: 206 14.1%
  • < 10 years

    Votes: 176 12.1%
  • < 15 years

    Votes: 117 8.0%
  • < 20 years

    Votes: 79 5.4%
  • < 25 years

    Votes: 63 4.3%
  • Ok, I am a dinosaur

    Votes: 205 14.0%
Back
Top