dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles # fast
git clone https://src.adamsgaard.dk/dotfiles.git # slow
Log | Files | Refs | README | LICENSE Back to index

openttd.cfg (10738B)


      1 
      2 [misc]
      3 display_opt = SHOW_TOWN_NAMES|SHOW_STATION_NAMES|SHOW_SIGNS|FULL_ANIMATION|FULL_DETAIL|WAYPOINTS|SHOW_COMPETITOR_SIGNS
      4 fullscreen = false
      5 support8bpp = no
      6 graphicsset = 
      7 soundsset = 
      8 musicset = "Modern Motion"
      9 videodriver = 
     10 musicdriver = "extmidi:cmd=/home/ad/.config/openttd/playmidi"
     11 sounddriver = 
     12 blitter = 
     13 language = english_US.lng
     14 resolution = 3840,2126
     15 screenshot_format = 
     16 savegame_format = 
     17 rightclick_emulate = false
     18 small_font = 
     19 medium_font = 
     20 large_font = 
     21 mono_font = 
     22 small_size = 0
     23 medium_size = 0
     24 large_size = 0
     25 mono_size = 0
     26 small_aa = false
     27 medium_aa = false
     28 large_aa = false
     29 mono_aa = false
     30 sprite_cache_size_px = 128
     31 player_face = 0
     32 transparency_options = 64
     33 transparency_locks = 0
     34 invisibility_options = 0
     35 keyboard = 
     36 keyboard_caps = 
     37 last_newgrf_count = 6
     38 gui_zoom = 1
     39 font_zoom = 1
     40 
     41 [difficulty]
     42 max_no_competitors = 0
     43 number_towns = 2
     44 industry_density = 5
     45 max_loan = 300000
     46 initial_interest = 2
     47 vehicle_costs = 0
     48 competitor_speed = 2
     49 vehicle_breakdowns = 1
     50 subsidy_multiplier = 2
     51 construction_cost = 0
     52 terrain_type = 1
     53 quantity_sea_lakes = 1
     54 economy = false
     55 line_reverse_mode = false
     56 disasters = false
     57 town_council_tolerance = 0
     58 
     59 [game_creation]
     60 town_name = english
     61 landscape = temperate
     62 snow_line_height = 15
     63 starting_year = 1950
     64 land_generator = 1
     65 oil_refinery_limit = 32
     66 tgen_smoothness = 1
     67 variety = 0
     68 generation_seed = 3754529330
     69 tree_placer = 2
     70 heightmap_rotation = 0
     71 se_flat_world_height = 1
     72 map_x = 8
     73 map_y = 8
     74 water_borders = 15
     75 custom_town_number = 1
     76 custom_sea_level = 2
     77 min_river_length = 16
     78 river_route_random = 5
     79 amount_of_rivers = 2
     80 ending_year = 2050
     81 
     82 [vehicle]
     83 road_side = right
     84 train_acceleration_model = 1
     85 roadveh_acceleration_model = 1
     86 train_slope_steepness = 3
     87 roadveh_slope_steepness = 7
     88 max_train_length = 7
     89 smoke_amount = 1
     90 never_expire_vehicles = false
     91 max_trains = 500
     92 max_roadveh = 500
     93 max_aircraft = 200
     94 max_ships = 300
     95 wagon_speed_limits = true
     96 disable_elrails = false
     97 freight_trains = 1
     98 plane_speed = 4
     99 dynamic_engines = true
    100 plane_crashes = 2
    101 extend_vehicle_life = 0
    102 servint_ispercent = false
    103 servint_trains = 150
    104 servint_roadveh = 150
    105 servint_ships = 360
    106 servint_aircraft = 100
    107 
    108 [construction]
    109 max_heightlevel = 30
    110 build_on_slopes = true
    111 command_pause_level = 1
    112 terraform_per_64k_frames = 4194304
    113 terraform_frame_burst = 4096
    114 clear_per_64k_frames = 4194304
    115 clear_frame_burst = 4096
    116 tree_per_64k_frames = 4194304
    117 tree_frame_burst = 4096
    118 autoslope = true
    119 extra_dynamite = true
    120 max_bridge_length = 64
    121 max_bridge_height = 12
    122 max_tunnel_length = 64
    123 train_signal_side = 1
    124 road_stop_on_town_road = true
    125 road_stop_on_competitor_road = true
    126 raw_industry_construction = 0
    127 industry_platform = 1
    128 freeform_edges = true
    129 extra_tree_placement = 2
    130 
    131 [station]
    132 never_expire_airports = false
    133 station_spread = 12
    134 modified_catchment = true
    135 adjacent_stations = true
    136 distant_join_stations = true
    137 serve_neutral_industries = true
    138 
    139 [economy]
    140 town_layout = 0
    141 allow_town_roads = true
    142 found_town = 0
    143 allow_town_level_crossings = true
    144 station_noise_level = false
    145 inflation = true
    146 multiple_industry_per_town = false
    147 bribe = true
    148 exclusive_rights = true
    149 fund_buildings = true
    150 fund_roads = true
    151 give_money = true
    152 smooth_economy = true
    153 allow_shares = false
    154 feeder_payment_share = 75
    155 town_growth_rate = 2
    156 larger_towns = 4
    157 initial_city_size = 2
    158 mod_road_rebuild = true
    159 dist_local_authority = 20
    160 town_noise_population[0] = 800
    161 town_noise_population[1] = 2000
    162 town_noise_population[2] = 4000
    163 infrastructure_maintenance = false
    164 town_cargogen_mode = 1
    165 min_years_for_shares = 6
    166 
    167 [linkgraph]
    168 recalc_interval = 4
    169 recalc_time = 16
    170 distribution_pax = 0
    171 distribution_mail = 0
    172 distribution_armoured = 0
    173 distribution_default = 0
    174 accuracy = 16
    175 demand_distance = 100
    176 demand_size = 100
    177 short_path_saturation = 80
    178 
    179 [pf]
    180 forbid_90_deg = false
    181 roadveh_queue = true
    182 pathfinder_for_trains = 2
    183 pathfinder_for_roadvehs = 2
    184 pathfinder_for_ships = 2
    185 reverse_at_signals = false
    186 wait_oneway_signal = 15
    187 wait_twoway_signal = 41
    188 wait_for_pbs_path = 30
    189 reserve_paths = false
    190 path_backoff_interval = 20
    191 opf.pf_maxlength = 4096
    192 opf.pf_maxdepth = 48
    193 npf.npf_max_search_nodes = 10000
    194 npf.npf_rail_firstred_penalty = 1000
    195 npf.npf_rail_firstred_exit_penalty = 10000
    196 npf.npf_rail_lastred_penalty = 1000
    197 npf.npf_rail_station_penalty = 100
    198 npf.npf_rail_slope_penalty = 100
    199 npf.npf_rail_curve_penalty = 100
    200 npf.npf_rail_depot_reverse_penalty = 5000
    201 npf.npf_rail_pbs_cross_penalty = 300
    202 npf.npf_rail_pbs_signal_back_penalty = 1500
    203 npf.npf_buoy_penalty = 200
    204 npf.npf_water_curve_penalty = 100
    205 npf.npf_road_curve_penalty = 100
    206 npf.npf_crossing_penalty = 300
    207 npf.npf_road_drive_through_penalty = 800
    208 npf.npf_road_dt_occupied_penalty = 800
    209 npf.npf_road_bay_occupied_penalty = 1500
    210 npf.maximum_go_to_depot_penalty = 2000
    211 yapf.disable_node_optimization = false
    212 yapf.max_search_nodes = 10000
    213 yapf.rail_firstred_twoway_eol = false
    214 yapf.rail_firstred_penalty = 1000
    215 yapf.rail_firstred_exit_penalty = 10000
    216 yapf.rail_lastred_penalty = 1000
    217 yapf.rail_lastred_exit_penalty = 10000
    218 yapf.rail_station_penalty = 1000
    219 yapf.rail_slope_penalty = 200
    220 yapf.rail_curve45_penalty = 100
    221 yapf.rail_curve90_penalty = 600
    222 yapf.rail_depot_reverse_penalty = 5000
    223 yapf.rail_crossing_penalty = 300
    224 yapf.rail_look_ahead_max_signals = 10
    225 yapf.rail_look_ahead_signal_p0 = 500
    226 yapf.rail_look_ahead_signal_p1 = -100
    227 yapf.rail_look_ahead_signal_p2 = 5
    228 yapf.rail_pbs_cross_penalty = 300
    229 yapf.rail_pbs_station_penalty = 800
    230 yapf.rail_pbs_signal_back_penalty = 1500
    231 yapf.rail_doubleslip_penalty = 100
    232 yapf.rail_longer_platform_penalty = 800
    233 yapf.rail_longer_platform_per_tile_penalty = 0
    234 yapf.rail_shorter_platform_penalty = 4000
    235 yapf.rail_shorter_platform_per_tile_penalty = 0
    236 yapf.road_slope_penalty = 200
    237 yapf.road_curve_penalty = 100
    238 yapf.road_crossing_penalty = 300
    239 yapf.road_stop_penalty = 800
    240 yapf.road_stop_occupied_penalty = 800
    241 yapf.road_stop_bay_occupied_penalty = 1500
    242 yapf.maximum_go_to_depot_penalty = 2000
    243 yapf.ship_curve45_penalty = 100
    244 yapf.ship_curve90_penalty = 600
    245 
    246 [order]
    247 no_servicing_if_no_breakdowns = true
    248 improved_load = true
    249 selectgoods = true
    250 serviceathelipad = true
    251 gradual_loading = true
    252 
    253 [script]
    254 settings_profile = easy
    255 script_max_opcode_till_suspend = 10000
    256 script_max_memory_megabytes = 1024
    257 
    258 [ai]
    259 ai_in_multiplayer = true
    260 ai_disable_veh_train = false
    261 ai_disable_veh_roadveh = false
    262 ai_disable_veh_aircraft = false
    263 ai_disable_veh_ship = false
    264 
    265 [locale]
    266 currency = USD
    267 units_velocity = metric
    268 units_power = metric
    269 units_weight = metric
    270 units_volume = metric
    271 units_force = si
    272 units_height = metric
    273 digit_group_separator = 
    274 digit_group_separator_currency = 
    275 digit_decimal_separator = 
    276 
    277 [gui]
    278 autosave = monthly
    279 threaded_saves = true
    280 date_format_in_default_names = long
    281 show_finances = true
    282 auto_scrolling = 0
    283 scroll_mode = 0
    284 smooth_scroll = false
    285 right_mouse_wnd_close = true
    286 measure_tooltip = true
    287 errmsg_duration = 5
    288 hover_delay_ms = 250
    289 osk_activation = double
    290 toolbar_pos = 1
    291 statusbar_pos = 1
    292 window_snap_radius = 10
    293 window_soft_limit = 20
    294 zoom_min = 0
    295 zoom_max = 5
    296 population_in_label = true
    297 link_terraform_toolbar = false
    298 smallmap_land_colour = 0
    299 liveries = 2
    300 starting_colour = 16
    301 prefer_teamchat = false
    302 scrollwheel_scrolling = 0
    303 scrollwheel_multiplier = 5
    304 pause_on_newgame = false
    305 advanced_vehicle_list = 1
    306 timetable_in_ticks = false
    307 timetable_arrival_departure = true
    308 quick_goto = false
    309 loading_indicators = 1
    310 default_rail_type = 0
    311 enable_signal_gui = true
    312 coloured_news_year = 2000
    313 drag_signals_density = 4
    314 drag_signals_fixed_distance = false
    315 semaphore_build_before = 1950
    316 vehicle_income_warn = true
    317 order_review_system = 2
    318 lost_vehicle_warn = true
    319 disable_unsuitable_building = true
    320 new_nonstop = false
    321 stop_location = 2
    322 keep_all_autosave = false
    323 autosave_on_exit = false
    324 autosave_on_network_disconnect = true
    325 max_num_autosaves = 16
    326 auto_euro = true
    327 news_message_timeout = 2
    328 show_track_reservation = false
    329 default_signal_type = 1
    330 cycle_signal_types = 2
    331 station_numtracks = 1
    332 station_platlength = 7
    333 station_dragdrop = false
    334 station_show_coverage = true
    335 persistent_buildingtools = true
    336 expenses_layout = false
    337 station_gui_group_order = 0
    338 station_gui_sort_by = 0
    339 station_gui_sort_order = 1
    340 missing_strings_threshold = 25
    341 graph_line_thickness = 3
    342 show_date_in_logs = false
    343 settings_restriction_mode = 0
    344 developer = 1
    345 newgrf_developer_tools = false
    346 ai_developer_tools = false
    347 scenario_developer = false
    348 newgrf_show_old_versions = false
    349 newgrf_default_palette = 1
    350 console_backlog_timeout = 100
    351 console_backlog_length = 100
    352 network_chat_box_width_pct = 40
    353 network_chat_box_height = 25
    354 network_chat_timeout = 20
    355 show_newgrf_name = false
    356 
    357 [sound]
    358 news_ticker = true
    359 news_full = true
    360 new_year = true
    361 confirm = true
    362 click_beep = true
    363 disaster = true
    364 vehicle = true
    365 ambient = true
    366 
    367 [music]
    368 playlist = 0
    369 music_vol = 127
    370 effect_vol = 127
    371 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
    372 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
    373 playing = true
    374 shuffle = false
    375 
    376 [news_display]
    377 arrival_player = full
    378 arrival_other = summarized
    379 accident = full
    380 company_info = full
    381 open = summarized
    382 close = summarized
    383 economy = full
    384 production_player = summarized
    385 production_other = off
    386 production_nobody = off
    387 advice = full
    388 new_vehicles = full
    389 acceptance = full
    390 subsidies = summarized
    391 general = full
    392 
    393 [network]
    394 commands_per_frame = 2
    395 max_commands_in_queue = 16
    396 bytes_per_frame = 8
    397 bytes_per_frame_burst = 256
    398 max_init_time = 100
    399 max_join_time = 500
    400 max_download_time = 1000
    401 max_password_time = 2000
    402 max_lag_time = 500
    403 pause_on_join = true
    404 server_port = 3979
    405 server_admin_port = 3977
    406 server_admin_chat = true
    407 server_advertise = false
    408 lan_internet = 1
    409 client_name = 
    410 server_password = 
    411 rcon_password = 
    412 admin_password = 
    413 default_company_pass = 
    414 server_name = 
    415 connect_to_ip = 
    416 network_id = 397701c40ecd34fc63f8c460f50b3777
    417 autoclean_companies = false
    418 autoclean_unprotected = 12
    419 autoclean_protected = 36
    420 autoclean_novehicles = 0
    421 max_companies = 15
    422 max_clients = 25
    423 max_spectators = 15
    424 restart_game_year = 0
    425 min_active_clients = 0
    426 server_lang = ANY
    427 reload_cfg = false
    428 last_host = 
    429 last_port = 0
    430 no_http_content_downloads = false
    431 
    432 [currency]
    433 rate = 1
    434 separator = .
    435 to_euro = 0
    436 prefix = ""
    437 suffix = " credits"
    438 
    439 [company]
    440 engine_renew = false
    441 engine_renew_months = 6
    442 engine_renew_money = 100000
    443 renew_keep_length = false
    444 
    445 [server_bind_addresses]
    446 
    447 [servers]
    448 
    449 [bans]
    450 
    451 [ai_players]
    452 none = start_date=730
    453 none = start_date=730
    454 none = start_date=730
    455 none = start_date=730
    456 none = start_date=730
    457 none = start_date=730
    458 none = start_date=730
    459 none = start_date=730
    460 none = start_date=730
    461 none = start_date=730
    462 none = start_date=730
    463 none = start_date=730
    464 none = start_date=730
    465 none = start_date=730
    466 none = start_date=730
    467 
    468 [game_scripts]
    469 none = 
    470 
    471 [version]
    472 version_string = 1.10.1
    473 version_number = 1A086D64
    474 
    475 [newgrf]
    476 
    477 [newgrf-static]