In the folder with each set of routes, locos etc., right click the bar at the top and select (this is in Vista, there's a similar procedure in XP) 'More...'. Then, add the 'Date Created' filter to the top pane, and click okay. Click on it to filter it in order of dates, and then take everything that wasn't created originally. If this works the way I think it does, then this should save a lot of time and effort of going back and forth to RS etc.!
Railsimulator to Railworks Walkthrough
Moderator: Moderators
- Riche
- Very Active Forum Member
- Posts: 6752
- Joined: Sat Jun 15, 2002 4:43 pm
- Location: Brentwood, Essex
Re: Railsimulator to Railworks Walkthrough
There's an easier way to do all of the 'working out what's default and what's new Kuju stuff' business.
In the folder with each set of routes, locos etc., right click the bar at the top and select (this is in Vista, there's a similar procedure in XP) 'More...'. Then, add the 'Date Created' filter to the top pane, and click okay. Click on it to filter it in order of dates, and then take everything that wasn't created originally. If this works the way I think it does, then this should save a lot of time and effort of going back and forth to RS etc.!
In the folder with each set of routes, locos etc., right click the bar at the top and select (this is in Vista, there's a similar procedure in XP) 'More...'. Then, add the 'Date Created' filter to the top pane, and click okay. Click on it to filter it in order of dates, and then take everything that wasn't created originally. If this works the way I think it does, then this should save a lot of time and effort of going back and forth to RS etc.!
- longbow
- Very Active Forum Member
- Posts: 3608
- Joined: Mon Mar 18, 2002 12:00 am
- Location: Noosa, Australia
- Contact:
Re: Railsimulator to Railworks Walkthrough
There are a couple of SDB scenic items lurking in the Kuju folders too.
Re: Railsimulator to Railworks Walkthrough
Hi
I am getting an error when the packager is making my RPK export frole from RS.
I have selected Routes that I want top copy. I am not sure if i should disregard the first 4 routes in the list that start
0000001
0000002
0000003
0000004
When the RPK is being made i am seeing this error.
Microsoft .net Framework
Unhandled expetion has occured in your application. If you click contine the application will ignore this error and attempt to contine you. If you click quite the application will close.
Value 10823 is not valid for value. Value should be between minimum and maximum. Paramet name : value.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentOutOfRangeException: Value of '10823' is not valid for 'Value'. 'Value' should be between 'minimum' and 'maximum'.
Parameter name: Value
at System.Windows.Forms.ProgressBar.set_Value(Int32 value)
at Packager.Form1.findXML(String[] idList, String path, String startTag, Single xmlAddition, Boolean scenario)
at Packager.Form1.createClick(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Packager
Assembly Version: 1.0.3077.33192
Win32 Version: 1.0.3077.33192
CodeBase: file:///C:/Program%20Files/Rail%20Simulator/PackageCreator.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
I am getting an error when the packager is making my RPK export frole from RS.
I have selected Routes that I want top copy. I am not sure if i should disregard the first 4 routes in the list that start
0000001
0000002
0000003
0000004
When the RPK is being made i am seeing this error.
Microsoft .net Framework
Unhandled expetion has occured in your application. If you click contine the application will ignore this error and attempt to contine you. If you click quite the application will close.
Value 10823 is not valid for value. Value should be between minimum and maximum. Paramet name : value.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentOutOfRangeException: Value of '10823' is not valid for 'Value'. 'Value' should be between 'minimum' and 'maximum'.
Parameter name: Value
at System.Windows.Forms.ProgressBar.set_Value(Int32 value)
at Packager.Form1.findXML(String[] idList, String path, String startTag, Single xmlAddition, Boolean scenario)
at Packager.Form1.createClick(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Packager
Assembly Version: 1.0.3077.33192
Win32 Version: 1.0.3077.33192
CodeBase: file:///C:/Program%20Files/Rail%20Simulator/PackageCreator.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
- theokus
- Very Active Forum Member
- Posts: 2440
- Joined: Sun Feb 10, 2008 3:25 am
- Location: Hasselt (Belgium)
- Contact:
Re: Railsimulator to Railworks Walkthrough
Tazman, man of the worldTheTazman wrote:Hi
I am getting an error when the packager is making my RPK export frole from RS.
The 000000-routes are already in RaiWorks.
Ubi bene, ibi patria.
Re: Railsimulator to Railworks Walkthrough
Tazman wrote:
I ignored the error and everything worked fine.
Good luck,
Mike.
In my original post I mentioned you may get this error. I also got it using the package manager in RW. It doesn't seem to affect your RPK file, it appears that it has something to do with the creator/manager when it tries to close.I am getting an error when the packager is making my RPK export frole from RS.
I have selected Routes that I want top copy. I am not sure if i should disregard the first 4 routes in the list that start
0000001
0000002
0000003
0000004
When the RPK is being made i am seeing this error.
Microsoft .net Framework
Unhandled expetion has occured in your application. If you click contine the application will ignore this error and attempt to contine you. If you click quite the application will close.
Value 10823 is not valid for value. Value should be between minimum and maximum. Paramet name : value.
I ignored the error and everything worked fine.
Good luck,
Mike.
Re: Railsimulator to Railworks Walkthrough
OK i will do this later on. Thanks
Simon
Simon
theokus wrote:Tazman, man of the worldTheTazman wrote:Hi
I am getting an error when the packager is making my RPK export frole from RS.
use RW_Tools.
The 000000-routes are already in RaiWorks.
Re: Railsimulator to Railworks Walkthrough
Has anyone had any problems with stock for Wales and borders? Somewhere between Railsimulator and Railworks ive lost a brick single and brick double bridge. Ive not ported across IOW yet, but at first glance it doesnt appear to have come from the IOW pack.
-
markpullinger
- Very Active Forum Member
- Posts: 3105
- Joined: Sun Jun 08, 2003 6:24 pm
Re: Railsimulator to Railworks Walkthrough
Hi try UKTS17964 Brick bridges & use the railworks package manager to install them. If you had them in railsim they will be in the assett folder brick bridges.
-
octavianlf242
- Been on the forums for a while
- Posts: 123
- Joined: Wed Apr 29, 2009 4:09 pm
- Location: Was in Wolverhampton, now in HK
Re: Railsimulator to Railworks Walkthrough
I have tried to use RW tools to transfer route and scenario from RS to RW, but I got a "Run Time Error '9' - Subscript out of range"
I had searched the help file but got nothing.
Do anyone here have this problem too? and how to solve this?
btw, if I purchase the sound pack from just train ( AP class 47)and oovee (MK2 wagon), is that impossible for install them in RW?
(or have to be solved by copying file from RS to RW?)
I had searched the help file but got nothing.
Do anyone here have this problem too? and how to solve this?
btw, if I purchase the sound pack from just train ( AP class 47)and oovee (MK2 wagon), is that impossible for install them in RW?
(or have to be solved by copying file from RS to RW?)
-
PWHolmes
- Very Active Forum Member
- Posts: 1170
- Joined: Wed Jun 12, 2002 12:00 am
- Location: Newport, Essex
Re: Railsimulator to Railworks Walkthrough
Mike,
Back in June/July this year you said:
"2. In the case of Routes, if you have RW_Tools, it is just a case of selecting Move Route from the menu bar and this brings up a list of your route names, click on the name and the route is transferred. No messing about with .rpk files and importing them into RW etc."
I have just downloaded RW_Tools and it dont seem that simple. I cant find "Move Route" selection on a menu bar or any reference to this in the help files.
Can you advise?
Paul
Back in June/July this year you said:
"2. In the case of Routes, if you have RW_Tools, it is just a case of selecting Move Route from the menu bar and this brings up a list of your route names, click on the name and the route is transferred. No messing about with .rpk files and importing them into RW etc."
I have just downloaded RW_Tools and it dont seem that simple. I cant find "Move Route" selection on a menu bar or any reference to this in the help files.
Can you advise?
Paul
-
StefanSchmidt
- Established Forum Member
- Posts: 374
- Joined: Thu Sep 04, 2008 2:53 pm
- Location: Frankonia - Bavaria - Germany
Re: Railsimulator to Railworks Walkthrough
Hello
I have the latest RW-Tools version 2.0.24: here you find a menue point 'Copy from RailSim', clicking on this you will find 'Copy Routes'.
Befor you have to set the pathes in the Options for Railsimulator and for Railworks.
Good look
Stefan
I have the latest RW-Tools version 2.0.24: here you find a menue point 'Copy from RailSim', clicking on this you will find 'Copy Routes'.
Befor you have to set the pathes in the Options for Railsimulator and for Railworks.
Good look
Stefan
-
PWHolmes
- Very Active Forum Member
- Posts: 1170
- Joined: Wed Jun 12, 2002 12:00 am
- Location: Newport, Essex
Re: Railsimulator to Railworks Walkthrough
I have set the paths to the Railworks and Railsim directories, but when I try the copy routes command I get:
"Runtime error '9': Subscript out of range"
"Runtime error '9': Subscript out of range"
Re: Railsimulator to Railworks Walkthrough
There is no need to use the walkthrough anymore. There is a migration application on your Railworks (steam) startup window.
-
PWHolmes
- Very Active Forum Member
- Posts: 1170
- Joined: Wed Jun 12, 2002 12:00 am
- Location: Newport, Essex
Re: Railsimulator to Railworks Walkthrough
I cant seem to find any "Migration" function on the Steam opening page. Can you be more specific.
Re: Railsimulator to Railworks Walkthrough
Hi PWHolmes. Sorry, I was wrong. I had a senior moment. Somehow I thought the RW migration tool was in Railworks.
If you can't sort the path problem out its not really much of a problem using the package manager to transfer your assets and routes across as described above.
Mike.
If you can't sort the path problem out its not really much of a problem using the package manager to transfer your assets and routes across as described above.
Mike.