Rail Driver not working properly on Railworks 3 Train Simulator 2012

>> Friday, June 29, 2012

Rail Driver not working properly on Railworks 3 Train Simulator 2012
I just got my driver Rail Desktop Cab Controller established and it is great, but I noticed some problems. The horn does not work, along with many of the buttons at the bottom, especially in loading / unloading. The light switch is turned off, or the lights of the second, which is not very handy when we go forward. Also, the directional pad and rocker does nothing, I guess it's for the direction of the camera and zoom. This is common for Railworks, or did I incorrectly installed or faulty? Another thing that bothers me is that I can not find a way to keep the speed indicator in the same units of measurement as the train and continue alternating at seemingly random intervals of time. Is there a way to "lock" in MPH or KPH?

#2
23-09-2011
RyanInt
Member

Join Date: Jun 2009
Posts: 3,970
Re: Rail Driver not working properly on Railworks 3 Train Simulator 2012
I'll go through the steps to get this working correctly in the current script and return to verify the installation of the website to make sure this is correct in that version. It is also possible that you had an older version from before this review was in place and the script just does not update correctly. Either way, I should be able to return to work.
First make double click on the MacroWorks 3 desktop image and wait till interface appears with an image of your RailDriver on the side.
Now here go to the View and after that make click on the advance view. Now on the advance view open the Script Editor window.
Now on the Script Editor window locate to the below coding. This will locate at the lines starting with Case 10xx. Once you located here and after that change the all code that are given below:
Quote:
Public Sub ActiveAppChange(ActiveAppTitle As String, ActiveAppName As String) Implements Interfaces.IScript.ActiveAppChange
AppName= ActiveAppName
AppTitle= ActiveAppTitle
appactive=false
If (AppName="RailWorksProc2") Then
appactive=true
1 Dim OutputReport() as Byte = {0,133,0,0,0,0,0,1,0}
2 MW3.SendGenericOutput(MyDevice,OutputReport)
Else
'write to LEDs rd
Dim OutputReport() as Byte = {0,134,0,94,80,0,0,0,0}
MW3.SendGenericOutput(MyDevice,OutputReport)
lastspeed="rd"
3 Dim AltOutputReport() as Byte = {0,133,0,0,0,0,0,0,0}
4 MW3.SendGenericOutput(MyDevice,AltOutputReport)
End If
End Sub
once you done and after that make click on the build button (button will locate at right side of this window to save your changes)
Once done and after that close the editor and also close the MacroWorks 3 inetrface.
Now start the game and after that make sure your getting the issue or not.

#3
24-09-2011
Harshsss
Member

Join Date: Aug 2011
Posts: 41
Re: Rail Driver not working properly on Railworks 3 Train Simulator 2012
Hello thanks for the for the replies and by doing above codes I have solved mine issue, thanks once again for the solution.

0 comments:

Post a Comment

Read - Share - Comment

About This Blog

Share and Save

About Author