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
|
; Game configuration file when data are installed
; in global location (/usr/share/berusky2)
; Game installation location
; you can use "." and "~" directories
[install]
; those directories/files has to be read/write
save_dir=~/.berusky2/Save
profile_dir=~/.berusky2/Save/profiles
; unset if you don't want logs
log_file=~/.berusky2/b2gamelog.txt
; this directory can be read-only
game_root=/usr/share/berusky2
[game]
fullscreen=0
no_sound=0
camera_type=1
ovladani=1
posouvat_kameru=0
bugs_highlight=0
items_highlight=0
p_kamera_radius=3.000000
p_kamera_alfa=0.350000
cursor=cursor
last_profile=0002.prf
ditering=0
ovladani=1
ovladani_rohy=0
ovladani_rohy_default=1
ovladani_rohy_smer=0
ovladani_rohy_rychlost=0.500000
ovladani_pr_posun=1
camera_intro=1
bInventory=0
mirror_effects=1
[textures]
text_ans_stupen=1
text_detail0=0
text_detail1=0
text_detail2=0
text_detail3=0
text_detail4=0
text_kvalita=0
text_komprese=1
text_komprese_format=0 ; Format DXT (DXT1,....)
text_mip_mapping=1
text_mip_filtr=1
text_detail=0
text_bpp=32
text_perspective=1
text_max=0 ; Automaticke orezavani textur na tyto rozmery, pokud karta umi mene, automaticky se to zapne
text_max_x=2048 ; max sirka textur (pokud karta umi min, zmensi se to)
text_max_y=2048 ; max vyska textur
text_detail_light=0
text_ostrost=1.000000
text_bpp_plocha=0
text_hi_res=1
text_ans=0
text_ans_level=0
[debug]
debug_vypisy=0
debug_light=0
debug_fps=0
debug_draty=0
debug_kamery=0
start-konzole=1
[files]
prvky_dir=items
level_dir=levely
out_dir=out
material_dir=materials
data_dir=data
scene_dir=sceny
bitmap_dir=bitmap
game_level_dir=game
game_data_dir=game_data
texture_dir0=./textures/general
texture_dir0_class=1
texture_dir1=./textures/stul
texture_dir1_class=3
texture_dir2=./textures/balkon
texture_dir2_class=3
texture_dir3=./textures/kanal
texture_dir3_class=3
texture_dir4=./textures/voda
texture_dir4_class=3
texture_dir5=./textures/silnice
texture_dir5_class=3
texture_dir6=./textures/zahrada
texture_dir6_class=3
texture_dir7=./textures/bazina
texture_dir7_class=3
texture_dir8=./textures/les
texture_dir8_class=3
texture_dir9=./textures/tutorial
texture_dir9_class=3
texture_dir10=./textures/strom
texture_dir10_class=3
texture_dir11=./textures/detska
texture_dir11_class=3
texture_dir12=./textures/items
texture_dir12_class=2
system_material_1=fleky.b2t
system_material_2=mraky.b2t
system_material_3=flare.b2t
system_material_4=castice.b2t
3dmenu_dir=3dmenu
bitmap_subdir=bitmap
font_dir1=font_en
font_dir2=font3d_en
font_dir3=font_system_en
font_dir4=font_system2_en
font_dir5=font_system3d_en
[soundengine]
channels=16
sound_dir=sound
music_dir=music
pre_load=16000000
soundvolume=100
musicvolume=53
ambientvolume=100
[controls]
;ovladani berusek
move_forward=273
turn_back=274
turn_left=276
turn_right=275
next_beatle=9
beatle1=49
beatle2=50
beatle3=51
beatle4=52
beatle5=53
beatle6=54
;inventorar
disable_inventory=292
inventory=23
inventory_select=28
inventory_left=75
inventory_right=77
inventory_cancel=1
item1=0
item2=0
item3=0
item4=0
;ovladani kamery
camera_move_left=0
camera_move_right=0
camera_move_forward=0
camera_move_back=0
camera_zoom_in=61
camera_zoom_out=45
camera_turn_left=0
camera_turn_right=0
camera_turn_up=0
camera_turn_down=0
camera_fast_turn_left=120
camera_fast_turn_right=118
camera_center=99
;game
menu=27
item_lock=38
blow_detonation_pack=48
next_song=49
disable_top_ledge=293
screenshot=316
visibility=32
hint=104
raitracing=52
camera_rotation=306
camera_move=304
help=282
restart=114
highlight=108
pause=25
|