EPISODE.JK


General

EPISODE.JK is the equivalent of the DF files jedi.lvl and cutscene.lst. It contains a list of the levels and cutscenes to be played.

EPISODE.JK is located in the root directory of the episode GOB, eg. jk1\episode.jk

"The Force Within"
# Title must be first line.  A translated version is looked up in jkStrings.uni
# Please use TABs for alignment!

TYPE  1  # single-player

SEQ   55

# lightpow and darkpow are the inventory bin numbers for that power.

# line   cd    level    type     file              lightpow    darkpow     gotoA gotoB

10:      1     1        CUT      03-04a.smk        0           0           11    -1
11:      1     1        LEVEL    01narshadda.jkl   0           0           12    -1    # Level 1: Narshadda
12:      1     1        CUT      06a.smk           0           0           20    -1

. . .

end


Header

"The Force Within"

TYPE  1  # single-player

SEQ   55

The first line is the name of the episode. It appears in various screens, including the savegame screen.
TYPE defines the type of episode. Type 1 is single-player, Type 2 is Jedi Training, and Type 8 is Capture the Flag.
SEQ defines the number of cutscenes/levels listed in the file. Remember to update it when you add or remove a cutscene or level.


Cutscene/Level Definition

# line   cd    level    type     file              lightpow    darkpow     gotoA gotoB
10:      1     1        CUT      03-04a.smk        0           0           11    -1
11:      1     1        LEVEL    01narshadda.jkl   0           0           12    -1    # Level 1: Narshadda

NumberForce power
21Jump
22Speed
23Seeing
24Pull
25Healing (Light)
26Persuasion (Light)
27Lightning (Dark)
28Absorb (Light)
30Throw (Dark)
31Grip (Dark)
32Blinding (Light)
33Destruction (Dark)