So I wanted to make an MP15DC scenario for some other routes. Set up a basic one, when I load into the game, and go to my route of choice, I see the scenario, but under "Trains", it's just blank, the MP15DC is not listed. When I load into the scenario, it spawns me on foot, loco nowhere to be found. What is happening? Now that we have the editor, I thought we were supposed to be able to make scenarios without issues? This is my .ugc { "ContentPath": "Plugins\/DLC\/Scenario_Test\/Content\/", "DLCDependencies": [ "SFJ_CT_MP15DC" ], "MountPoint": "\/Scenario_Test\/", "Name": "Scenario_Test" }
Made another scenario, using a GP-38 from OSD on CRR, same deal. Loco name not displayed in menu, spawn on foot. "DLCDependencies": [ "TSW2TorontoIndustrial" ], tried "TorontoIndustrial" as well, no joy.
Okay, so the way I got it to actually load was making a new Layer in the Timetable, adding required plugin to said layer, and putting everything on it. In .UGC file, for "DLCDependencies", you use the "Name" as defined in the .DLC file, or simply going to your DLC directory, and using the name of the pak file without the "TS2Prototype-WindowsNoEditor-" prefix.