Skip to content

Files

Latest commit

cccd413 · Jan 23, 2025

History

History
73 lines (53 loc) · 3.2 KB

README_en.md

File metadata and controls

73 lines (53 loc) · 3.2 KB

English README

This repo not active, see https://github.com/Gunly/LiarsBarEnhance

Open-source License

Use LGPLv2.1 LICENSE

Please follow open-source license.

Please follow open-source license.

Functionalities

Passive

  • Remove camera angle restrictions
  • Fix display of Chinese player names as when you use Chinese as game language
  • Remove player name length restrictions (HUD and chat)
  • Remove lowercase-only sending restriction
  • Remove sensitive word restrictions (required by owner of the room)

You can

  • Spin Crazy
  • Open Mouth
  • Head Movement
  • Body Movement
  • Body Rotation
  • Head Forward/Backward
  • Up/Down Movement

Key Bindings

Key Function
I Spin Crazy
O Open Mouth
Head Movement
Mouse Wheel Head Forward/Backward
W S A D Body Movement
Mouse Right + Turn Body Rotation
LeftShift Move Up
LeftCtrl Move Down
Insert Enable Movement
Delete Enable Hint
Home Reset Head
End Reset Body

You cannot

  • Look at other people's cards
  • Modify the hand of cards
  • Be Immortal

Installation

  1. Download BepInEx
  2. Extract BepInEx to the game root directory (official installation tutorial)
  3. Download the latest DLL from Releaselatest DLL
  4. Place the plugin DLL (com.github.dogdie233.LiarsBarEnhance.dll) in the plugin folder (i.e., <game root directory>/BepInEx/plugins), create the plugins folder if it doesn't exist

Building the Plugin Yourself

The Release will publish the built plugin, it is not necessary to build it yourself unless you know what you are doing.

  1. Ensure that you have installed the .NET SDK (compatible with netstandard2.1 SDK such as 6.0 or above)
  2. In cmd or powershell terminal, input git clone https://github.com/dogdie233/LiarsBarEnhance.git to clone the repository to your local machine or click the green code button and then click Download Zip to download and extract it
  3. Set the environment variable LiarsBarManaged to <game root directory>/Liar's Bar_Data/Managed/ or copy all dll files from <game root directory>/Liar's Bar_Data/Managed/ to the lib folder.
  4. Execute dotnet build -c Release in the root directory of the project
  5. The plugin DLL (com.github.dogdie233.LiarsBarEnhance.dll) will be generated in the Output directory

Continue with the next steps according to Installation