Skip to content

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.

How to Use a Texture Pack

  1. Extract the texture pack (e.g., lego-island-hd-textures-7.19.zip) and place the textures folder in your diskpath directory.
  2. Enable the texture loader by adding the following to your isle.ini file:
[extensions]
texture loader = "true"

Once set up, the game will use the textures from the textures folder in place of the original ones.

Format and Feature Support

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

Example Screenshots

Road and Cliffs Preview

Infomaniac Shirt Preview

Clone this wiki locally