20 lines
542 B
Plaintext
20 lines
542 B
Plaintext
# Original-Spieldateien (copyrighted, gehoeren nicht ins Repo)
|
|
game/original/
|
|
# extracted_dat/ = per tools/dat_extract.py aus PCKELL.DAT ausgepackte Assets
|
|
extracted_dat/
|
|
|
|
# Gerenderte Original-Musik (TFMX->WAV) -- ist Original-Spielmaterial,
|
|
# wird lokal gecacht, nicht committed (wie game/original/ und extracted_dat)
|
|
audio_cache/
|
|
game/tfmx_player/render_tfmx
|
|
game/tfmx_player/*.o
|
|
|
|
# Python-Bytecode-Cache
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Laufzeit-Einstellungen des Remakes (z.B. Vollbild-Zustand) -- pro Rechner
|
|
kelloggs.ini
|
|
capture/
|
|
dosbox/capture/
|