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

BigWalkVelocity

Displays your current, horizontal, and vertical velocity, along with your top speeds.

Date uploaded 4 days ago
Version 1.0.0
Download link Sch1nni-BigWalkVelocity-1.0.0.zip
Downloads 11
Dependency string Sch1nni-BigWalkVelocity-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack_IL2CPP-6.0.755 icon
BepInEx-BepInExPack_IL2CPP

BepInEx pack for IL2CPP x64 Unity games. Preconfigured and ready to use.

Preferred version: 6.0.755

README

Big Walk Velocity

A simple velocity display for Big Walk.

Displays your current movement speed and records your highest observed velocities.

Features

  • Current total velocity
  • Current horizontal velocity
  • Current vertical velocity
  • Highest total velocity
  • Highest horizontal velocity
  • Highest vertical velocity
  • Toggle the display on/off
  • Reset recorded top speeds

Controls

Key Action
F8 Show/hide velocity display
F7 Reset top speed values

Both keys can be changed through the BepInEx configuration file.

Installation

Mod Manager

Install Big Walk Velocity through Thunderstore Mod Manager, r2modman, or another compatible mod manager.

BepInEx will be installed automatically as a dependency.

Manual Installation

  1. Install BepInEx 6 IL2CPP for Big Walk.

  2. Launch Big Walk once to allow BepInEx to perform its initial setup.

  3. Place BigWalkVelocity.dll in:

    BepInEx/plugins/BigWalkVelocity/

  4. Launch Big Walk.

Big Walk uses Unity IL2CPP, so BepInEx 5 is not supported.

Configuration

After running the game once, the configuration can be found in:

BepInEx/config/

The default controls are:

  • F8 — Toggle velocity display
  • F7 — Reset top speed values

Notes

This is a client-side display mod. It does not modify the player's movement speed.

Source

Source code and issue tracker:

https://github.com/Sch1nni/Big-Walk-Velocity

CHANGELOG

Changelog

1.1.0

Changed

  • Reworked velocity tracking to measure actual player movement.
  • External movement such as being pushed or carried is now detected.
  • Improved velocity smoothing.
  • Improved top-speed tracking.

Fixed

  • Fixed externally imposed movement being reported as near-zero velocity.
  • Fixed inconsistent velocity readings under certain movement conditions.

1.0.0

  • Initial release.