-
Notifications
You must be signed in to change notification settings - Fork 0
/
openttd.cfg
712 lines (683 loc) · 17.1 KB
/
openttd.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
[misc]
display_opt = SHOW_TOWN_NAMES|SHOW_STATION_NAMES|SHOW_SIGNS|FULL_ANIMATION|FULL_DETAIL|WAYPOINTS|SHOW_COMPETITOR_SIGNS
extra_display_opt = SHOW_MONEY_TEXT_EFFECTS
fullscreen = false
video_hw_accel = true
video_vsync = true
support8bpp = no
soundsset = "NoSound"
musicset =
videodriver =
musicdriver =
sounddriver =
blitter =
language = english.lng
resolution = 1920,1056
screenshot_format =
savegame_format =
rightclick_emulate = false
small_font =
medium_font =
large_font =
mono_font =
small_size = 0
medium_size = 0
large_size = 0
mono_size = 0
small_aa = false
medium_aa = false
large_aa = false
mono_aa = false
global_aa = true
prefer_sprite_font = false
sprite_cache_size_px = 128
player_face = 0
transparency_options = 0
extra_transparency_options = 0
transparency_locks = 0
extra_transparency_locks = 0
invisibility_options = 0
keyboard =
keyboard_caps =
last_newgrf_count = 26
gui_scale = 125
zoning_overlay_inner = 0
zoning_overlay_outer = 0
cargo_payment_x_mode = 0
[difficulty]
max_no_competitors = 0
competitors_interval = 5
number_towns = 0
industry_density = 2
max_loan = 750000
initial_interest = 3
vehicle_costs = 1
vehicle_costs_in_depot = 3
vehicle_costs_when_stopped = 2
competitor_speed = 2
vehicle_breakdowns = 1
subsidy_multiplier = 2
subsidy_duration = 1
construction_cost = 1
terrain_type = 1
quantity_sea_lakes = 0
economy = true
line_reverse_mode = false
disasters = true
town_council_tolerance = 0
money_cheat_in_multiplayer = false
rename_towns_in_multiplayer = true
override_town_settings_in_multiplayer = false
[economy]
town_layout = 1
allow_town_roads = true
found_town = 2
allow_town_level_crossings = true
town_build_tunnels = 2
town_max_road_slope = 4
allow_town_bridges = true
town_cargogen_mode = 1
max_town_heightlevel = 255
min_town_land_area = 0
min_city_land_area = 75
station_noise_level = true
inflation = false
inflation_fixed_dates = true
day_length_factor = 1
multiple_industry_per_town = true
bribe = true
exclusive_rights = true
fund_buildings = true
fund_roads = true
give_money = true
type = 1
allow_shares = true
min_years_for_shares = 4
feeder_payment_share = 75
town_growth_rate = 2
town_zone_calc_mode = false
town_zone_0_mult = 15
town_zone_1_mult = 9
town_zone_2_mult = 0
town_zone_3_mult = 5
town_zone_4_mult = 3
city_zone_0_mult = 15
city_zone_1_mult = 9
city_zone_2_mult = 0
city_zone_3_mult = 5
city_zone_4_mult = 3
town_growth_cargo_transported = 10
larger_towns = 3
initial_city_size = 2
mod_road_rebuild = true
town_min_distance = 20
infrastructure_sharing[0] = true
infrastructure_sharing[1] = true
infrastructure_sharing[2] = true
infrastructure_sharing[3] = true
sharing_fee[0] = 150
sharing_fee[1] = 50
sharing_fee[2] = 250
sharing_fee[3] = 200
sharing_payment_in_debt = true
dist_local_authority = 20
town_noise_population[0] = 800
town_noise_population[1] = 2000
town_noise_population[2] = 4000
infrastructure_maintenance = true
town_cargo_scale = 100
industry_cargo_scale = 100
town_cargo_scale_mode = 0
industry_cargo_scale_mode = 0
random_road_reconstruction = 0
disable_inflation_newgrf_flag = false
payment_algorithm = 1
tick_rate = 0
[order]
no_servicing_if_no_breakdowns = true
improved_load = true
selectgoods = true
serviceathelipad = true
station_length_loading_penalty = true
nonstop_only = false
gradual_loading = true
[station]
never_expire_airports = true
station_spread = 14
modified_catchment = true
catchment_increase = 0
cargo_class_rating_wait_time = true
station_size_rating_cargo_amount = true
serve_neutral_industries = true
station_delivery_mode = 1
adjacent_stations = true
distant_join_stations = true
[vehicle]
road_side = right
train_acceleration_model = 1
train_braking_model = 0
realistic_braking_aspect_limited = 0
limit_train_acceleration = false
roadveh_acceleration_model = 1
train_slope_steepness = 4
roadveh_slope_steepness = 7
through_load_speed_limit = 15
rail_depot_speed_limit = 66
non_leading_engines_keep_name = false
max_train_length = 7
smoke_amount = 2
never_expire_vehicles = false
no_expire_vehicles_after = 2050
no_introduce_vehicles_after = 0
max_trains = 500
max_roadveh = 500
max_aircraft = 200
max_ships = 300
wagon_speed_limits = true
slow_road_vehicles_in_curves = true
train_speed_adaptation = true
disable_elrails = false
freight_trains = 3
plane_speed = 1
dynamic_engines = true
plane_crashes = 2
improved_breakdowns = true
ship_collision_avoidance = true
no_train_crash_other_company = true
roadveh_articulated_overtaking = true
roadveh_cant_quantum_tunnel = false
drive_through_train_depot = true
extend_vehicle_life = 0
adjacent_crossings = true
safer_crossings = true
pay_for_repair = true
repair_cost = 100
servint_ispercent = false
servint_trains = 150
servint_roadveh = 150
servint_ships = 360
servint_aircraft = 100
auto_timetable_by_default = false
auto_separation_by_default = true
[gui]
autosave_interval = 10
autosave_realtime = true
threaded_saves = true
date_format_in_default_names = iso
show_finances = true
auto_scrolling = 0
scroll_mode = 0
smooth_scroll = false
right_click_wnd_close = except sticky
measure_tooltip = true
errmsg_duration = 10
hover_delay_ms = 200
instant_tile_tooltip = false
town_name_tooltip_mode = 1
industry_tooltip_show = true
industry_tooltip_show_name = true
industry_tooltip_show_required = true
industry_tooltip_show_stockpiled = true
industry_tooltip_show_produced = true
depot_tooltip_mode = 2
waypoint_viewport_tooltip_name = 1
station_viewport_tooltip_name = 1
station_viewport_tooltip_cargo = true
station_rating_tooltip_mode = 2
osk_activation = disabled
toolbar_pos = 1
statusbar_pos = 1
window_snap_radius = 10
window_soft_limit = 20
zoom_min = 0
zoom_max_extra = 9
sprite_zoom_min = 0
population_in_label = true
city_in_label = true
link_terraform_toolbar = false
smallmap_land_colour = 0
linkgraph_colours = 0
liveries = 2
starting_colour = 16
starting_colour_secondary = 16
auto_remove_signals = true
prefer_teamchat = false
scrollwheel_scrolling = 0
scrollwheel_multiplier = 5
show_slopes_on_viewport_map = true
show_height_on_viewport_map = true
show_bridges_on_map = true
show_tunnels_on_map = true
show_vehicle_route_mode = 1
show_vehicle_route_steps = true
show_vehicle_route = true
dash_level_of_route_lines = 0
use_owner_colour_for_tunnelbridge = false
show_scrolling_viewport_on_map = 3
default_viewport_map_mode = 0
action_when_viewport_map_is_dblclicked = 1
pause_on_newgame = true
advanced_vehicle_list = 1
timetable_in_ticks = false
timetable_leftover_ticks = false
override_time_settings = false
time_in_minutes = false
ticks_per_minute = 74
clock_offset = 0
date_with_time = 0
timetable_start_text_entry = false
timetable_arrival_departure = true
max_departures = 10
max_departure_time = 120
max_departure_time_minutes = 1440
departure_calc_frequency = 10
departure_show_vehicle = false
departure_show_group = false
departure_show_company = false
departure_show_vehicle_type = false
departure_show_vehicle_color = false
departure_larger_font = false
departure_destination_type = false
departure_show_both = false
departure_only_passengers = false
departure_smart_terminus = false
departure_show_all_stops = false
departure_merge_identical = false
departure_conditionals = 0
quick_goto = true
loading_indicators = 1
default_rail_type = 0
default_road_type = 0
signal_gui_mode = 1
default_signal_type = 5
coloured_news_year = 2000
cycle_signal_types = 1
drag_signals_density = 4
drag_signals_fixed_distance = true
drag_signals_skip_stations = false
semaphore_build_before = 1950
vehicle_income_warn = true
order_review_system = 2
no_depot_order_warn = 0
lost_vehicle_warn = true
restriction_wait_vehicle_warn = true
new_nonstop = true
stop_location = 1
keep_all_autosave = false
autosave_on_exit = false
autosave_on_network_disconnect = true
max_num_autosaves = 16
max_num_lt_autosaves = 8
savegame_overwrite_confirm = yes
auto_euro = true
news_message_timeout = 2
show_track_reservation = true
station_numtracks = 1
station_platlength = 5
station_dragdrop = true
station_show_coverage = false
persistent_buildingtools = true
station_gui_group_order = 3
station_gui_sort_by = 0
station_gui_sort_order = 0
missing_strings_threshold = 25
graph_line_thickness = 3
show_train_length_in_details = true
show_train_weight_ratios_in_details = true
show_vehicle_group_in_details = true
show_vehicle_list_company_colour = true
show_restricted_signal_recolour = true
show_all_signal_default = 0
show_adv_tracerestrict_features = true
show_progsig_ui = true
show_noentrysig_ui = true
enable_single_veh_shared_order_gui = false
show_adv_load_mode_features = true
disable_top_veh_list_mass_actions = false
adv_sig_bridge_tun_modes = true
sort_track_types_by_speed = false
show_depot_sell_gui = false
open_vehicle_gui_clone_share = false
show_newgrf_name = true
show_cargo_in_vehicle_lists = true
bigger_main_toolbar = false
show_wagon_intro_year = true
vehicle_names = 2
shade_trees_on_slopes = true
demolish_confirm_mode = 2
dual_pane_train_purchase_window = true
dual_pane_train_purchase_window_dual_buttons = true
allow_hiding_waypoint_labels = true
disable_water_animation = 4
show_order_occupancy_by_default = true
show_group_hierarchy_name = false
show_vehicle_group_hierarchy_name = false
show_order_number_vehicle_view = false
hide_default_stop_location = true
show_rail_polyline_tool = true
show_date_in_logs = false
settings_restriction_mode = 2
developer = 1
newgrf_developer_tools = true
ai_developer_tools = true
scenario_developer = true
newgrf_show_old_versions = false
newgrf_default_palette = 1
console_show_unlisted = true
newgrf_disable_big_gui = false
console_backlog_timeout = 100
console_backlog_length = 100
refresh_rate = 60
fast_forward_speed_limit = 2500
network_chat_box_width_pct = 40
network_chat_box_height = 25
network_chat_timeout = 20
scale_bevels = false
[linkgraph]
recalc_interval = 16
recalc_time = 64
distribution_pax = 0
distribution_mail = 0
distribution_armoured = 0
distribution_default = 0
accuracy = 17
demand_distance = 100
demand_size = 100
short_path_saturation = 80
aircraft_link_scale = 100
[locale]
currency = EUR
units_velocity = metric
units_velocity_nautical = gameunits
units_power = si
units_weight = metric
units_volume = si
units_force = si
units_height = si
digit_group_separator =
digit_group_separator_currency =
digit_decimal_separator =
[client_locale]
sync_locale_network_server = false
[sound]
news_ticker = true
news_full = true
new_year = true
confirm = false
click_beep = false
disaster = true
vehicle = true
ambient = true
[music]
playlist = 0
music_vol = 50
effect_vol = 100
custom_1 = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
custom_2 = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
playing = true
shuffle = false
[network]
commands_per_frame = 2
commands_per_frame_server = 16
max_commands_in_queue = 16
bytes_per_frame = 8
bytes_per_frame_burst = 256
max_init_time = 100
max_join_time = 500
max_download_time = 1000
max_password_time = 2000
max_lag_time = 500
pause_on_join = true
server_port = 3979
server_admin_port = 3977
server_admin_chat = true
server_game_type = local
autoclean_companies = false
autoclean_unprotected = 12
autoclean_protected = 36
autoclean_novehicles = 0
max_companies = 15
max_clients = 25
restart_game_year = 0
min_active_clients = 0
reload_cfg = false
max_auth_failures = 10
[news_display]
arrival_player = full
arrival_other = summarized
accident = full
accident_other = full
company_info = full
open = summarized
close = summarized
economy = full
production_player = summarized
production_other = off
production_nobody = off
advice = full
new_vehicles = full
acceptance = full
subsidies = summarized
general = full
[pf]
forbid_90_deg = true
back_of_one_way_pbs_waiting_point = true
roadveh_queue = true
reroute_rv_on_layout_change = 1
pathfinder_for_trains = 2
pathfinder_for_roadvehs = 2
pathfinder_for_ships = 2
reverse_at_signals = false
wait_oneway_signal = 15
wait_twoway_signal = 41
wait_for_pbs_path = 30
reserve_paths = false
path_backoff_interval = 20
npf.npf_max_search_nodes = 10000
npf.npf_rail_firstred_penalty = 1000
npf.npf_rail_firstred_exit_penalty = 10000
npf.npf_rail_lastred_penalty = 1000
npf.npf_rail_station_penalty = 100
npf.npf_rail_slope_penalty = 100
npf.npf_rail_curve_penalty = 100
npf.npf_rail_depot_reverse_penalty = 5000
npf.npf_rail_pbs_cross_penalty = 300
npf.npf_rail_pbs_signal_back_penalty = 1500
npf.npf_buoy_penalty = 200
npf.npf_water_curve_penalty = 100
npf.npf_road_curve_penalty = 100
npf.npf_crossing_penalty = 300
npf.npf_road_drive_through_penalty = 800
npf.npf_road_dt_occupied_penalty = 800
npf.npf_road_bay_occupied_penalty = 1500
npf.maximum_go_to_depot_penalty = 2000
yapf.disable_node_optimization = false
yapf.max_search_nodes = 10000
yapf.rail_firstred_twoway_eol = true
yapf.rail_firstred_penalty = 1000
yapf.rail_firstred_exit_penalty = 10000
yapf.rail_lastred_penalty = 1000
yapf.rail_lastred_exit_penalty = 10000
yapf.rail_station_penalty = 1000
yapf.rail_slope_penalty = 200
yapf.rail_curve45_penalty = 100
yapf.rail_curve90_penalty = 600
yapf.rail_depot_reverse_penalty = 5000
yapf.rail_crossing_penalty = 300
yapf.rail_look_ahead_max_signals = 10
yapf.rail_look_ahead_signal_p0 = 500
yapf.rail_look_ahead_signal_p1 = -100
yapf.rail_look_ahead_signal_p2 = 5
yapf.rail_pbs_cross_penalty = 300
yapf.rail_pbs_station_penalty = 800
yapf.rail_pbs_signal_back_penalty = 1500
yapf.rail_doubleslip_penalty = 100
yapf.rail_longer_platform_penalty = 800
yapf.rail_longer_platform_per_tile_penalty = 0
yapf.rail_shorter_platform_penalty = 4000
yapf.rail_shorter_platform_per_tile_penalty = 0
yapf.road_slope_penalty = 200
yapf.road_curve_penalty = 100
yapf.road_crossing_penalty = 300
yapf.road_stop_penalty = 800
yapf.road_stop_occupied_penalty = 800
yapf.road_stop_bay_occupied_penalty = 1500
yapf.maximum_go_to_depot_penalty = 2000
yapf.ship_curve45_penalty = 100
yapf.ship_curve90_penalty = 600
[script]
settings_profile = easy
script_max_opcode_till_suspend = 10000
script_max_memory_megabytes = 1024
[ai]
ai_in_multiplayer = true
ai_disable_veh_train = false
ai_disable_veh_roadveh = false
ai_disable_veh_aircraft = false
ai_disable_veh_ship = false
[game_creation]
town_name = english
landscape = temperate
heightmap_height = 25
snow_line_height = 10
snow_coverage = 40
rainforest_line_height = 8
climate_threshold_mode = 0
desert_coverage = 50
starting_year = 1990
ending_year = 2050
land_generator = 1
oil_refinery_limit = 32
tgen_smoothness = 1
variety = 0
generation_seed = 1218819955
generation_unique_id = 0
tree_placer = 3
heightmap_rotation = 0
se_flat_world_height = 1
map_x = 6
map_y = 6
water_borders = 0
custom_town_number = 1
custom_industry_number = 1
custom_terrain_type = 25
custom_sea_level = 1
min_river_length = 16
river_route_random = 5
rivers_top_of_hill = true
river_tropics_width = 5
lake_tropics_width = 5
coast_tropics_width = 0
lake_size = 8
lakes_allowed_in_deserts = false
amount_of_rivers = 2
amount_of_rocks = 5
height_affects_rocks = 0
build_public_roads = 0
[construction]
map_height_limit = 25
build_on_slopes = true
command_pause_level = 3
enable_build_river = true
enable_remove_water = true
terraform_per_64k_frames = 4194304
terraform_frame_burst = 4096
clear_per_64k_frames = 4194304
clear_frame_burst = 4096
tree_per_64k_frames = 4194304
tree_frame_burst = 4096
purchase_land_per_64k_frames = 1048576
purchase_land_frame_burst = 1024
build_object_per_64k_frames = 2097152
build_object_frame_burst = 2048
autoslope = true
extra_dynamite = true
max_bridge_length = 64
max_bridge_height = 12
max_tunnel_length = 64
chunnel = true
train_signal_side = 1
road_stop_on_town_road = true
road_stop_on_competitor_road = true
crossing_with_competitor = true
road_custom_bridge_heads = true
rail_custom_bridge_heads = true
allow_grf_objects_under_bridges = true
allow_stations_under_bridges = true
allow_road_stops_under_bridges = true
allow_docks_under_bridges = true
purchase_land_permitted = 2
build_object_area_permitted = true
no_expire_objects_after = 2050
ignore_object_intro_dates = false
convert_town_road_no_houses = false
raw_industry_construction = 2
industry_platform = 0
maximum_signal_evaluations = 256
freeform_edges = true
flood_from_edges = false
map_edge_mode = 0
extra_tree_placement = 2
trees_around_snow_line_enabled = true
trees_around_snow_line_range = 8
trees_around_snow_line_dynamic_range = 75
tree_growth_rate = 0
[game_time]
time_in_minutes = false
ticks_per_minute = 74
clock_offset = 0
[scenario]
multiple_buildings = true
house_ignore_dates = false
house_ignore_zones = 0
house_ignore_grf = true
[currency]
rate = 1
separator = "."
to_euro = 0
prefix =
suffix = " credits"
[company]
engine_renew = true
engine_renew_months = 6
engine_renew_money = 100000
renew_keep_length = false
auto_timetable_separation_rate = 40
timetable_autofill_rounding = 0
order_occupancy_smoothness = 75
infra_others_buy_in_depot[0] = false
infra_others_buy_in_depot[1] = false
infra_others_buy_in_depot[2] = false
infra_others_buy_in_depot[3] = false
advance_order_on_clone = true
copy_clone_add_to_group = true
remain_if_next_order_same_station = true
default_sched_dispatch_duration = 0
[graphicsset]
name = OpenGFX
shortname = 4F474658
[newgrf]
52432102|DAE76827C1186704C8554FEAAE5CDBE2|trainXTension.grf = 2 2 0
[newgrf-static]
[ai_players]
none =
none =
none =
none =
none =
none =
none =
none =
none =
none =
none =
none =
none =
none =
none =
[game_scripts]
none =
[version]
version_string = jgrpp-0.57.0
version_number = 1E006D64
ini_version = 6