How do you change a 'Free Roam' scenario to become a 'Standard' one?
I thought the easy way was to change an engine to a 'driver' and it would swap over but that doesn't seem to have worked?
A cloned copy of a free roam and then applying the above hasn't worked either?
Suggestions on a Christmas Card please - YoHoHo!!
(MTIA btw)
'Free Roam' to 'Standard'?
Moderator: Moderators
- Traveller54
- Very Active Forum Member
- Posts: 2877
- Joined: Mon May 15, 2006 11:13 am
- Location: Once of Derby, now in Warrington, UK
- Contact:
'Free Roam' to 'Standard'?
[Intel i5-8600K+3.60GHz/16Gb DDR4/NVidia GeForce GTX 550ti 4Mb/1 x SATA3 120Gb SSD, 3xSATA3 2Tb/Win10 Ultimate 64bit]
Trav .....
http://www.oakwood-shed.co.uk/sww5/sww_route5.html
Trav .....
http://www.oakwood-shed.co.uk/sww5/sww_route5.html
Re: 'Free Roam' to 'Standard'?
Never tried, but maybe the scenario editor in RW_Tools can do this for you. Another possibility might be to mark a consist as player service. I prefer to create scenarios from scratch, much more reliable and once you get the hang of it, you can place consist quite fast.
Rudolf
http://www.hollandhiking.nl/trainsimulator
Here you will find the latest version of the Senario Authors Guide, TSW starters Guide, LuaCreator and TSWTools and more ...
http://www.hollandhiking.nl/trainsimulator
Here you will find the latest version of the Senario Authors Guide, TSW starters Guide, LuaCreator and TSWTools and more ...
- Traveller54
- Very Active Forum Member
- Posts: 2877
- Joined: Mon May 15, 2006 11:13 am
- Location: Once of Derby, now in Warrington, UK
- Contact:
Re: 'Free Roam' to 'Standard'?
Neither work I am afraid Jan but thanks for the suggestion.RudolfJan wrote:Never tried, but maybe the scenario editor in RW_Tools can do this for you. Another possibility might be to mark a consist as player service. I prefer to create scenarios from scratch, much more reliable and once you get the hang of it, you can place consist quite fast.
So I am still looking for an answer how to move a free roam to a standard scenario please?
[Intel i5-8600K+3.60GHz/16Gb DDR4/NVidia GeForce GTX 550ti 4Mb/1 x SATA3 120Gb SSD, 3xSATA3 2Tb/Win10 Ultimate 64bit]
Trav .....
http://www.oakwood-shed.co.uk/sww5/sww_route5.html
Trav .....
http://www.oakwood-shed.co.uk/sww5/sww_route5.html
-
StefanSchmidt
- Established Forum Member
- Posts: 374
- Joined: Thu Sep 04, 2008 2:53 pm
- Location: Frankonia - Bavaria - Germany
Re: 'Free Roam' to 'Standard'?
I show you an example to switch from Free-Roam to Timetable (I did not found a Standart Scenario to use as an example)
Use RW-Tools and clone the scenario for safety first.
Identfy Route- and Scenariofolder (The cryptic numbers)
Then Open.xml File:
....\railworks\Content\Routes\1123...-Route-No-...456\Scenarios\8ca...-Scenario-No-...0a\ScenarioProperties.xml
Inside search for free:
first finding:
<ScenarioClass d:type="cDeltaString">eFreeRoamScenarioClass</ScenarioClass>
replace with
<ScenarioClass d:type="cDeltaString">eTimetableScenarioClass</ScenarioClass>
second finding:
<BlueprintID d:type="cDeltaString">editor\gizmo\scenario markers\free roam scenario marker.xml</BlueprintID>
replace with:
<BlueprintID d:type="cDeltaString">editor\gizmo\scenario markers\timetable scenario marker.xml</BlueprintID>
third finding:
Name d:type="cDeltaString">Free Roam Scenario Marker</Name>
replace with:
<Name d:type="cDeltaString">Timetable Scenario Marker</Name>
save xml
Thats it
Good luck
Stefan
Use RW-Tools and clone the scenario for safety first.
Identfy Route- and Scenariofolder (The cryptic numbers)
Then Open.xml File:
....\railworks\Content\Routes\1123...-Route-No-...456\Scenarios\8ca...-Scenario-No-...0a\ScenarioProperties.xml
Inside search for free:
first finding:
<ScenarioClass d:type="cDeltaString">eFreeRoamScenarioClass</ScenarioClass>
replace with
<ScenarioClass d:type="cDeltaString">eTimetableScenarioClass</ScenarioClass>
second finding:
<BlueprintID d:type="cDeltaString">editor\gizmo\scenario markers\free roam scenario marker.xml</BlueprintID>
replace with:
<BlueprintID d:type="cDeltaString">editor\gizmo\scenario markers\timetable scenario marker.xml</BlueprintID>
third finding:
Name d:type="cDeltaString">Free Roam Scenario Marker</Name>
replace with:
<Name d:type="cDeltaString">Timetable Scenario Marker</Name>
save xml
Thats it
Good luck
Stefan