Commands that Don't Work

Yorkshire

Member
Having transferred one of my Yorkshire Modelz Railways into 22 - a process that actually went quite smoothly - I have discovered that three commands that worked in TS19 are now seemingly defunct.



MC Trigger(TANE)


Load Passengers


Set Signal Extended rule

I hope they will be able to be updated as I make quite a bit of use of them. I expect there will be a number of other commands that due to a change of coding will no longer function, though were fine in 2019. It might be useful to start a list from our discoveries.
 
Afraid it should really be up to the creator to sort out the scripting.

<kuid2:117746:7:3> MC: Trigger(TANE)

No errors or warnings other than that I would imagine that the TRS22 Message Console is different to the old versions which is why it doesn't work? I've never used it.

Load Passengers:<kuid2:192081:5:2>

Code:
; <kuid2:192081:5:2> : Validating <kuid2:192081:5:2>
  ! <kuid2:192081:5:2> : VE48: This asset uses an obsolete trainz-build number. Trainz-build numbers below 3.5 are no longer supported.
  ! <kuid2:192081:5:2> : VE22: Missing or invalid selection for tag 'category-era' in 'drivercommand'.

It's an old config TB2 so that needs updating and category-era etc can not be all! which probably isn't helping.

Code:
kind                                    "drivercommand"
kuid                                    <kuid2:192081:5:2>
script                                  "LoadPassengersCommand"
class                                   "LoadPassengersCommand"
category-region-0                       "all" [COLOR=#ff0000]<-------[/COLOR]
category-era-0                          "all"  [COLOR=#ff0000]<-------[/COLOR]
category-class                          "YD"
trainz-build                            2
region                                  "all" [COLOR=#ff0000]<------[/COLOR]
icon-texture                            "icon.texture"
supports-null-driver-character          1

string-table

Try this one <kuid:82348:2017001> LM3D Unload - Load passengers at Station.

<kuid2:47662:20002:7> Set Signal Extended Rule

Again never used it but it is Built in, make sure it is not locally modified, if it is revert to original.
 
Back
Top