- Usa el Manual de Estilo para una correcta edición.
- Recuerda quitar esta plantilla una vez que el artículo haya sido correctamente traducido.
Ventana Opciones avanzadas, sección Vehículos
The Construction section allows you to set various options related to trains, road vehicles, aircraft and ships. The purpose of the available settings is explained below. For each setting, the respective variable from the config file is listed with it's possible values.
Rutas
Pathfinder para trenes
☑
☑
☑
☑
☑
☑
Select the pathfinding algorithm for trains. Yet Another Pathfinder (en) is the default and recommended setting, but you can still select the older pathfinders.
Possible Settings: NPF or YAPF (Recommended)
In Openttd.cfg (en) config file: ([pf] pathfinder_for_trains = <0-2>)
Prohibir a trenes y barcos realizar giros de 90 grados
☑
☑
☑
☑
☑
☑
Disallows trains and ships from making sharp 90 degree turns. The NPF or YAPF pathfinder for trains needs to be enabled for this option to work for trains.
Possible Settings: On or Off
In Openttd.cfg config file: ([pf] forbid_90_deg = <true|false>)
Pathfinder para vehículos de carretera
☑
☑
☑
☑
☑
☑
Select the pathfinding algorithm for road vehicles. Yet Another Pathfinder (en) is the default and recommended setting, but you can still select the older pathfinders.
Possible Settings: NPF or YAPF (Recommended)
In Openttd.cfg config file: ([pf] pathfinder_for_roadvehs = <0-2>)
Cola de vehículos de carretera (con efecto cuantificador)
☑
☑
☑
☑
☑
☑
Trucks and buses queue up at a busy station rather than turning around.
Possible Settings: On or Off
In Openttd.cfg config file: ([pf] roadveh_queue = <true|false>)
Pathfinder para barcos
☑
☑
☑
☑
☑
☑
Select the pathfinding algorithm for ships. The original is the default and recommended setting, but you can select newer pathfinder. YAPF for ships has the advantage of not having to use buoys for long distances, but has serious performance issues when using a large number of ships (i.e. more than ten).
Possible Settings: Original (Recommended), NPF or YAPF (Not recommended)
In Openttd.cfg config file: ([pf] pathfinder_for_ships = <0-2>)
Renovación automática
Are you sick of replacing all your vehicles once every twenty years? Let this patch take care of that for you. When you enable it, vehicles will automatically be replaced. With the following settings you can define the autorenew as you like.
If the vehicle does not enter a service depot, it will not be renewed. You will not get a 'vehicle is getting old' warning!
Renovación automática de vehículos cuando se vuelven viejos
☑
☑
☑
☑
☑
☑
Vehicles are automatically replaced when they get old, provided that the same vehicle type is still available for purchase.
Possible Settings: On or Off
In Openttd.cfg config file: ([gui] autorenew = <true|false>)
Renovación automática si tiene ... meses antes/después edad máxima
☑
☑
☑
☑
☑
☑
If autorenew is enabled, a vehicle is automatically renewed the next time it enters a service depot when its age reaches the set amount of months before or after its maximum age.
Possible Settings: -12 to 12
- -12 means that the vehicle is replaced 12 months before it gets old.
- +12 means that the vehicle is replaced 12 months after it gets old.
In Openttd.cfg config file: ([gui] autorenew_months = <num_val>)
Mínimo de dinero requerido para renovación automática
☑
☑
☑
☑
☑
☑
If autorenew is enabled and a vehicle is going to be replaced, the amount money of the player has needs to be more than this value plus the cost of the new vehicle.
If the value is, for example, £200,000, a new vehicle costs £10,000 and you have £205,000, the vehicle will not be replaced. Instead, you will get a warning that autorenew has failed on that vehicle.
Possible Settings: £0 to £4,000,000 ($8,000,000)
In Openttd.cfg config file: ([gui] autorenew_money = <0-2000000>)
Servicio
Intervalo de mantenimiento en porcentajes
☑
☑
☑
☑
☑
☑
When this switch is on the service intervals are considered to be in percents of the max. reliability rather than days. For example, if an engine has the max reliability of 80% and you set the service interval to 10% then it will go to depot at 72%.
Possible Settings: On or Off
In Openttd.cfg config file: ([vehicle] servint_ispercent = <true|false>)
Intervalo de mantenimiento por defecto para trenes
☑
☑
☑
☑
☑
☑
The default service interval when a new train is built.
Possible Settings: disabled or 15 days/% to 800 days/%
In Openttd.cfg config file: ([vehicle] servint_trains = <0, 5-800)
Intervalo de mantenimiento por defecto para vehículos
☑
☑
☑
☑
☑
☑
The default service interval when a new road vehicle is built.
Possible Settings: disabled or 15 days/% to 800 days/%
In Openttd.cfg config file: ([vehicle] servint_roadveh = <0, 5-800)
Intervalo de mantenimiento por defecto para barcos
☑
☑
☑
☑
☑
☑
The default service interval when a new ship is built.
Possible Settings: disabled or 15 days/% to 800 days/%
In Openttd.cfg config file: ([vehicle] servint_ships = <0, 5-800)
☑
☑
☑
☑
☑
☑
The default service interval when a new aircraft is built.
Possible Settings: disabled or 15 days/% to 800 days/%
In Openttd.cfg config file: ([vehicle] servint_aircraft = <0, 5-800)
Desactivar mantenimiento cuando las avería están desactivadas
☑
☑
☑
☑
☑
☑
If you have breakdowns set to none and have this switch on, your vehicles will never go to the depot for a service. Even if this setting is enabled, vehicles will still go to depot for auto-renewal and/or replacement if those settings are activated.
Possible Settings: On or Off
In Openttd.cfg config file: ([order] no_servicing_if_no_breakdowns = <true|false>)
Mantener los helicópteros en helipuertos automáticamente
☑
☑
☑
☑
☑
☑
When enabled, helicopters will be serviced automatically each time they arrive at a helipad. This way, you don't need to have some airport along the helicopter's route for it to service. In previous versions this was located in Stations section.
Possible Settings: On or Off
In Openttd.cfg config file: ([order] serviceathelipad = <true|false>)
Trenes
Modelo de aceleración de trenes
☑
☑
☑
☑
☑
☑
Select the default or a more Realistic acceleration (en) calculation for trains. With this setting set to realistic, trains will travel faster up hill, but slower through tight corners. This option has been renamed from Enable realistic acceleration for trains.
Possible Settings: Original or Realistic
In Openttd.cfg config file: ([vehicle] train_acceleration_model = <0-1>)
Inclinación de las cuestas para trenes
☒
☑
☑
☑
☑
☑
Sets the steepness of slopes, trains will slow down more on slopes if this setting is set to a higher value. It only applies if the Realistic acceleration (en) model is selected.
Possible Settings: 0% to 10%
In Openttd.cfg config file: ([vehicle] train_slope_steepness = <0-10>)
Permitir la construcción de trenes muy largos
☑
☑
☑
☑
☑
☑
You can build extremely long trains, aka Mammoth trains (en).
Possible Settings: On or Off
In Openttd.cfg config file: ([vehicle] mammoth_trains = <true|false>)
Avisar si el tren se pierde
☑
☑
☑
☑
☑
☑
A train will be reported lost if it cannot find a route to the station it is currently heading to.
Possible Settings: On or Off
In Openttd.cfg config file: ([gui] lost_train_warn = <true|false>)
Activar límites de velocidad en vagones
☑
☑
☑
☑
☑
☑
Some NewGRF (en)'s have wagon speed limits to make them more realistic, this option will enable/disable them.
Possible Settings: On or Off
In Openttd.cfg config file: ([vehicle] wagon_speed_limits = <true|false>)
Desactivar raíles eléctricos
☑
☑
☑
☑
☑
☑
Disables electrified railways. The electric trains will run on normal tracks when this setting is active and electrified railways are not available for purchase.
Possible Settings: On or Off
In Openttd.cfg config file: ([vehicle] disable_elrails = <true|false>)
Carga el multiplicador de peso para simular trenes pesados
☑
☑
☑
☑
☑
☑
The weight of freight trains is multiplied by the multiplier set here to simulate very heavy trains for more realism.
Possible Settings: 1 to 255
In Openttd.cfg config file: ([vehicle] freight_trains = <1-255>)
Nuevos trenes paran por defecto en el ... de la plataforma
☒
☑
☑
☑
☑
☑
Configure whether new orders will tell trains to stop at the near end, the middle or the far end of the platform by default. Later you can set these individually after the creation of orders.
Possible Settings: near end, middle or far end
In Openttd.cfg config file: ([gui] stop_location = <0-2>)
Permitir órdenes de ir a depósito
☑
☑
☑
☑
☑
☑
All vehicles can have a depot in their schedule.
Possible Settings: On or Off
In Openttd.cfg config file: ([order] gotodepot = <true|false>)
Nuevas órdenes son 'sin parada' por defecto
☑
☑
☑
☑
☑
☑
With this setting enabled, all newly assigned orders will be made 'Non-stop (en)' by default. With a non-stop order, vehicles will only stop at the station assigned in the order and will not halt at intermediate stations on its route not assigned as order.
Possible Settings: On or Off
In Openttd.cfg config file: ([gui] new_nonstop = <true|false>)
Revisar órdenes de los vehículos
☑
☑
☑
☑
☑
☑
Enable the option to review the orders of vehicles periodically for invalid orders and other oddities. This option may be enabled for all vehicles, disabled for stopped vehicles, or disabled altogether.
Possible Settings: no, yes, but exclude stopped vehicles or of all vehicles
In Openttd.cfg config file: ([gui] order_review_system = <0-2>)
Avisar si las ganancias de un vehículo son negativas
☑
☑
☑
☑
☑
☑
If a vehicle's income is negative it will be reported in a news message. Use the transfer option in the vehicles order window if you want to set up a Feeder service (en). This option has been renamed from Warn if a train's income is negative in 0.7.0.
Possible Settings: On or Off
In Openttd.cfg config file: ([gui] vehicle_income_warn = <true|false>)
Los vehículos nunca caducan
☑
☑
☑
☑
☑
☑
Old vehicles will stay in the vehicle list for you to choose and never become obsolete. When enabling this setting in a running game, vehicles already disappeared from the list will not come back for purchase.
Possible Settings: On or Off
In Openttd.cfg config file: ([vehicle] never_expire_vehicles = <true|false>)
Máximo de trenes por jugador
☑
☑
☑
☑
☑
☑
Set the amount of trains that a player can have.
Possible Settings: 0 to 5,000
In Openttd.cfg config file: ([vehicle] max_trains = <0-5000>)
Máximo de vehículos de carretera por jugador
☑
☑
☑
☑
☑
☑
Set the amount of road vehicles that a player can have.
Possible Settings: 0 to 5,000
In Openttd.cfg config file: ([vehicle] max_roadveh = <0-5000>)
☑
☑
☑
☑
☑
☑
Set the amount of aircraft that a player can have.
Possible Settings: 0 to 5,000
In Openttd.cfg config file: ([vehicle] max_aircraft = <0-5000>)
Máximo de barcos por jugador
☑
☑
☑
☑
☑
☑
Set the amount of ships that a player can have.
Possible Settings: 0 to 5,000
In Openttd.cfg config file: ([vehicle] max_ships = <0-5000>)
Factor velocidad avión
☑
☑
☑
☑
☑
☑
Set the speed of aircraft in relation to rail, road and water vehicles. In plain TTD, the aircraft traveled at 1/4th of ground speed.
Possible Settings: 1/1 to 1/4
In Openttd.cfg config file: ([vehicle] plane_speed = <1-4>)
Cantidad de aviones estrellados
☒
☑
☑
☑
☑
☑
Set the probability of plane crashes. They can be disabled if this setting is set to 'none'.
Possible Settings: none, reduced or normal
In Openttd.cfg config file: ([vehicle] plane_crashes = <0-2>)
Activar horarios para vehículos
☑
☑
☑
☑
☑
☑
Allows you to use Timetable (en)s for vehicles.
Possible Settings: On or Off
In Openttd.cfg config file: ([order] timetabling = <true|false>)
Permitir múltiples NewGRF de vehículos
☑
☑
☑
☑
☑
☑
When enabled, this Dynamic Engines (en) feature allows multiple NewGRF (en) vehicle sets to exist side-by-side. Without this feature, the maximum number of different vehicles is severely limited and vehicle sets of the same type will overwrite each others vehicles and functions. Note: using multiple vehicle sets side-by-side might result in very high or very low purchase and running costs for vehicles. Mixing wagons and trains from different train sets might result in graphical errors.
Possible Settings: On or Off
In Openttd.cfg config file: ([vehicle] dynamic_engines = <true|false>)
Para versiones anteriores
Vea también
- For 0.3.0 to 0.6.3 - See Configuring patches (en) for information of how to change settings.
- For 0.2.0 and 0.2.1 - See Configuring patches in 0.2.0 (en).