Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added install.md #195

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions install.md
Original file line number Diff line number Diff line change
@@ -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`.