Skip to content

uhwot/lbp_archive_dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lbp archive download tool

a somewhat crappy tool to download levels from tamiya99's lbp level archive

usage

  • download the latest release and extract it
  • download dry.db from here (2.5 GB in size, it will take a while), move it to the same folder as the executable
  • open a terminal, cd to where the executable is and run:
    ./archive_dl bkp <level id> (the level id is the id column in the slot table, not the rootLevel hash)
  • move the level backup from the newly created backups folder and import it in the game!
  • after that, look in config.yml and change whatever you feel like

special thanks :)

  • aidan for writing cwlib and reverse-engineering LBP to make this all possible
  • jvyden for hosting the archive assets on his LittleBigRefresh server, you should check it out :D
  • ugng for giving me PARAM.PFD serialization code in python, from which this code is based off of