South Wales Coastal - BR_Sectors
Moderator: Moderators
South Wales Coastal - BR_Sectors
Hello all, Paul Williams has recently completed the excellent South Wales Coastal - BR_Sectors route which is a reworking of DTG's South Wales Coastal route. It can be found here - https://www.wotawallysbits.co.uk/paulwilliams-routes & also available here - from UKTS - file id: 39159.
Is there anyway of transferring scenarios created from the original DTG's South Wales Coastal route to Paul's new BR Sectors route?? I've tried the copy & paste route through the 'Content', 'Routes' and 'Scenarios' sub-folder routes but to no joy. It may not be possible but I thought I'd ask.
Thanks in advance, cheer Leigh
Is there anyway of transferring scenarios created from the original DTG's South Wales Coastal route to Paul's new BR Sectors route?? I've tried the copy & paste route through the 'Content', 'Routes' and 'Scenarios' sub-folder routes but to no joy. It may not be possible but I thought I'd ask.
Thanks in advance, cheer Leigh
-
brysonman46
- Very Active Forum Member
- Posts: 2047
- Joined: Sun Jul 21, 2013 10:30 am
- Location: Larbert Central Scotland
Re: South Wales Coastal - BR_Sectors
You will need to renumber the copied scenarios, or there will be a conflict. The best way to do this is to CLONE the original SWC (either through the TS menu, but better using RWTools), and transfer the newly renumbered scenarios from that (and then delete the clone). Whether any scenario works depends upon the markers in the new route - if they are the same, then they should.ltm1000 wrote:Hello all, Paul Williams has recently completed the excellent South Wales Coastal - BR_Sectors route which is a reworking of DTG's South Wales Coastal route. It can be found here - https://www.wotawallysbits.co.uk/paulwilliams-routes & also available here - from UKTS - file id: 39159.
Is there anyway of transferring scenarios created from the original DTG's South Wales Coastal route to Paul's new BR Sectors route?? I've tried the copy & paste route through the 'Content', 'Routes' and 'Scenarios' sub-folder routes but to no joy. It may not be possible but I thought I'd ask.
Thanks in advance, cheer Leigh
Nick
PS I did that successfully with NWC when we made the BRBlue version
Re: South Wales Coastal - BR_Sectors
Thanks brysonman46, will give that a try
-
gptech
- Very Active Forum Member
- Posts: 19585
- Joined: Fri Oct 10, 2008 5:48 pm
- Location: Wakefield, West Yorkshire
Re: South Wales Coastal - BR_Sectors
A possibly quicker method is just to rename the copied scenario's GUID folder, a single character is all that's needs, and amend the ScenarioProperties.xml file to suit---.xml files are editable in any text editor but RW Tools would be my tool of choice.
So, to pick a scenario at random, let's say you copied 03d29d0b-d1bd-4fe4-8b6c-244ef403c137 from the original route to the new one. Just change that GUID to 03d29d0b-d1bd-4fe4-8b6c-244ef403c138 and amended the .xml:
becoming
It's right at the top of the .xml document so doesn't involve any searching or scrolling to find the relevant section.
So, to pick a scenario at random, let's say you copied 03d29d0b-d1bd-4fe4-8b6c-244ef403c137 from the original route to the new one. Just change that GUID to 03d29d0b-d1bd-4fe4-8b6c-244ef403c138 and amended the .xml:
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<cScenarioProperties xmlns:d="http://www.kuju.com/TnT/2003/Delta" d:version="1.0" d:id="184872866">
<ID>
<cGUID>
<UUID>
<e d:type="sUInt64">5756956833429495051</e>
<e d:type="sUInt64">4017496690409106571</e>
</UUID>
<DevString d:type="cDeltaString">03d29d0b-d1bd-4fe4-8b6c-244ef403c137</DevString>Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<cScenarioProperties xmlns:d="http://www.kuju.com/TnT/2003/Delta" d:version="1.0" d:id="184872866">
<ID>
<cGUID>
<UUID>
<e d:type="sUInt64">5756956833429495051</e>
<e d:type="sUInt64">4017496690409106571</e>
</UUID>
<DevString d:type="cDeltaString">03d29d0b-d1bd-4fe4-8b6c-244ef403c138</DevString>-
brysonman46
- Very Active Forum Member
- Posts: 2047
- Joined: Sun Jul 21, 2013 10:30 am
- Location: Larbert Central Scotland
Re: South Wales Coastal - BR_Sectors
Gary, that is what I do with a single scenario, but with a largish number, cloning/copying is far quicker.gptech wrote:A possibly quicker method is just to rename the copied scenario's GUID folder, a single character is all that's needs, and amend the ScenarioProperties.xml file to suit---.xml files are editable in any text editor but RW Tools would be my tool of choice.
So, to pick a scenario at random, let's say you copied 03d29d0b-d1bd-4fe4-8b6c-244ef403c137 from the original route to the new one. Just change that GUID to 03d29d0b-d1bd-4fe4-8b6c-244ef403c138 and amended the .xml:
becomingCode: Select all
<?xml version="1.0" encoding="utf-8"?> <cScenarioProperties xmlns:d="http://www.kuju.com/TnT/2003/Delta" d:version="1.0" d:id="184872866"> <ID> <cGUID> <UUID> <e d:type="sUInt64">5756956833429495051</e> <e d:type="sUInt64">4017496690409106571</e> </UUID> <DevString d:type="cDeltaString">03d29d0b-d1bd-4fe4-8b6c-244ef403c137</DevString>
It's right at the top of the .xml document so doesn't involve any searching or scrolling to find the relevant section.Code: Select all
<?xml version="1.0" encoding="utf-8"?> <cScenarioProperties xmlns:d="http://www.kuju.com/TnT/2003/Delta" d:version="1.0" d:id="184872866"> <ID> <cGUID> <UUID> <e d:type="sUInt64">5756956833429495051</e> <e d:type="sUInt64">4017496690409106571</e> </UUID> <DevString d:type="cDeltaString">03d29d0b-d1bd-4fe4-8b6c-244ef403c138</DevString>
Nick
- Carinthia
- Very Active Forum Member
- Posts: 1123
- Joined: Tue Mar 06, 2012 7:07 pm
- Location: at the end of the regulator
Re: South Wales Coastal - BR_Sectors
Yettanuther way.
Copy the scenarios across. Then open each one in RW_Tools and Save. RW_Tools will automatically make the necessary changes.
John
Copy the scenarios across. Then open each one in RW_Tools and Save. RW_Tools will automatically make the necessary changes.
John
Re: South Wales Coastal - BR_Sectors
Thanks to all for your replies and I've successfully moved a scenario across and its worked!
I've published some 49 no. BR blue era scenarios on Steam workshop so just the small matter of copying these all across, and then tinkering with some for them to use new aspects of the route e.g. iron ore facility at Llanwern or the freightliner depot at Pengam
Happy days...….
I've published some 49 no. BR blue era scenarios on Steam workshop so just the small matter of copying these all across, and then tinkering with some for them to use new aspects of the route e.g. iron ore facility at Llanwern or the freightliner depot at Pengam
Happy days...….
Re: South Wales Coastal - BR_Sectors
Glad I saw this thread, as I wasn’t aware of this backdated version
Will save me the effort of relaying Llantrisant Yard for the Cwm Llantwit branch
Will save me the effort of relaying Llantrisant Yard for the Cwm Llantwit branch
-
TransportSteve
- Very Active Forum Member
- Posts: 4645
- Joined: Sat Dec 12, 2009 12:43 am
- Location: Nottingham, England.
Re: South Wales Coastal - BR_Sectors
Yes, I wasn't aware of this backdated version of South Wales either, don't know who this gentleman Paul Williams is, but, he deserves our sincere thanks.
Incidentally, these freeware routes are they being built in 32 Bit or 64 Bit, it rarely says anywhere to anyone downloading them from these websites and it would be nice to know this information.
Cheerz. Steve.
Incidentally, these freeware routes are they being built in 32 Bit or 64 Bit, it rarely says anywhere to anyone downloading them from these websites and it would be nice to know this information.
Cheerz. Steve.
i5 4690 3.5GHz Quad Core CPU, Gigabyte Z97-HD3, 16GB RAM, nVidia GTX1060 6GB, WIN 7 PRO 64-bit.
Visit my flickr account - http://www.flickr.com/photos/59849121@N08/
Visit my flickr account - http://www.flickr.com/photos/59849121@N08/
-
gptech
- Very Active Forum Member
- Posts: 19585
- Joined: Fri Oct 10, 2008 5:48 pm
- Location: Wakefield, West Yorkshire
Re: South Wales Coastal - BR_Sectors
Why? it makes no difference to using them.TransportSteve wrote:these freeware routes are they being built in 32 Bit or 64 Bit, it rarely says anywhere to anyone downloading them from these websites and it would be nice to know this information.
-
TransportSteve
- Very Active Forum Member
- Posts: 4645
- Joined: Sat Dec 12, 2009 12:43 am
- Location: Nottingham, England.
Re: South Wales Coastal - BR_Sectors
Hmmm, well, If they are built/amended/backdated in 64 Bit then they must be played in 64 Bit, do they not???
Cheerz. Steve.
Cheerz. Steve.
i5 4690 3.5GHz Quad Core CPU, Gigabyte Z97-HD3, 16GB RAM, nVidia GTX1060 6GB, WIN 7 PRO 64-bit.
Visit my flickr account - http://www.flickr.com/photos/59849121@N08/
Visit my flickr account - http://www.flickr.com/photos/59849121@N08/
-
gptech
- Very Active Forum Member
- Posts: 19585
- Joined: Fri Oct 10, 2008 5:48 pm
- Location: Wakefield, West Yorkshire
Re: South Wales Coastal - BR_Sectors
Nope.TransportSteve wrote:Hmmm, well, If they are built/amended/backdated in 64 Bit then they must be played in 64 Bit, do they not???
Cheerz. Steve.
The 64bit version of the game works no differently to the 32bit version, it can just access more memory and VAS. Using 64bit does allow route/scenario creators to add more assets/services, so being able to access that *extra* RAM helps there, but there are plenty of 32bit created routes/scenarios that bring systems to their knees--many of Rosgars scenarios feature that much stock that it's impossible to play them with the highest scenery detail set, but as their system is set with a lightly lower scenery detail level they can create and run these *busier* scenarios with ease, which is easy to resolve just by reducing your own settings a smidgen...or was, it might not be necessary using 64bit. The settings applied to the machine used in creation matter much more than whether that machine is running 32 or 64 bit versions of TS.
Re: South Wales Coastal - BR_Sectors
Does the route author frequent UKTS...?
This area and era are of major interest to me, and I’ve made a few local valleys routes in the past. Would be great to see some of the dirty and scruffy off the beaten track freight routes added.
Would be potentially interested in collaborating on this
This area and era are of major interest to me, and I’ve made a few local valleys routes in the past. Would be great to see some of the dirty and scruffy off the beaten track freight routes added.
Would be potentially interested in collaborating on this
- 749006
- Very Active Forum Member
- Posts: 9862
- Joined: Fri Mar 30, 2012 11:17 am
- Location: England
- Contact:
Re: South Wales Coastal - BR_Sectors
I think Paul does frequently visit the forums but an easy way might be to send him a PM from this thread as it will carry the thread title
Peter
Peter
http://peter749.piwigo.com/
My Railway Pictures
My Railway Pictures
-
MadamVastra
- New to the Forums
- Posts: 2
- Joined: Tue Mar 15, 2016 4:58 pm
Re: South Wales Coastal - BR_Sectors
As the author of this backdated version of SWC I would be willing to hear any proposal for future collaborations.rkk01 wrote:Does the route author frequent UKTS...?
This area and era are of major interest to me, and I’ve made a few local valleys routes in the past. Would be great to see some of the dirty and scruffy off the beaten track freight routes added.
Would be potentially interested in collaborating on this