Outward
0 of 0

File information

Last updated

Original upload

Created by

Sinai

Uploaded by

sinaidev

Virus scan

Safe to use

Tags for this mod

About this mod

Gives you a minimap, and creates automatic maps for Dungeons.

Requirements
Permissions and credits
This mod has moved to Thunderstore

Thunderstore is now the recommended mod database for Outward. Please use Thunderstore and r2modman instead of manual installations, thanks.

--------------------------------------------------------



Minimap and Dungeon Maps
by Sinai | My Mods | My GitHub | My Patreon (Donate)


This mod adds a basic Minimap to the top-right of the Character UI, and adds automatically generated maps for Dungeons.

The way this is done is by using an orthographic camera placed above the Character. There are some efforts made to keep it lightweight such as the culling depth and using Vertex Rendering, but it may still negatively impact performance, especially on maps like Berg and Antique Plateau.

How To Use
Once installed, it should just work. Let me know if you experience any issues.

  • Toggle Minimap: There is a Custom Keybinding (in-game keybindings) which allows you to toggle the minimap, it is called Toggle Minimap in the Menu section of your keybindings.
  • Adjust Minimap Zoom: You can zoom in and out by holding Shift and pressing Up or Down arrows.

The config can be changed with the Config Manager, or by editing the file at "BepInEx\config\com.sinai.minimap.cfg".
How To Install
This is a BepInEx mod.

  • If you haven't already, download and install BepInEx: instructions here
  • Install the SideLoader
  • Download the Minimap.zip file from the Files page
  • Put this zip file in your Outward directory, so it looks like "Outward\Minimap.zip"
  • Right-click the file and "Extract Here", so it merges with the folders.
  • Done!

Releases
1.5.0:
- no longer using Shared Mod Config Menu.

1.2.0:
- better minimap markers using world-space UI and always-on-top material
- added setting to toggle between Vertex and Normal camera
- some fixes and cleanups

1.1.0:
- minimap camera now uses Vertex Rendering for better performance, and it should make some maps more usable as well
- added some basic markers for Players, Enemies, Loot and NPCs (all can be toggled through config menu)
- added some debug tools for the big map in dungeons, you can now move it around and adjust the culling depth (note: currently resets every time you open it)

1.0.3:
- Implemented Shared Config Menu for settings
- Implemented some vertical distance culling which should increase performance a bit
- Minimap now has a background-color of neutral grey for clear flags (instead of Skybox color which was hard to distinguish).

1.0.2:
- Added a toggle key to show/hide the minimap.

1.0.1:
- Added a white dot at center of minimap
- fixed culling in outdoor regions
- fixed a bug with More Map Details
- fix minimap rotation in Marsh and Abrassar

1.0:

- initial release