| tomekk228 Gleisarbeiter
 
  
   Beiträge: 50
 Registriert seit: May 2008
 | 
			| RE: OpenTTD 0.7 und Autopilot -> Keine IRC Verbindung möglich 
 
				 (04.05.2009 19:03)Ammler schrieb:  hmm, guter Hinweis, Möhre.  
 Hast du denn die autopilot settings (openttd_additional.cfg) in deine CFG rein kopiert? Benutzen beide (openttd und ap+) die selbe cfg?
 (Wir haben autopilot.tcl und openttd.cfg und openttd(.exe) im selben Ordner)
 
 Grüsse
 Ammler
 
openttd.cfg >>
 
Code:
 [misc]display_opt = SHOW_TOWN_NAMES|SHOW_STATION_NAMES|SHOW_SIGNS|FULL_ANIMATION|FULL_DETAIL|WAYPOINTS
 news_ticker_sound = true
 fullscreen = false
 graphicsset = ""
 videodriver = ""
 musicdriver = ""
 sounddriver = ""
 blitter = ""
 language = german.lng
 resolution = 1040,768
 screenshot_format =
 savegame_format =
 rightclick_emulate = false
 small_font =
 medium_font =
 large_font =
 small_size = 6
 medium_size = 10
 large_size = 16
 small_aa = false
 medium_aa = false
 large_aa = false
 sprite_cache_size = 4
 player_face = 0
 transparency_options = 2
 transparency_locks = 0
 invisibility_options = 2
 keyboard =
 keyboard_caps =
 
 [music]
 playlist = 0
 music_vol = 0
 effect_vol = 0
 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 = false
 shuffle = false
 
 [difficulty]
 max_no_competitors = 0
 number_towns = 3
 number_industries = 4
 max_loan = 500000
 initial_interest = 2
 vehicle_costs = 0
 competitor_speed = 0
 vehicle_breakdowns = 0
 subsidy_multiplier = 3
 construction_cost = 0
 terrain_type = 0
 quantity_sea_lakes = 0
 economy = 0
 line_reverse_mode = 0
 disasters = 0
 town_council_tolerance = 0
 diff_level = 3
 
 [game_creation]
 town_name = german
 landscape = arctic
 snow_line = 56
 snow_line_height = 6
 starting_year = 2050
 land_generator = 1
 oil_refinery_limit = 32
 tgen_smoothness = 3
 generation_seed = 568895281
 tree_placer = 0
 heightmap_rotation = 0
 se_flat_world_height = 1
 map_x = 5
 map_y = 5
 water_borders = 15
 custom_town_number = 1
 
 [vehicle]
 road_side = right
 train_acceleration_model = 0
 mammoth_trains = true
 never_expire_vehicles = true
 max_trains = 500
 max_roadveh = 500
 max_aircraft = 200
 max_ships = 300
 servint_ispercent = false
 servint_trains = 150
 servint_roadveh = 150
 servint_ships = 360
 servint_aircraft = 100
 wagon_speed_limits = true
 disable_elrails = false
 freight_trains = 1
 plane_speed = 4
 dynamic_engines = false
 extend_vehicle_life = 0
 
 [construction]
 build_on_slopes = true
 autoslope = true
 extra_dynamite = true
 longbridges = true
 signal_side = true
 road_stop_on_town_road = true
 road_stop_on_competitor_road = true
 raw_industry_construction = 1
 freeform_edges = true
 
 [station]
 always_small_airport = false
 join_stations = true
 nonuniform_stations = true
 station_spread = 12
 modified_catchment = true
 adjacent_stations = true
 distant_join_stations = true
 
 [economy]
 town_layout = 0
 allow_town_roads = true
 station_noise_level = false
 inflation = false
 multiple_industry_per_town = true
 same_industry_close = true
 bribe = true
 exclusive_rights = true
 give_money = true
 smooth_economy = true
 allow_shares = true
 town_growth_rate = 2
 larger_towns = 1
 initial_city_size = 10
 mod_road_rebuild = true
 dist_local_authority = 20
 town_noise_population = 800,2000,4000
 
 [pf]
 forbid_90_deg = false
 roadveh_queue = true
 pathfinder_for_trains = 2
 pathfinder_for_roadvehs = 2
 pathfinder_for_ships = 0
 wait_oneway_signal = 15
 wait_twoway_signal = 41
 wait_for_pbs_path = 30
 reserve_paths = false
 path_backoff_interval = 20
 opf.pf_maxlength = 4096
 opf.pf_maxdepth = 48
 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 = 1
 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 = 25
 npf.npf_road_curve_penalty = 1
 npf.npf_crossing_penalty = 300
 npf.npf_road_drive_through_penalty = 800
 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 = 300
 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
 
 [order]
 gotodepot = true
 no_servicing_if_no_breakdowns = false
 timetabling = true
 improved_load = true
 selectgoods = true
 serviceathelipad = true
 gradual_loading = true
 
 [gui]
 coloured_news_year = 2000
 autosave = off
 date_format_in_default_names = long
 vehicle_speed = true
 status_long_date = true
 show_finances = true
 autoscroll = false
 reverse_scroll = false
 smooth_scroll = false
 left_mouse_btn_scrolling = false
 measure_tooltip = true
 errmsg_duration = 5
 toolbar_pos = 0
 window_snap_radius = 10
 window_soft_limit = 20
 population_in_label = true
 link_terraform_toolbar = false
 liveries = 2
 prefer_teamchat = false
 scrollwheel_scrolling = 0
 scrollwheel_multiplier = 5
 pause_on_newgame = false
 advanced_vehicle_list = 1
 timetable_in_ticks = false
 quick_goto = false
 loading_indicators = 1
 default_rail_type = 4
 enable_signal_gui = true
 drag_signals_density = 1
 semaphore_build_before = 1975
 vehicle_income_warn = true
 order_review_system = 2
 lost_train_warn = true
 autorenew = true
 autorenew_months = 6
 autorenew_money = 100000
 always_build_infrastructure = false
 new_nonstop = false
 keep_all_autosave = false
 autosave_on_exit = false
 max_num_autosaves = 16
 bridge_pillars = true
 auto_euro = true
 news_message_timeout = 2
 show_track_reservation = false
 default_signal_type = 0
 cycle_signal_types = 2
 station_numtracks = 1
 station_platlength = 7
 station_dragdrop = false
 station_show_coverage = true
 persistent_buildingtools = false
 expenses_layout = false
 console_backlog_timeout = 100
 console_backlog_length = 100
 network_chat_box_width = 700
 network_chat_box_height = 25
 
 [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
 ai_max_opcode_till_suspend = 10000
 
 [locale]
 currency = EUR
 units = metric
 
 [network]
 max_join_time = 500
 pause_on_join = true
 server_bind_ip = 0.0.0.0
 server_port = 3979
 server_advertise = false
 lan_internet = 0
 client_name = Schaltkreis Server
 server_password = xxxx
 rcon_password = xxxx
 default_company_pass =
 server_name = blauttd
 connect_to_ip =
 network_id = 1d871e59bef043a9029c97048d611ee8
 autoclean_companies = false
 autoclean_unprotected = 12
 autoclean_protected = 36
 autoclean_novehicles = 0
 max_companies = 10
 max_clients = 10
 max_spectators = 8
 restart_game_year = 0
 min_active_clients = 0
 server_lang = GERMAN
 reload_cfg = false
 last_host = 192.168.2.4
 last_port = 3979
 
 [currency]
 rate = 1
 separator = .
 to_euro = 0
 prefix = ""
 suffix = " credits"
 
 [servers]
 
 [bans]
 
 [news_display]
 arrival_player = summarized
 arrival_other = summarized
 accident = summarized
 company_info = summarized
 open = summarized
 close = summarized
 economy = summarized
 production_player = summarized
 production_other = summarized
 production_nobody = summarized
 advice = summarized
 new_vehicles = summarized
 acceptance = summarized
 subsidies = summarized
 general = summarized
 
 [ai_players]
 none = start_date=730
 none = start_date=730
 none = start_date=730
 none = start_date=730
 none = start_date=730
 none = start_date=730
 none = start_date=730
 none = start_date=730
 none = start_date=730
 none = start_date=730
 none = start_date=730
 none = start_date=730
 none = start_date=730
 none = start_date=730
 none = start_date=730
 
 [version]
 version_string = 0.7.0
 version_number = 07083E29
 
 [newgrf]
 
 [newgrf-static]
 
 [autopilot]
 command = ./openttd
 catch_assert = true
 debug_level = 2
 standard_delay = 10
 language = en
 responsiveness = 2
 respond_with_nick = yes
 email = admin@example.com
 url = www.example.com
 use_irc = yes
 use_mysql = no
 use_signals = no
 use_console = yes
 save_on_join = yes
 randomize_password = no
 password_list = /usr/share/dict/words
 password_frequency = 300000
 pause_level = 0
 irc_server = 192.168.2.4
 irc_port = 6667
 irc_user = blauuu
 irc_channel = #top
 irc_channel_key =
 irc_bridge = yes
 irc_explicit_say = no
 irc_rcon = yes
 irc_nickserv = NICKSERV identify password
 irc_commandchar = !
 irc_eol_style = crlf
 irc_more_flush_lines = 5
 irc_more_timeout = 120
 recount_frequency = 300000
 mysql_server = localhost
 mysql_database = autopilot
 mysql_user = autopilot
 mysql_pass = whatever
 mysql_prefix =
 mysql_gameserver = 1
 smtp_server =
 
 # The following are extra commands that can be used on an IRC channel.
 # The keyword alone, preceded by a !, will elicit the response defined here.
 # keyword = response
 [responses]
 url = URL
 email = My admin can be reached at EMAIL
 playercount = Number of players: PLAYERS
 companycount = Number of companies: COMPANIES (at last count)
 fish = Today's fish is Trout a la crème. Enjoy your meal.
 revision = Game version is OTTD
 
openttd (binary), ap+ und cfg sind im selbem Ordner:
 
Code:
 tomekk@alucard:~/openttd-0.7.0-dedicated$ lsai             bin               gpl.txt     openttd                 scenario
 autopilot      content_download  hs.dat      openttd_additional.cfg  scripts
 autopilot.pid  data              lang        openttd.cfg
 autopilot.tcl  fdl.txt           Manual.txt  save
 tomekk@alucard:~/openttd-0.7.0-dedicated$
 |  |