Intersect Minimap System
A downloadable mod
Minimap is one of the most required systems on Intersect Engine between v6.2~ v7+, so, i decided to develop a git patch of this system for the thoughtful developers :P
Colorful based minimap: https://imgur.com/FHKzQ3J
Bit based minimap: https://imgur.com/XAALppf
Completely configurable
Every game is unique, thinking about it, I developed the minimap thinking about the greatest possible configurations possible. All icons are configurable via image file, as is the icon size which automatically adjusts with the height of the icon graphic.
In addition, the settings referring to the window in the interface, such as background, control box, position, among others, can be modified in the layout file contained in the resource/gui/layouts/game.
The minimap can be rendered in two ways: Using basic colored icons or simulating the ground layer.
The colored icons are good to render long distances, only showing the map elements aswell, such as blocks (red), enemies (yellow) or resources (green).
The color simulation system use the ground layer as reference to set each tile color. This type of minimap is recommended if you want to highlight the map terrain or use more quality icons.
Finally, settings such as the amount of rendered tilesets and icon colors can be modified in the MinimapWindow.cs class via code.
Use
By default, the minimap toggle is set to the M key.
The minimap actually shows 6 elements: Empty tile, Free walking tile, Player, Entities (NPC/Players), Blocks and Resources.
The system is also compatible with the map links.
Requirements
(DO NOT BUY IF YOUR ENGINE DOES NOT MEET THE REQUIREMENTS)
- Intersect version v0.6.2, v0.7 or v0.7.1
- Git installed
License
With this patch you can:
- Publish games with or without financial intent
- Share your code with any member of your team
With this patch you can't:
- Resell or redistribute any content in this product to third parties
- Acting in bad faith and passing or selling on a project, whether clean or not, for the sole purpose of distributing this content
Terms
As a buyer, you accept that:
- The system installation has been tested and works perfectly with a clean Intersect Engine project in versions v0.6.2, v0.7 and v0.7.1, if any adaptation or merging is needed, it is completely your responsibility.
- If you need to merge your code, the product contains step-by-step commands and a video tutorial reference to help you out.
- If your code has complex modifications or you are unable to merge the system yourself, or any problem with your specific project with this product will be charged a fee of $20 so that the support can perform the manual installation. This price is unique for how much systems you want (Of my shop). This fee will only be disregarded if it is necessary to modify the system for it works in your engine even if your source meets the requirements.
- Refunds will only be made if your engine meets the requirements and, even after the merge, the system does not work.
Support
- For any problems or doubts with this system, add me on discord: boasfesta#8721.
Purchase
In order to download this mod you must purchase it at or above the minimum price of $25 USD. You will get access to the following files:
Development log
- Added support for Intersect v0.7.1Oct 19, 2022
- [v1.1] Ground layer color simulationJul 08, 2021