Latest beta is out - 0.5.
http://www.uktrainsim.com/works/Railwor ... ick0.5.zip
Here's what's new and changed:
- Notched axis values, ONLY done for "Absolute" "slider" and "Absolute" "updown"
On an axis entry, you can now add a "notches" attribute:
Code: Select all
<axis name="x" action="throttle" speed-divisor="20" flip="false" type="slider" style="absolute" notches="0,5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85"/>This only works with Absolute axis, it'll let you do it on a relative one but it works very bizarrely - ideally I will fix it to work there too, but that'll be for later.
- Catch DllNotFoundException and handle it nicely with a dialog error message
This one caused one of those unhelpful immediate shutdowns if the plugin path was wrong. This now pops up a help message.
- Spread the entire 0% to 100% value set across the active portion of the stick range (i.e. so that big dead zones dont limit the max value)
If you have a big dead zone you now won't lose access to 100% settings on your stick, it will smoothly spread the 0..100 range across what's left of the stick range after the dead zone is applied.
- Add ToggleQut (F4) as Button Action
This toggles the F4 screen.
- Shift button actions to allow a button or axis to perform more than one function
There are now 5 shift button actions (cunningly named shift1 etc) - if you assign a button to shift1:
Code: Select all
<button name="button03" action="shift1" type="oneshot"/>Code: Select all
<button name="button02" action="togglequt" type="oneshot"/>
<button name="shift1-button02" action="togglehud" type="oneshot"/>
<button name="shift2-button02" action="cameracab" type="oneshot"/>Nothing particularly major, but continued steps in the right direction.
Back up what you've got first in case this doesn't work as well
Matt.
