You are viewing a potentially older version of this package. View all versions.
bingak-AimDistanceMeter-0.1.1 icon

AimDistanceMeter

Shows the distance to the point under your crosshair while aiming.

By bingak
Date uploaded a day ago
Version 0.1.1
Download link bingak-AimDistanceMeter-0.1.1.zip
Downloads 23
Dependency string bingak-AimDistanceMeter-0.1.1

This mod requires the following mods to function

BepInEx-BepInExPack_GTFO-3.2.2 icon
BepInEx-BepInExPack_GTFO

BepInEx pack for GTFO. Preconfigured and includes Unity Base DLLs.

Preferred version: 3.2.2

README

Aim Distance Meter

Displays the distance from your camera to the surface under the crosshair while you are aiming.

Features

  • Visible only while aiming.
  • Uses GTFO's own camera-ray result, so it does not add another physics raycast.
  • Shows distance in meters with one decimal place by default.
  • Position, font size, decimal places, and text color are configurable.

Configuration

After the first launch, edit:

BepInEx/config/qlsl.gtfo.aimdistancemeter.cfg

Default settings:

  • VerticalOffsetPixels = 0
  • FontSize = 20
  • DecimalPlaces = 1
  • TextColor = #8FEAFF

The value is hidden when you stop aiming or when the camera ray does not hit a surface.

AI Usage

This project was developed with the assistance of AI.


조준 중일 때 조준점이 닿는 표면까지의 거리를 미터로 표시합니다.

이 프로젝트는 AI의 도움을 받아 개발되었습니다.

CHANGELOG

Changelog

0.1.1

  • Updated the README with an AI usage disclosure.
  • Removed the outdated 200-pixel positioning description.

0.1.0

  • Initial release.
  • Added aim-only distance display.
  • Added configurable HUD position and appearance.