This commit is contained in:
Raphael 2024-02-06 12:13:22 -08:00 committed by GitHub
commit d24a62ae5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 19 additions and 0 deletions

19
install.md Normal file
View File

@ -0,0 +1,19 @@
# Installing Volt
## 32bit Game
1. Download the latest [release](https://github.com/Joshua-Ashton/VPhysics-Jolt/releases)
2. Copy the contents of the zip into the game's root directory and replace all files.
## 64bit Game
1. Download the latest [release](https://github.com/Joshua-Ashton/VPhysics-Jolt/releases)
2. Copy all files located in the bin folder (from the ZIP) into the bin folder the game uses.
> NOTE: The path could be `bin/win64` or `bin/linux64`
## Gmod Dedicated Server
1. Download the latest [release](https://github.com/Joshua-Ashton/VPhysics-Jolt/releases)
2. Copy all files located in the bin folder (from the ZIP) into the bin folder the game uses.
> NOTE: The path normally is `bin`, but could be `bin/win64` or `bin/linux64` if you use the `x86-64` Branch.
3. (**Linux only**) Check if a vphysics_srv.so exists in the bin folder. If it does, remove the `vphysics_srv.so` and rename the `vphysics.so` to `vphysics_srv.so`.