Order review system

A setting that determines under which conditions the program will check orders of the vehicles according to the rules of the Orders

Description

As the Orders page points out, sometimes due to construction or whatnot, orders get messed up in the queue. But there may be times when you don't want the order checker to do its job. The error messages can get annoying, especially with stopped Vehicles With this patch, you can enable the order checker at all times, tell the order checker to skip vehicles that are stopped, or turn off the order checker altogether.

Use

This feature has 3 settings:

0 = no                                 -- Don't review any vehicles
1 = yes, but exclude stopped vehicles  -- Only review moving vehicles
2 = all of vehicles                    -- Review all vehicles

This feature is set to 'all of vehicles' by default. You can change this patch through the configure patches -> vehicles window or use the following syntax in Openttd.cfg:

[patches]
order_review_system = 0