
MageFlagImporter
With this mod you are able to import images as flags, and adds 10 presets to save and load from.
By D1GQ
Last updated | 2 weeks ago |
Total downloads | 6593 |
Total rating | 3 |
Categories | Mods Tools |
Dependency string | D1GQ-MageFlagImporter-1.5.0 |
Dependants | 1 other package depends on this package |
This mod requires the following mods to function

BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100
D1GQ-MageConfigurationAPI
An API that implements a settings menu to change BepInEx Configs.
Preferred version: 1.2.0README
Mage Flag Importer Mod
This BepInEx mod enhances the creative experience in Mage Arena by allowing players to import custom images and convert them into pixel art flags. The mod provides an intuitive file browser interface and handles all the image processing automatically, and adds 10 presets to save and load from.
Features
- Image Import: Import any BMP, JPG, JPEG, or PNG image file through a native file browser
- Automatic Conversion: Automatically converts images to pixel art using the game's color palette
- Presets: Load and save to 10 different presets.
Installation
-
Prerequisites:
- Ensure you have BepInEx installed for Mage Arena
-
Installation:
MageArena/ └── BepInEx/ └── plugins/ ├── MageFlagImporter.dll
-
Usage:
- In-lobby, After the game starts press "Edit Team Flag" then "Load from image file"
- Select your image file and watch it convert to a pixel art flag
- The flag will automatically sync with other players
-
Sharing:
If you would like to share your creations you can upload or download the config file.
MageArena/ └── BepInEx/ └── config/ ├── com.d1gq.mage.flag.importer.cfg
Technical Details
-
Image Processing:
- Uses optimized color matching algorithms
- Processes images in batches to maintain game performance
- Handles texture scaling and palette conversion automatically
-
Network Compatibility:
- Fully synchronized using FishNet networking
- Works in both hosted and client modes
-
Preset:
- With the presets enabled, get 10 different presets to use, which save to
com.d1gq.mage.flag.importer.cfg
- The preset modification can also be disabled in
com.d1gq.mage.flag.importer.cfg
if it conflicts with other mods!
- With the presets enabled, get 10 different presets to use, which save to
Changelog
v1.5.0
- Added MageConfigurationAPI dependency to make it simpler to modify configurations
v1.4.0
- Added configuration to sync flag by individual pixels, due to issues with system language on ServerLoadFlag rpc.
- Fixed exception when trying to load a file on the sorcerer team.
v1.3.0
- Added configuration to disable preset modification, in cases of conflicting with other mods.
- Capped preset configuration.
v1.2.0
- Added 10 different presets to change from, allowing to save multiple flags!
v1.1.0
- Main thread is no longer being used for File Explorer, which caused the game to temporarily freeze.
- Optimize image loading logic, Image loads 10x faster now!
v1.0.0
- Initial release with basic image import functionality.
- Progressive rendering system.
- Network synchronization.