Community-contributed AI-enhanced maps for mGBA-js, the GBA emulator with AI-powered map enhancement.
This repository hosts AI-enhanced versions of VGMaps game maps that can be automatically downloaded and applied in mGBA-js for parallax 2.5D rendering effects.
- Load a GBA ROM in mGBA-js
- Press C to open the Community Browser
- Browse available styles for your game
- Click Download to cache the map set locally
- Click Apply to use the enhanced maps
- Enhance maps in mGBA-js using ComfyUI integration
- Press C and click "Upload Your Maps"
- Fill in the style name and description
- Download the packaged files
- Submit a Pull Request with your files
- Fork this repository
- Create a new folder in
sets/with format:GAMECODE_style_### - Add your enhanced map images (WebP format recommended)
- Add a
metadata.jsonwith map info - Update
manifest.jsonto include your set - Submit a Pull Request
enhanced-maps/
├── manifest.json # Main index of all available sets
├── README.md
└── sets/
└── BZ5E_fantasy_001/ # Example set
├── metadata.json # Set metadata
├── preview.webp # 256x256 preview thumbnail
├── map_0.webp # Enhanced map images
├── map_1.webp
└── ...
{
"id": "BZ5E_fantasy_001",
"gameCode": "BZ5E",
"name": "FFV Fantasy Remaster",
"prompt": "fantasy adventure scene, highly detailed...",
"style": "fantasy",
"author": "YourName",
"version": 1,
"maps": [
{ "id": "0", "name": "World Map", "width": 4096, "height": 4096 },
{ "id": "1", "name": "Tule Village", "width": 512, "height": 512 }
]
}| Style | Description |
|---|---|
| Fantasy Remaster | Detailed fantasy illustrations with rich colors |
| Watercolor Art | Soft watercolor painting style |
| Anime Style | Clean anime/manga inspired artwork |
| Realistic | Photorealistic interpretation |
| Oil Painting | Classical oil painting style |
See manifest.json for the full list of supported game codes.
- Image Format: WebP recommended for best compression
- Resolution: Match or exceed original VGMaps resolution
- Quality: Ensure consistent style across all maps in a set
- Naming: Use descriptive set names and accurate game codes
- Preview: Include a 256x256 preview thumbnail
All contributions are shared under CC BY-NC-SA 4.0.
Original VGMaps images are property of their respective creators at vgmaps.com.