2004-12-23 12:58:39 +00:00
|
|
|
# Bygfoot Football Manager
|
2005-03-03 12:46:48 +00:00
|
|
|
# Global configuration file
|
2004-12-23 12:58:39 +00:00
|
|
|
|
|
|
|
# Most of these options are uncommented because their meaning
|
|
|
|
# is rather clear if you take a look at the options window in the game.
|
|
|
|
|
2005-06-01 18:19:02 +00:00
|
|
|
int_opt_confirm_quit 1
|
|
|
|
int_opt_confirm_unfit 1
|
2005-04-14 19:07:25 +00:00
|
|
|
int_opt_save_will_overwrite 0
|
2005-03-03 12:46:48 +00:00
|
|
|
int_opt_maximize_main_window 1
|
|
|
|
int_opt_prefer_messages 0
|
2005-05-21 09:25:16 +00:00
|
|
|
int_opt_skip 1
|
2005-04-14 19:07:25 +00:00
|
|
|
int_opt_autosave 1
|
|
|
|
int_opt_autosave_interval 5
|
|
|
|
int_opt_autosave_files 5
|
2004-12-23 12:58:39 +00:00
|
|
|
|
2005-06-21 13:41:29 +00:00
|
|
|
# 1: load definitions 0: don't load 2: only names
|
|
|
|
int_opt_load_defs 1
|
|
|
|
|
2005-03-14 09:29:39 +00:00
|
|
|
# precision of skill and talent in player lists
|
2005-04-16 07:46:04 +00:00
|
|
|
int_opt_player_precision 0
|
2005-03-14 09:29:39 +00:00
|
|
|
|
2005-03-23 19:03:26 +00:00
|
|
|
# refresh rate of the player list during a live game
|
|
|
|
# the smaller the more often the list gets refreshed
|
2005-04-14 19:07:25 +00:00
|
|
|
int_opt_live_game_player_list_refresh 48
|
2005-03-14 09:29:39 +00:00
|
|
|
|
2004-12-23 12:58:39 +00:00
|
|
|
# whether some debugging info's shown (in the console)
|
2005-04-24 10:18:26 +00:00
|
|
|
int_opt_debug 0
|
2005-03-03 12:46:48 +00:00
|
|
|
|
2005-06-01 18:19:02 +00:00
|
|
|
# some default files
|
|
|
|
string_opt_player_names_file general
|
2005-05-06 17:17:57 +00:00
|
|
|
string_opt_constants_file bygfoot_constants
|
|
|
|
string_opt_appearance_file bygfoot_app
|
|
|
|
string_opt_default_user_conf_file bygfoot_user.conf
|
2005-03-24 13:00:01 +00:00
|
|
|
|
|
|
|
# font name; if empty, the default system font's used
|
|
|
|
string_opt_font_name
|
2005-06-14 15:35:20 +00:00
|
|
|
|
|
|
|
# language used (a code like de_DE)
|
|
|
|
string_opt_language_code
|