Welcome to Online Leaks

Join us now to get access a large numbers of leaked assets for unreal engine / unity and more. Once registered and logged in, you will be able to download free resources, post replies to existing threads, and so much more. It's also quick and totally free, so what are you waiting for?
Tile Based Minimap

PRO Plugin 5.3 Tile Based Minimap v1.2.2

No permission to download
01-1920x1080-3e62e60041b08b004ab635c7010864ba.png


🎥 | Demo Gameplay | Plugin Showcase | V2 Update Showcase | V2 Basic Tutorial | (OLD V1) Tutorial |

🔗 | Demo | Example Project | Quickstart | Docs | API Reference | Changelog | Forum | Discord |

💥 | Packaging Fix | <<< follow this if your game crashes after packaging
Note
: the plugin is still compatible with UE 5.0 & 5.1. The users need to download a newer version and recompile it.


Latest Update: v2.0.1 - 28.04.24


Tile Based Minimap (TBM) lets you create ingame maps of your levels based on prerendered images of your level that are taken in editor and then broken into tiles that are loaded dynamically during gameplay. TBM also has many perks that other minimap systems on the market might not be able to hold up with, such as...

  • The system is straightforward; it allows you to render top down images of your level within the unreal editor, allowing you to use them directly or export them into an image editing software.
  • The system is simple; It lets you easilly create blips and icons for your objects using data tables & a single function from the provided subsystem. Multiple widgets can source the blip's information at once!
  • The system is customizable; it comes with a handy minimap widget that allows you to easily change the shape, rotation mode (either fixed or dynamic rotation), zoom, tilt and an optional overridable tile texture path per minimap (different textures for the same grid).
  • The system is dynamic; it allows you to create multiple grids in the same level and the system will dynamically switch between them based on the player location (perfect for interiors or varying heights!).
  • The system gives you options on replication; The blips can be replicated either statically or dynamically thanks to the Blip Replicator component. Client blips have the ability to bind to their client-side source if it exists, or use the replicated values if it does not.
  • The system is optimized; it's not required to use any actors for the blips so the system doesn't use GetAllActorsOfClass to source the blip transform.
  • The system gets around; it takes an array of locations within the world and draws a route on the grid based on them, similar to how a GPS would create a route for the player to follow.
  • The system is illustrative; it features the ability to mark locations on the map, from placing icons and symbols to plotting out entire zones (and it's dynamic, too!).
  • The system hates pixel jittering as much as you do; it comes with optional material based transformations for both the grids and blips at the cost of interaction, therefore greatly reducing the jitter!
  • The system is smooth; you can add scale and opacity controls to blips based on their distance so they can smoothly fade in and out based on their distance to the border of the minimap.
  • The system is endless; the whole plugin is exposed to blueprints, allowing you to customize it with the only limit being your imagination!


Still have doubts? No worries, check out the example project to see the system in action!



[/PARSEHTML<[HEADING=2][SIZE=22px][U]Technical Details:[/U][/SIZE][/HEADING][PARSEHTML]

Features:

  • Minimaps based on tile grids
  • Capture tile images in editor
  • Dynamic grid switching (interiors)
  • Dynamic tile loading
  • Blips (Replicated)
  • Circle or Rectangle zones
  • GPS draw route support (no route calculation; only draw support)

Code Modules: (Please include a full list of each Plugin module and their module type (Runtime, Editor etc.))

  • TileBasedMinimap (Runtime)

Number of Blueprints: 3

Number of C++ Classes: 11

Network Replicated: Yes

Supported Development Platforms: Win64

Supported Target Build Platforms: Win64, Android

[/PARSEHTML]

Similar resources

64,308Threads
65,794Messages
6,120Members
NamChLatest member
Top