Difference between revisions of "User:MandulAA/Sandbox"

From LFS Manual
Jump to navigationJump to search
(blanked)
Tag: Blanking
Line 1: Line 1:
 +
(0.7E temporary to-do:)
  
 +
== New keys ==
 +
 +
;New commands
 +
:/status none|F9|F10|F11|F12|next|prev - sets status screen
 +
:E.g. /status next will cycle through the F9 to F12 status screens
 +
:(you could assign it to a CTRL+ or ALT+ key and then a wheel button)
 +
:
 +
:/liveset and /pitins - do the functions of F11 and F12 menus
 +
:
 +
:You can use operators:
 +
:= (set value)
 +
:+= (add to value)
 +
:-= (subtract from value)
 +
:
 +
:Examples:
 +
:/pitins ftyre = r3 : change front tyres to R3 in pit stop
 +
:/pitins rtyre = super : change rear tyres to road super
 +
:/pitins fpressure = 1.1 : set front tyre pressure to 1.1 bar
 +
:/pitins fpressure += 0.1 : increase requested pressure by 0.1 bar
 +
:/pitins cancel : cancel all pit instructions
 +
:/pitins tyres always : change all tyres
 +
:/pitins tyres 20 : change tyres if wear > 20%
 +
:/liveset bbal 60 : set brake balance to 60%
 +
:/liveset rarb -= 0.1 : decrease rear ant-roll bar by 0.1
 +
:
 +
:Available options for /pitins:
 +
:fuel, tyres, repair, symmetric
 +
:ftyre, fcamber_l, fpressure_l, fcamber_r, fpressure_r, fwing
 +
:rtyre, rcamber_l, rpressure_l, rcamber_r, rpressure_r, rwing
 +
:cancel, fcamber, fpressure, rcamber, rpressure
 +
:
 +
:/pitins pressure commands can accept unit (psi/bar) (no unit = bar)
 +
:E.g. /pitins fpressure 30 psi
 +
:
 +
:Available options for /liveset:
 +
:bbal, farb, rarb
 +
 +
;Multiple commands on single line:
 +
:
 +
:Multiple commands can now be added on a single line which sometimes
 +
:can avoid the need for a script file, e.g. to set a button to
 +
:change tyres in pit stop, you could use a double command:
 +
:/pitins ftyre super /pitins rtyre super
 +
:
 +
:NOTE: some commands cannot be followed by another command:
 +
:/say /echo /join /rcm /pass /msg /altf /ctrlf
 +
 +
== Editor new keys ==

Revision as of 20:22, 15 December 2023

(0.7E temporary to-do:)

New keys

New commands
/status none|F9|F10|F11|F12|next|prev - sets status screen
E.g. /status next will cycle through the F9 to F12 status screens
(you could assign it to a CTRL+ or ALT+ key and then a wheel button)
/liveset and /pitins - do the functions of F11 and F12 menus
You can use operators:
= (set value)
+= (add to value)
-= (subtract from value)
Examples:
/pitins ftyre = r3 : change front tyres to R3 in pit stop
/pitins rtyre = super : change rear tyres to road super
/pitins fpressure = 1.1 : set front tyre pressure to 1.1 bar
/pitins fpressure += 0.1 : increase requested pressure by 0.1 bar
/pitins cancel : cancel all pit instructions
/pitins tyres always : change all tyres
/pitins tyres 20 : change tyres if wear > 20%
/liveset bbal 60 : set brake balance to 60%
/liveset rarb -= 0.1 : decrease rear ant-roll bar by 0.1
Available options for /pitins:
fuel, tyres, repair, symmetric
ftyre, fcamber_l, fpressure_l, fcamber_r, fpressure_r, fwing
rtyre, rcamber_l, rpressure_l, rcamber_r, rpressure_r, rwing
cancel, fcamber, fpressure, rcamber, rpressure
/pitins pressure commands can accept unit (psi/bar) (no unit = bar)
E.g. /pitins fpressure 30 psi
Available options for /liveset:
bbal, farb, rarb
Multiple commands on single line
Multiple commands can now be added on a single line which sometimes
can avoid the need for a script file, e.g. to set a button to
change tyres in pit stop, you could use a double command:
/pitins ftyre super /pitins rtyre super
NOTE: some commands cannot be followed by another command:
/say /echo /join /rcm /pass /msg /altf /ctrlf

Editor new keys