trains downlaod station only downloads to 12

romanticprince

New member
i can anybody help me?:D i have trains 2010 ee also trainz 12 but when i try to download content for 2010 it uses the trainz 12 manager ? so crazy:'(
 
i can anybody help me?:D i have trains 2010 ee also trainz 12 but when i try to download content for 2010 it uses the trainz 12 manager ? so crazy:'(

Given that the file associations thingy in windows 7 doesn't properly recognise TS12, it's a little tricky.

I use a series of 2 .reg scripts that allow me to reset CDP association to TS2010 or TS12 (TS2006 is a lot more aggressive in setting file associations, and all that is needed to get TS2006 as the default handler is to run 2006). Double clicking on the files loads them into the registry and sets that particular version of trainz as the handler for CDP files.

I also have firefox set to always ask me how to deal with trainz:// links, so that I can choose which version of trainz to import download helper links into.

If you're interested in making your own .reg files, here are mine, but they will need to be modified with the location of your TS2010/TS12 content manager:


Restore_TS12_CDP.reg:
Code:
REGEDIT4

[HKEY_CLASSES_ROOT\cdpfile]
@="Content Dispatcher Pack"

[HKEY_CLASSES_ROOT\cdpfile\DefaultIcon]
@="\"F:\\TS12\\bin\\ContentManager.exe\",-420"

[HKEY_CLASSES_ROOT\cdpfile\shell]

[HKEY_CLASSES_ROOT\cdpfile\shell\open]

[HKEY_CLASSES_ROOT\cdpfile\shell\open\command]
@="\"F:\\TS12\\bin\\ContentManager.exe\" \"%1\""

Restore_TS2010_CDP.reg:
Code:
REGEDIT4

[HKEY_CLASSES_ROOT\cdpfile]
@="Content Dispatcher Pack"

[HKEY_CLASSES_ROOT\cdpfile\DefaultIcon]
@="\"F:\\TS2010\\bin\\ContentManager.exe\",-420"

[HKEY_CLASSES_ROOT\cdpfile\shell]

[HKEY_CLASSES_ROOT\cdpfile\shell\open]

[HKEY_CLASSES_ROOT\cdpfile\shell\open\command]
@="\"F:\\TS2010\\bin\\ContentManager.exe\" \"%1\""
 
The DLS uses the last version of CMP that was open. Run the TS2010 CMP and then try the DLS link. If that makes sense. :eek:

I just tried it and it did work for 2010.
 
Back
Top