diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-02-12 00:30:46 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-02-12 00:30:46 +0000 |
commit | 4a0a8f2bbfcec5145178091c5703be7f5dfc034c (patch) | |
tree | fe94109b28c038c46ce5d0320b8cbc7ed31e1785 /packages/kobodeluxe/files/default-config | |
parent | 9a5744657866150cbaf433bd3b32253fe26421ea (diff) |
kobodeluxe: Fixed and patches.
- provide default configuration file
- added patch that makes use of a default config file
- wire device screen size into default config file
- added a patch that allows complete game control with touchscreen
- added a patch that automatically swaps display dimensions at startup
Diffstat (limited to 'packages/kobodeluxe/files/default-config')
-rw-r--r-- | packages/kobodeluxe/files/default-config | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/packages/kobodeluxe/files/default-config b/packages/kobodeluxe/files/default-config new file mode 100644 index 0000000000..4a8f5f7a96 --- /dev/null +++ b/packages/kobodeluxe/files/default-config @@ -0,0 +1,70 @@ +#-------------------------------------------- +# Kobo Deluxe 0.5.1 Configuration File +#-------------------------------------------- +# Switches - [no]<switch> +# Values - <key> [<value>|"<string>"] +#-------------------------------------------- +#--- System options -------------------------- +nologfile +logformat 0 +logverbosity 2 +#--- Input options -------------------------- +nojoystick +joystick_no 0 +mouse +mousemode 1 +nobroken_numdia +dia_emphasis 0 +noalways_fire +mousecapture +#--- Game options --------------------------- +scrollradar 2 +filter +timefilter 50 +countdown 5 +starfield 2 +stars 250 +overheatloud 100 +cannonloud 100 +#--- Sound settings ------------------------- +nosound +music +nocached_sounds +samplerate 8000 +latency 50 +mixquality 1 +vol 100 +intro_vol 100 +sfx_vol 100 +music_vol 30 +reverb 100 +vol_boost 0 +#--- Video settings ------------------------- +fullscreen +videodriver 0 +width WIDTH_HERE +height HEIGHT_HERE +autoswap +aspect 1 +depth 0 +maxfps 100 +maxfpsstrict 0 +buffer 0 +shadow +videomode -1 +vsync +videopages -1 +#--- Graphics settings ---------------------- +scalemode 0 +nodither +dither_type 2 +nobroken_rgba8 +alpha +brightness 100 +contrast 100 +#--- File paths ----------------------------- +files "" +gfx "" +sfx "" +scores "" +wait 30 |