Con las carpetas me aparecen así:
- Código: Seleccionar todo
ORTSFreightAnims
(
MSTSFreightAnimEnabled( 0 )
FreightAnimStatic
(
SubType( Default )
Shape( "Shapes_FAN\\600azul.s" )
Offset( 0.0, 0.892, 4.8 )
)
FreightAnimStatic
(
SubType( Default )
Shape( "Shapes_FAn\\c_2cv-rojo.s" )
Offset( 0.0, 0.892, 1.01 )
)
FreightAnimStatic
(
SubType( Default )
Shape( "Shapes_FAN\\rlt6gren.s" )
Offset( 0.0, 0.892, -3.2 )
)
FreightAnimStatic
(
SubType( Default )
Shape( "Shapes_FAN\\seat1500.s" )
Offset( 0.0, 1.2, -8.3 )
)
)
Tambiçen hice una prueba copiando los archivos .s, .sd y .ace a la misma carpeta y modifiacando la ruta de esos archivos como los tienes tu:
- Código: Seleccionar todo
ORTSFreightAnims
(
MSTSFreightAnimEnabled( 0 )
FreightAnimStatic
(
SubType( Default )
Shape( "600azul.s" )
Offset( 0.0, 0.892, 4.8 )
)
FreightAnimStatic
(
SubType( Default )
Shape( "c_2cv-rojo.s" )
Offset( 0.0, 0.892, 1.01 )
)
FreightAnimStatic
(
SubType( Default )
Shape( "rlt6gren.s" )
Offset( 0.0, 0.892, -3.2 )
)
FreightAnimStatic
(
SubType( Default )
Shape( "seat1500.s" )
Offset( 0.0, 1.2, -8.3 )
)
)
Sin embargo siguen sin verse los automóviles.