mirror of
https://github.com/1dot13/gamedir.git
synced 2026-07-22 13:40:25 +02:00
Development GameDir folder: https://ja2svn.dyndns.org/source/ja2/branches/Wanne/JA2%201.13%20MP/GameDir git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1353 4f8fa57e-7814-0410-bad4-adc449f26b7c
18 lines
872 B
INI
18 lines
872 B
INI
; ---------------------------------------------------------------------------------------------------------------------------------
|
|
; To change the videos, simple change the filename from the "INTRO" folder.
|
|
; The file extension (*.bik, *.smk) can be ommitted.
|
|
; In that case the game tries to open the file with the *.bik (Bink Video) extension, and if that fails then fall back to
|
|
; *.smk (Smacker Video) files.
|
|
; If you do not want a video to be played, just delete the path.
|
|
; ---------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
[INTRO]
|
|
; If you set this to TRUE, all the default JA2 videos will be disabled (not shown to the user).
|
|
NO_DEFAULT_VALUES = FALSE
|
|
|
|
[INTRO_BEGINNING]
|
|
INTRO_HELI_CRASH_SCENE = INTRO\\Intro
|
|
|
|
[INTRO_ENDING]
|
|
INTRO_END_SCENE = INTRO\\MissileEnding
|