Files
tdkpin/tdkpin-rs/assets/original/TDKPIN.INI
T
ddidderr fe33ef902f fix(assets): mark legacy data files non-executable
The source copy preserved executable permission bits from the evidence archive
on HISCORES.DAT and TDKPIN.INI. Keep their exact bytes while recording them as
ordinary embedded data files in the reconstruction repository.

Test Plan:
- `git diff --cached --check` -- passed
- verified the staged changes are mode-only transitions from 100755 to 100644
2026-08-22 16:12:34 +02:00

28 lines
897 B
INI

; Pinball INI-File by KIWI Hamburg
[Settings]
; The speed setting defines the "time resolution" of the graphics.
; The higher the setting, the "smoother" the ball will run.
; However, if your hardware is too slow for the current speed setting,
; the pinball machine might "hang" or not react correctly.
; The speed setting DOES NOT influence game speed.
; In any case, try setting your Windows graphics resolution to
; 640x480 pixel in 256 colours before changing this setting.
; Speed=1 for slow graphics hardware
; Speed=5 for very fast graphics hardware
; Default: Speed=3
Speed=3
; Sound=1 for Sounds on
; Sound=0 for Sounds off
; Default: Sounds=1
Sounds=1
;Language=1 for english helpscreen
;Language=2 for german helpscreen
;Language=3 for french helpscreen
;Language=4 for italian helpscreen
;Language=5 for spanish helpscreen
;Default: Language=1
Language=2