Witcher Wiki
Advertisement
Witcher Wiki

This is a DIY (do-it-yourself) mini-mod.

The intro/outro movies are governed by the script in:

If you only have , you have a compiled version.

Compiled scripts have the extension and can be decompiled using any utility that is listed in the LUC format article under the file formats category.

  • Open up the resulting file in any text editor.
  • The first three lines describe the movies to be played by the scripts, but we will focus on the first line only — the intro:
}
  • You can add/remove movies as you want. For now, we change the line to this:
}
This way, only the title screen will be displayed — no need to wait for loading each movie and now we need to press the Esc-key only once if we wanted to skip it.
Or you can use instead of to remove all intros completely.
  • You may modify the other parts of the script as you please, but when you are done, save the script as . Finally, drop the into the directory (you might need to create the directory under ), and you are done. Enjoy your mini-mod.
Advertisement