LEGO Island 3DS
From GameBrew
More actions
| LEGO Island Portable | |
|---|---|
| General | |
| Author | isledecomp |
| Type | Simuation |
| Version | continuous |
| License | LGPL-3.0 |
| Last Updated | 2026/03/15 |
| Links | |
| Download | |
| Website | |
| Source | |
Multi-platform port of LEGO Island (Version 1.1, English) based on the decompilation project.
Note: An existing copy of LEGO Island is required to use this project.
Installation
Prerequisites:
- Device is running custom firmware (Luma3DS). See instructions on 3DS Hacks Guide.
- Device has a working touch screen
- You have the game files. This guide assumes you have the mounted ISO on your system.
Instructions:
- Copy the isle.3dsx file to sdmc:/3ds/.
- In the 3ds folder, make a new folder named "isle".
- From the mounted ISO, copy the /Lego/ folder to to sdmc:/3ds/isle/.
- From the mounted ISO, copy the /DATA/disk/LEGO/ folder to sdmc:/3ds/isle/ (you want to merge the two directories). All the game files should be in sdmc:/3ds/isle/LEGO/.
Your SD card should have a tree like this:
3ds ├── isle │ └── LEGO │ ├── data │ │ ├── ACT1INF.DTA │ │ ├── ACT2INF.DTA │ │ ├── ACT3INF.DTA │ │ ├── BLDDINF.DTA │ │ ├── BLDHINF.DTA │ │ ├── BLDJINF.DTA │ │ ├── BLDRINF.DTA │ │ ├── GMAININF.DTA │ │ ├── HOSPINF.DTA │ │ ├── ICUBEINF.DTA │ │ ├── IELEVINF.DTA │ │ ├── IISLEINF.DTA │ │ ├── IMAININF.DTA │ │ ├── IREGINF.DTA │ │ ├── OBSTINF.DTA │ │ ├── PMAININF.DTA │ │ ├── RACCINF.DTA │ │ ├── RACJINF.DTA │ │ ├── testinf.dta │ │ └── WORLD.WDB │ └── Scripts │ ├── Act2 │ │ └── ACT2MAIN.SI │ ├── Act3 │ │ └── ACT3.SI │ ├── Build │ │ ├── COPTER.SI │ │ ├── DUNECAR.SI │ │ ├── JETSKI.SI │ │ └── RACECAR.SI │ ├── CREDITS.SI │ ├── Garage │ │ └── GARAGE.SI │ ├── Hospital │ │ └── HOSPITAL.SI │ ├── Infocntr │ │ ├── ELEVBOTT.SI │ │ ├── HISTBOOK.SI │ │ ├── INFODOOR.SI │ │ ├── INFOMAIN.SI │ │ ├── INFOSCOR.SI │ │ └── REGBOOK.SI │ ├── INTRO.SI │ ├── Isle │ │ ├── ISLE.SI │ │ ├── JUKEBOX.SI │ │ └── JUKEBOXW.SI │ ├── NOCD.SI │ ├── Police │ │ └── POLICE.SI │ ├── Race │ │ ├── CARRACE.SI │ │ ├── CARRACER.SI │ │ ├── JETRACE.SI │ │ └── JETRACER.SI │ └── SNDANIM.SI └── isle.3dsx 14 directories, 47 files
Open "LEGO Island" in the Homebrew Launcher to play the game.
Screenshots