The blog post for Iberian Special Transport lists a route from Huelva to Sevilla but no such route shows up in game.
My guess is that this is because the city name has been incorrectly specified in route.sii:
Code: Select all
route_data : route_data.hue_sev1 {
from_city : huelva
to_city : seville
} #### From Huelva to SevilleCode: Select all
city_data : city.sevilla
{
city_name: "Sevilla"
city_name_localized: "@@sevilla@@"
country: spain
...