Hi Georges B
Apologies English Language Only !!1 Max Stations permitted in any Scenario =16
2 Max Stations permitted for each TRACK TYPE used in scenario =7
3 Inspect Tracktype XML file and note the following:-
value of numstations (
in this example it is 7)
<variable name="numstations" size"1">7</variable> now check that
there are 7 stations declared <useobject desc="stations[0]"class "15">T???????<useobject>
<useobject desc="stations[1]"class "15">T???????<useobject>
<useobject desc="stations[2]"class "15">T???????<useobject>
<useobject desc="stations[3]"class "15">T???????<useobject>
<useobject desc="stations[4]"class "15">T???????<useobject>
<useobject desc="stations[5]"class "15">T???????<useobject>
<useobject desc="stations[6]"class "15">T???????<useobject>
IF the numstations != stations [0-X] then change the numstations to equal the stations actually declared.
Do this for ALL tracktype used in the scenario.
MAKE SURE YOU HAVE NO MORE THAN 16 STATIONS DECLARED IN ALL TRACKTYPES and MAKE SURE numstatiotions=Stations[0-X]
Also
CHECK the DATE the scenario is set to start from.If the Scenario START DATE is before the designed year of the station
or after the obsolete year of the station you can do the following things.
Change the "designed" year to 00 and change the obsolete year of the station to 65535. (never obsolete):-
<variable name="designed" size="2">00</variable>
&
<variable name="obsolete" size="2">65535</variable>
or
Change the Scenario year between the "designed" year and "obsolete" year.
Hope this has helped you.
If you cannot understand english - Check this over with
Damage.

Перевод:
Привет, Георгий Б.!
1 Макс. станций на один сценарий = 16
2 Макс. станций на один тип полотна= 7
3 Изучи xml нужного типа полотна и посмотри значение numstations (в этом примере - 7)
[b] <variable name="numstations" size"1">7</variable>[/b
затем проверь, что объявлено действительно 7 станций
<useobject desc="stations[0]"class "15">T???????<useobject>
<useobject desc="stations[1]"class "15">T???????<useobject>
<useobject desc="stations[2]"class "15">T???????<useobject>
<useobject desc="stations[3]"class "15">T???????<useobject>
<useobject desc="stations[4]"class "15">T???????<useobject>
<useobject desc="stations[5]"class "15">T???????<useobject>
<useobject desc="stations[6]"class "15">T???????<useobject>
Если числа не совпадают, то сделай numstations равным числу объявлений
Нужно это проделать для всех типов дорог и полотна, которые используются в сценарии
Убедись, что суммарное число станций не превосходит 16, и для каждого типа numstations совпадает с числом объявлений
Также проверь дату начала сценария.
Если сценарий стартует до появления или после устаревания станции, то можно сделать следующее: изменить год появления на 0 и год устаревания на 65535
<variable name="designed" size="2">00</variable>
&
<variable name="obsolete" size="2">65535</variable>
или изменить год начала сценария где-то между годом появления и годом устаревания.
Надеюсь, что помог.