-
Notifications
You must be signed in to change notification settings - Fork 93
Texture Pack Support
VoxelTek edited this page Aug 12, 2025
·
9 revisions
isle-portable supports custom texture packs via its built-in texture loader, making it easy to enhance the visuals of LEGO Island with high-res textures.
- Extract the texture pack (e.g.,
lego-island-hd-textures-7.19.zip) and place the
texturesfolder in yourdiskpathdirectory. - Enable the texture loader by adding the following to your
isle.inifile:
[extensions]
texture loader = "true"Once set up, the game will use the textures from the textures folder in place of the original ones.
The texture loader supports:
- BMP format
- 8-bit, 24-bit, and 32-bit color depth
- Alpha transparency
- RLE compression
This allows for detailed and flexible texture replacements with proper transparency and efficient loading.
Here is a full list of the names of textures that the game uses: texture-names.txt

