From 39509696ba19f7e65fd9cd4c38c88bc9a9761e4a Mon Sep 17 00:00:00 2001 From: RaphaelIT7 Date: Mon, 2 Oct 2023 00:45:08 +0200 Subject: [PATCH 1/2] Added install.md This should help a bit with installing it. Especially with Gmod. --- install.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 install.md diff --git a/install.md b/install.md new file mode 100644 index 0000000..b3a7a6c --- /dev/null +++ b/install.md @@ -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 normal is `bin` 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`. \ No newline at end of file From 67e02fc4ceaa54c19ad54d29ee6c7c2e8cfe99c4 Mon Sep 17 00:00:00 2001 From: Raphael <64648134+RaphaelIT7@users.noreply.github.com> Date: Mon, 9 Oct 2023 21:14:08 +0200 Subject: [PATCH 2/2] Updated the install.md --- install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.md b/install.md index b3a7a6c..0d568d6 100644 --- a/install.md +++ b/install.md @@ -15,5 +15,5 @@ 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 normal is `bin` 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`. \ No newline at end of file +> 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`.