OpenTTD Source 20241224-master-gf74b0cf984
settings_sl_compat.h
Go to the documentation of this file.
1/*
2 * This file is part of OpenTTD.
3 * OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
4 * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
5 * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
6 */
7
10#ifndef SAVELOAD_COMPAT_SETTINGS_H
11#define SAVELOAD_COMPAT_SETTINGS_H
12
13#include "../saveload.h"
14
17 SLC_VAR("diff_custom"),
18 SLC_VAR("diff_level"),
19 SLC_VAR("locale.currency"),
20 SLC_VAR("units"),
21 SLC_VAR("game_creation.town_name"),
22 SLC_VAR("game_creation.landscape"),
23 SLC_VAR("game_creation.snow_line_height"),
26 SLC_VAR("vehicle.road_side"),
27};
28
31 SLC_VAR("difficulty.max_no_competitors"),
33 SLC_VAR("difficulty.number_towns"),
34 SLC_VAR("difficulty.industry_density"),
35 SLC_VAR("difficulty.max_loan"),
36 SLC_VAR("difficulty.initial_interest"),
37 SLC_VAR("difficulty.vehicle_costs"),
38 SLC_VAR("difficulty.competitor_speed"),
40 SLC_VAR("difficulty.vehicle_breakdowns"),
41 SLC_VAR("difficulty.subsidy_multiplier"),
42 SLC_VAR("difficulty.subsidy_duration"),
43 SLC_VAR("difficulty.construction_cost"),
44 SLC_VAR("difficulty.terrain_type"),
45 SLC_VAR("difficulty.quantity_sea_lakes"),
46 SLC_VAR("difficulty.economy"),
47 SLC_VAR("difficulty.line_reverse_mode"),
48 SLC_VAR("difficulty.disasters"),
49 SLC_VAR("difficulty.town_council_tolerance"),
50 SLC_VAR("diff_level"),
51 SLC_VAR("game_creation.town_name"),
52 SLC_VAR("game_creation.landscape"),
54 SLC_VAR("vehicle.road_side"),
55 SLC_VAR("construction.map_height_limit"),
56 SLC_VAR("game_creation.heightmap_height"),
57 SLC_VAR("construction.build_on_slopes"),
58 SLC_VAR("construction.command_pause_level"),
59 SLC_VAR("construction.terraform_per_64k_frames"),
60 SLC_VAR("construction.terraform_frame_burst"),
61 SLC_VAR("construction.clear_per_64k_frames"),
62 SLC_VAR("construction.clear_frame_burst"),
63 SLC_VAR("construction.tree_per_64k_frames"),
64 SLC_VAR("construction.tree_frame_burst"),
65 SLC_VAR("construction.autoslope"),
66 SLC_VAR("construction.extra_dynamite"),
67 SLC_VAR("construction.max_bridge_length"),
68 SLC_VAR("construction.max_bridge_height"),
69 SLC_VAR("construction.max_tunnel_length"),
71 SLC_VAR("construction.train_signal_side"),
72 SLC_VAR("station.never_expire_airports"),
73 SLC_VAR("economy.town_layout"),
74 SLC_VAR("economy.allow_town_roads"),
75 SLC_VAR("economy.found_town"),
76 SLC_VAR("economy.allow_town_level_crossings"),
77 SLC_VAR("economy.town_cargogen_mode"),
78 SLC_VAR("linkgraph.recalc_interval"),
79 SLC_VAR("linkgraph.recalc_time"),
80 SLC_VAR("linkgraph.distribution_pax"),
81 SLC_VAR("linkgraph.distribution_mail"),
82 SLC_VAR("linkgraph.distribution_armoured"),
83 SLC_VAR("linkgraph.distribution_default"),
84 SLC_VAR("linkgraph.accuracy"),
85 SLC_VAR("linkgraph.demand_distance"),
86 SLC_VAR("linkgraph.demand_size"),
87 SLC_VAR("linkgraph.short_path_saturation"),
88 SLC_VAR("vehicle.train_acceleration_model"),
89 SLC_VAR("vehicle.roadveh_acceleration_model"),
90 SLC_VAR("vehicle.train_slope_steepness"),
91 SLC_VAR("vehicle.roadveh_slope_steepness"),
92 SLC_VAR("pf.forbid_90_deg"),
93 SLC_VAR("vehicle.max_train_length"),
95 SLC_VAR("vehicle.smoke_amount"),
97 SLC_VAR("pf.roadveh_queue"),
101 SLC_VAR("vehicle.never_expire_vehicles"),
102 SLC_VAR("vehicle.max_trains"),
103 SLC_VAR("vehicle.max_roadveh"),
104 SLC_VAR("vehicle.max_aircraft"),
105 SLC_VAR("vehicle.max_ships"),
106 SLC_VAR("vehicle.servint_ispercent"),
107 SLC_VAR("vehicle.servint_trains"),
108 SLC_VAR("vehicle.servint_roadveh"),
109 SLC_VAR("vehicle.servint_ships"),
110 SLC_VAR("vehicle.servint_aircraft"),
111 SLC_VAR("order.no_servicing_if_no_breakdowns"),
112 SLC_VAR("vehicle.wagon_speed_limits"),
113 SLC_VAR("vehicle.disable_elrails"),
114 SLC_VAR("vehicle.freight_trains"),
116 SLC_VAR("vehicle.plane_speed"),
117 SLC_VAR("vehicle.dynamic_engines"),
118 SLC_VAR("vehicle.plane_crashes"),
120 SLC_VAR("gui.sg_full_load_any"),
121 SLC_VAR("order.improved_load"),
122 SLC_VAR("order.selectgoods"),
123 SLC_VAR("gui.sg_new_nonstop"),
125 SLC_VAR("station.station_spread"),
126 SLC_VAR("order.serviceathelipad"),
127 SLC_VAR("station.modified_catchment"),
128 SLC_VAR("station.serve_neutral_industries"),
129 SLC_VAR("order.gradual_loading"),
130 SLC_VAR("construction.road_stop_on_town_road"),
131 SLC_VAR("construction.road_stop_on_competitor_road"),
133 SLC_VAR("economy.station_noise_level"),
134 SLC_VAR("station.distant_join_stations"),
135 SLC_VAR("economy.inflation"),
136 SLC_VAR("construction.raw_industry_construction"),
137 SLC_VAR("construction.industry_platform"),
138 SLC_VAR("economy.multiple_industry_per_town"),
140 SLC_VAR("economy.bribe"),
141 SLC_VAR("economy.exclusive_rights"),
142 SLC_VAR("economy.fund_buildings"),
143 SLC_VAR("economy.fund_roads"),
144 SLC_VAR("economy.give_money"),
145 SLC_VAR("game_creation.snow_line_height"),
146 SLC_VAR("game_creation.snow_coverage"),
147 SLC_VAR("game_creation.desert_coverage"),
149 SLC_VAR("game_creation.starting_year"),
151 SLC_VAR("game_creation.ending_year"),
152 SLC_VAR("economy.type"),
155 SLC_VAR("economy.feeder_payment_share"),
156 SLC_VAR("economy.town_growth_rate"),
157 SLC_VAR("economy.larger_towns"),
158 SLC_VAR("economy.initial_city_size"),
159 SLC_VAR("economy.mod_road_rebuild"),
162 SLC_VAR("ai.ai_in_multiplayer"),
163 SLC_VAR("ai.ai_disable_veh_train"),
164 SLC_VAR("ai.ai_disable_veh_roadveh"),
165 SLC_VAR("ai.ai_disable_veh_aircraft"),
166 SLC_VAR("ai.ai_disable_veh_ship"),
167 SLC_VAR("script.script_max_opcode_till_suspend"),
168 SLC_VAR("script.script_max_memory_megabytes"),
169 SLC_VAR("vehicle.extend_vehicle_life"),
170 SLC_VAR("economy.dist_local_authority"),
171 SLC_VAR("pf.reverse_at_signals"),
172 SLC_VAR("pf.wait_oneway_signal"),
173 SLC_VAR("pf.wait_twoway_signal"),
174 SLC_VAR("economy.town_noise_population[0]"),
175 SLC_VAR("economy.town_noise_population[1]"),
176 SLC_VAR("economy.town_noise_population[2]"),
177 SLC_VAR("economy.infrastructure_maintenance"),
178 SLC_VAR("pf.wait_for_pbs_path"),
179 SLC_VAR("pf.reserve_paths"),
180 SLC_VAR("pf.path_backoff_interval"),
188 SLC_VAR("pf.yapf.disable_node_optimization"),
189 SLC_VAR("pf.yapf.max_search_nodes"),
190 SLC_VAR("pf.yapf.rail_firstred_twoway_eol"),
191 SLC_VAR("pf.yapf.rail_firstred_penalty"),
192 SLC_VAR("pf.yapf.rail_firstred_exit_penalty"),
193 SLC_VAR("pf.yapf.rail_lastred_penalty"),
194 SLC_VAR("pf.yapf.rail_lastred_exit_penalty"),
195 SLC_VAR("pf.yapf.rail_station_penalty"),
196 SLC_VAR("pf.yapf.rail_slope_penalty"),
197 SLC_VAR("pf.yapf.rail_curve45_penalty"),
198 SLC_VAR("pf.yapf.rail_curve90_penalty"),
199 SLC_VAR("pf.yapf.rail_depot_reverse_penalty"),
200 SLC_VAR("pf.yapf.rail_crossing_penalty"),
201 SLC_VAR("pf.yapf.rail_look_ahead_max_signals"),
202 SLC_VAR("pf.yapf.rail_look_ahead_signal_p0"),
203 SLC_VAR("pf.yapf.rail_look_ahead_signal_p1"),
204 SLC_VAR("pf.yapf.rail_look_ahead_signal_p2"),
205 SLC_VAR("pf.yapf.rail_pbs_cross_penalty"),
206 SLC_VAR("pf.yapf.rail_pbs_station_penalty"),
207 SLC_VAR("pf.yapf.rail_pbs_signal_back_penalty"),
208 SLC_VAR("pf.yapf.rail_doubleslip_penalty"),
209 SLC_VAR("pf.yapf.rail_longer_platform_penalty"),
210 SLC_VAR("pf.yapf.rail_longer_platform_per_tile_penalty"),
211 SLC_VAR("pf.yapf.rail_shorter_platform_penalty"),
212 SLC_VAR("pf.yapf.rail_shorter_platform_per_tile_penalty"),
213 SLC_VAR("pf.yapf.road_slope_penalty"),
214 SLC_VAR("pf.yapf.road_curve_penalty"),
215 SLC_VAR("pf.yapf.road_crossing_penalty"),
216 SLC_VAR("pf.yapf.road_stop_penalty"),
217 SLC_VAR("pf.yapf.road_stop_occupied_penalty"),
218 SLC_VAR("pf.yapf.road_stop_bay_occupied_penalty"),
219 SLC_VAR("pf.yapf.maximum_go_to_depot_penalty"),
220 SLC_VAR("pf.yapf.ship_curve45_penalty"),
221 SLC_VAR("pf.yapf.ship_curve90_penalty"),
222 SLC_VAR("game_creation.land_generator"),
223 SLC_VAR("game_creation.oil_refinery_limit"),
224 SLC_VAR("game_creation.tgen_smoothness"),
225 SLC_VAR("game_creation.variety"),
226 SLC_VAR("game_creation.generation_seed"),
227 SLC_VAR("game_creation.tree_placer"),
228 SLC_VAR("construction.freeform_edges"),
229 SLC_VAR("game_creation.water_borders"),
230 SLC_VAR("game_creation.custom_town_number"),
231 SLC_VAR("construction.extra_tree_placement"),
232 SLC_VAR("game_creation.custom_terrain_type"),
233 SLC_VAR("game_creation.custom_sea_level"),
234 SLC_VAR("game_creation.min_river_length"),
235 SLC_VAR("game_creation.river_route_random"),
236 SLC_VAR("game_creation.amount_of_rivers"),
237 SLC_VAR("locale.currency"),
238 SLC_VAR("units"),
239 SLC_VAR("locale.units_velocity"),
240 SLC_VAR("locale.units_power"),
241 SLC_VAR("locale.units_weight"),
242 SLC_VAR("locale.units_volume"),
243 SLC_VAR("locale.units_force"),
244 SLC_VAR("locale.units_height"),
245 SLC_VAR("locale.digit_group_separator"),
246 SLC_VAR("locale.digit_group_separator_currency"),
247 SLC_VAR("locale.digit_decimal_separator"),
248};
249
250#endif /* SAVELOAD_COMPAT_SETTINGS_H */
#define SLC_VAR(name)
Field name where the real SaveLoad can be located.
Definition saveload.h:1247
#define SLC_NULL(length, from, to)
Empty space in every savegame version.
Definition saveload.h:1255
@ SLV_67
67 10236
Definition saveload.h:123
@ SLV_87
87 12129
Definition saveload.h:147
@ SLV_107
107 15027
Definition saveload.h:171
@ SLV_100
100 13952
Definition saveload.h:163
@ SLV_131
131 18481
Definition saveload.h:200
@ SLV_141
141 19799
Definition saveload.h:212
@ SLV_47
47 8735
Definition saveload.h:99
@ SLV_164
164 23290
Definition saveload.h:239
@ SL_MIN_VERSION
First savegame version.
Definition saveload.h:31
@ SLV_TRADING_AGE
217 PR#7780 Configurable company trading age.
Definition saveload.h:304
@ SLV_165
165 23304
Definition saveload.h:241
@ SLV_144
144 20334
Definition saveload.h:215
@ SLV_22
22 3726
Definition saveload.h:69
@ SLV_28
28 4987
Definition saveload.h:76
@ SLV_105
105 14803
Definition saveload.h:169
@ SLV_REMOVE_OPF
212 PR#7245 Remove OPF.
Definition saveload.h:298
@ SLV_97
97 13256
Definition saveload.h:159
@ SLV_130
130 18404
Definition saveload.h:199
@ SLV_62
62 9905
Definition saveload.h:117
@ SLV_TABLE_CHUNKS
295 PR#9322 Introduction of CH_TABLE and CH_SPARSE_TABLE.
Definition saveload.h:334
@ SLV_110
110 15148
Definition saveload.h:175
@ SLV_159
159 21962
Definition saveload.h:233
@ SLV_23
23 3915
Definition saveload.h:70
@ SLV_178
178 24789
Definition saveload.h:256
const SaveLoadCompat _gameopt_sl_compat[]
Original field order for _gameopt.
const SaveLoadCompat _settings_sl_compat[]
Original field order for _settings.
SaveLoad information for backwards compatibility.
Definition saveload.h:737