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

ExitPointer

A ExitPointer to point the exit and fire exit(client-side)

Date uploaded 2 months ago
Version 1.1.0
Download link overfirec-ExitPointer-1.1.0.zip
Downloads 1525
Dependency string overfirec-ExitPointer-1.1.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

ExitPointer

Displays an image to help you find the exit after you enter the building.
显示一个图片指示器,帮你找到正门和后门的位置

Features


Displays two markers pointing to the main entrance and back door after you enter the building.
在你进入建筑后,在屏幕上显示两个指示器,分别指示正门和侧门

How to use


  • Install BepInEx.
    安装BepInEx

  • Launch the game to let it automatically create the BepInEx folder (if this is your first time using BepInEx).
    如果你是第一次用BepInEx,启动游戏,让游戏自动生成mod文件夹

  • Drop ExitPointer.dll into the BepInEx/plugins folder.
    ExitPointer.dll丢进BepInEx/plugins文件夹

  • 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.
    这是我的第一个C#项目(是的,第一个项目,而不是第一个mod,第一次使用C#真正的做一个东西),所以代码可能会很灾难.如果有bug,欢迎去github提出issue

  • 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.
    说实话,这个mod会在一定程度上降低游戏难度,我觉得会在一定程度上破坏游戏体验,其实做这个mod的初衷是为了逆向传送

  • It may not be compatible with the Mimics mod or third-party maps, as it hasn't been tested.
    可能和假门mod或者某些第三方地图不兼容,我没有测试过。

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