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: 260 15.4%
  • < 2 years

    Votes: 170 10.1%
  • < 3 years

    Votes: 168 10.0%
  • < 4 years

    Votes: 125 7.4%
  • < 5 years

    Votes: 231 13.7%
  • < 10 years

    Votes: 201 11.9%
  • < 15 years

    Votes: 125 7.4%
  • < 20 years

    Votes: 98 5.8%
  • < 25 years

    Votes: 77 4.6%
  • Ok, I am a dinosaur

    Votes: 230 13.6%
Back
Top