Jump to content

Cutscene modding


mumboking
 Share

Recommended Posts

I've been messing around with LI2, seeing what I can work out about the cutscenes.

There are two files for each cutscene, a .txt file and a .cut file, which seems to be a compiled version of the .txt file.

I moved the original .bod and .bob files out of the _data folder and set to work.

 

It turns out, that deleting the .cut file will cause the game to compile the .txt file into a new .cut file. BINGO!

Let the cutscene modding begin!

 

Notes:

This requires the .bod and .bob files to not be in the _data folder.

You can put them back after the game has compiled your modified cutscene.

 

Here's my modded bpk01, as shown in the video:

 

[HEADER]
CSMSCRIPTVERSION 0
SCRIPTENAME InfoMeetsPepper

[SCRIPT]
0 0.0 swch setswitch SWITCH_LGI_CSM_FX_SWITCH07 4

0 0.0 info SetAnim billmagic
0 0.0 pepp SetAnim xtalk3
0 0.0 pepp SetPosition waypoint skpk_info01
0 0.0 info SetPosition waypoint skpk_pepp01
//0 0.0 cmra SetPosition waypoint csm_skpk01
0 0.0 Pepp follow info 10
0 0.0 info follow pepp 10


10 0.0 cmra SetPosition actor info front
10 0.0 cmra follow info
10 1.0 info saytext LECSIN01 20
20 0.0 info saytext LECSIN02 30
30 0.0 info saytext LECSIN03 40

40 0.0 cmra SetPosition actor pepp front
40 0.0 cmra follow pepp
40 0.0 info setanim xidle
40 0.0 pepp setanim xtalk3
40 0.0 pepp saytext LECSIN04 50

50 0.0 cmra SetPosition actor info front
50 0.0 cmra follow info
50 0.0 pepp setanim xidle
50 0.0 info setanim xtalk3
50 0.0 cmra setfov 0.6
50 0.0 info saytext LECSIN05 60
60 0.0 info saytext LECSIN06 70
70 0.0 info saytext LECSIN07 80
80 0.0 info saytext LECSIN08 90

90 0.0 cmra SetPosition actor pepp front
90 0.0 cmra follow pepp
90 0.0 cmra setfov 5
90 0.0 info setanim xidle
90 0.0 pepp setanim brik_summon
90 0.0 pepp saytext LECSIN09 100
100 0.0 pepp setanim xtalk3
100 0.0 cmra setfov 0.6
100 0.0 pepp saytext LECSIN10 110
110 0.0 pepp saytext LECSIN11 120
Edited by mumboking
Fixing video embed
  • Like 3
Link to comment
Share on other sites

Oh the possibilities... :af:

The possibilities of adding the Dr Pepper joke back in? I tried making the Infomaniac say that as his first line, but it didn't make any sound and the subtitles just showed the name of the speech file.

It might work if put back in it's normal place though...

Now, could someone make an editor for easy cutscene modding? Shouldn't be too hard...

Link to comment
Share on other sites

Fluffy Cupcake

I think I know how to edit the text. There are the .str files which can be opened in a text editor located in messages.bod/bob. BPK01.str is the into infomaniac scene [located in li folder of course because it stands for lego island]. (it even has LECSIN0# which are specifically pointed to in the .txt/.cut file as for what text to say).

Link to comment
Share on other sites

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.