#distance #record #mortar #battlegrounds #pubg #player-unknown #callibrate

mortar_distance

Callibrate your mortar distance in PlayerUnknown's Battlegrounds (PUBG)

1 unstable release

0.1.0 Oct 22, 2022

#119 in #distance

MIT license

8KB

mortar_distance

A little library that can be used to callibrate the mortar firing distance in PlayerUnknown's Battlegrounds (PUBG).

Video example

https://youtu.be/EApR86h8s4M

Dependency

mortar_distance = 0.1.0

Example

use mortar_distance::record;

const CALLIBRATION_DISTANCE: u32 = 100;

fn main() {
    println!("DISTANCE: {}", record(CALLIBRATION_DISTANCE, true).unwrap());
}

License

mortar_distance is distributed under the terms of MIT license.


lib.rs:

Overview

This little library will get you pin-point accuracy with your mortars in PlayerUnknown's Battlegrounds (PUBG).

Dependencies

~1–11MB
~93K SLoC