Skip to content

endergreen12/lcu-load-level-mod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

LCU-Load-Level-Mod

What does this mod do

As the name suggests, this mod will enable you to load any levels

2026-01-03.163755.mp4

How to install

1. Extract game files

Download files

You will need:

  • QuickBMS
  • ttgames.bms

You can download them from this website: https://aluigi.altervista.org/quickbms.htm

Place files

Place them in the root of the LCU folder like this:

image

Configure and run

Set FORCE_CRC_BITS to 32 in ttgames.bms

image

Open terminal at the folder, and run this command:

.\quickbms.exe -F "{}.DAT" .\ttgames.bms .

Wait until it's done

Move or delete original files

Move or delete All .DAT files and __DISC__ file in order to make the game use extracted files

In any case, it’s fine as long as those files are not located in the LCU folder

2. Modify game files

Install "Load_Level" cutscene

Firstly, download CUT folder from this repository, and merge it into the LCU folder

Next, copy CUT\LOADING_SCREEN\LOADINGSCREEN_01_CHERRY\LOADINGSCREEN_01_CHERRY_NXG.CU3 to CUT\LOAD_LEVEL\, and then rename it to LOAD_LEVEL_NXG.CU3

Then, open CUT\CUTSCENES_MAIN.TXT, and add those lines:

;; =====================================
;; Custom
;; =====================================

txt_file "cut\Load_Level\Load_Level.txt"

like this:

image

Edit codes

Open JOBS\SCRIPTS\CITY_SETUP\LEVEL_TRANSITIONS\HUB.SF, go to line 202 and locate Function FN_LCPD()

Set tCutscene to Load_Level, comment out goto ShowSummaryScreen(); and add PlayCutscene(cutscene= tCutscene);

like this:

image

And you're done!

How to use

You can specify which level to load with the level property in CUT\LOAD_LEVEL\LOAD_LEVEL.TXT

image

Approaching the entrance of the police station loads the specified level

Notes

The game refuses to load levels which has test_level property, so remove it if you want to load the level

image

About

A mod for LEGO City Undercover - Load any levels

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Contributors