- Joined
- May 4, 2020
- Messages
- 58
- Reaction score
- 63
- First Language
- english
- Primarily Uses
- RMMV
A retro style rogue like line of sight system for RPG Maker MV and MZ.

KoTC Optimized Roguelike Line of Sight MV/MZ by Knight of the Celestial
Adds retro style Roguelike line of sight to rpg maker MV or MZ!

Features:
Setting maps you want it to be active on.
Setting the default vision range of those maps.
Overriding vision range if the default range is shorter, for items such as flashlights or torches.
Can add or remove maps, and change their settings mid game with the script calls and plugin commands.
More to be added soon, make suggestions!
Line of sight is based on the tops of the A4 wall tiles.
Plugin Command: KoTCRoguelikeVisionOverride
Script Call: KoTCRoguelikeVisionOverride(range); 10 max. 0 for disabled.
Usually for when one wants an item such as a torch or lantern to light
a dark area, is overridden by maps currently set range if it is greater.
Plugin Command: KoTCRoguelikeVisionAddMap
Script Call: KoTCRoguelikeVisionAddMap(mapid, visionrange);
Adds map to have vision rules for when next visited.
Plugin Command: KoTCRoguelikeVisionRemoveMap
Script Call: KoTCRoguelikeVisionRemoveMap(mapid, visionrange);
Removes map from vision rules for when next visited.
Terms of Usage: Free to use for commercial and non commercial use as long as you credit me. If you were to make a game commercially with my script id appreciate it if you messaged me about it.
Change Log:
V1 Released