You are viewing a potentially older version of this package. View all versions.
overfirec-ExitPointer-1.0.0 icon

ExitPointer

ExitPointer mod by overfirec

Date uploaded 2 years ago
Version 1.0.0
Download link overfirec-ExitPointer-1.0.0.zip
Downloads 75
Dependency string overfirec-ExitPointer-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

<center><font size="50">ExitPointer</font></center>

<center><font size="5">中文</font></center>


<font size="5">Displays an image to help you find the exit after you enter the building.</font>

Language

Features


Displays two markers pointing to the main entrance and back door after you enter the building.

How to use


  • Install BepInEx.
  • Launch the game to let it automatically create the BepInEx folder (if this is your first time using BepInEx).
  • Drop ExitPointer.dll into the BepInEx/plugins folder.
  • Then you can start enjoying the game!

Notes


  • This mod is my first project after learning C# (yes, first project, not just the first mod), so the code might be quite messy. If you have any suggestions, feel free to open an issue or PR.
  • To be honest, this mod somewhat reduces the difficulty of the game, which I feel goes against the original intent, as this is supposed to be a maze game. The initial idea was actually meant for designing reverse teleportation.
  • It may not be compatible with the Mimics mod or third-party maps, as it hasn't been tested.

CHANGELOG

1.0.0

  • Optimize logs 优化Log

1.0.7

  • Fix the bug where the indicator does not move correctly after the second round starts
    修复第二轮开始后不会正常移动指示器的bug

1.0.61

  • Add Chinese in readme
    在readme里面添加中文

1.0.6

  • Fix the bug of pointer abnormal offset when using the LCUltrawide mod.
    修复在使用LCUltrawide mod时,指示器异常偏移的bug

1.0.5

  • Support Lethel Config mod to change size of pointer image.
    支持用Lethal Config mod修改图片大小

  • Change the height of the pointer to better align with the center of the gate, rather than being close to the ground.
    改变pointer的高度,使其更符合大门中心的位置,而不是靠近地面

  • Fixed a bug where it wouldn't display at certain times.
    修复在某些时候不会显示的bug