Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Topic on Talk:Lego Batman 2: DC Super Heroes

Resident Lego modder here.

  1. If you are having difficulty with a mod, it really helps to specify which mod.
  2. Unlike LB1, LB2 uses a CSV file (named text.csv) to store all the strings. This is technically more efficient, and it avoids the ID conflicts that the old number-based english.txt was prone to, but it is trickier to work with.
  3. Do NOT open text.csv in Excel; use a text editor such as Notepad or Notepad++ instead. The game expects all cells to be encapsulated in quotation marks, but Excel strips the quotes from any cells that don't have commas or line breaks in them (which is most of them).