Barotrauma (Legacy): Difference between revisions

From Official Barotrauma Wiki
Jump to: navigation, search
(Created page with "= Installation = == Windows == # Download the source code using the following link: https://github.com/Regalis11/Barotrauma/archive/refs/heads/legacy.zip. # Extract <code>\Bar...")
 
mNo edit summary
Line 1: Line 1:
= Installation =
= Installation =
== Windows ==
== Windows ==
# Download the source code using the following link: https://github.com/Regalis11/Barotrauma/archive/refs/heads/legacy.zip.
# Download the source code using [https://github.com/Regalis11/Barotrauma/archive/refs/heads/legacy.zip this link], and extract the <code>Barotrauma-legacy</code> folder.
# Extract <code>\Barotrauma-legacy</code> to any folder.
# In the extracted <code>\Barotrauma-legacy</code> folder, open <code>Barotrauma_Solution.sln</code> using '''Visual Studio 2015 or later'''.
# Open the extracted <code>\Barotrauma-legacy</code> folder and open <code>Barotrauma_Solution.sln</code> using '''Visual Studio 2015''' or later.
#* If prompted, always choose to upgrade .NET to the latest version.
#* If prompted, always choose to upgrade .NET to the latest version.
# Set the '''Startup Project''' to 'BarotraumaClient' and the '''Build Configuration''' to 'ReleaseWindows', then build the solution.
# Set the '''Solution Configuration''' to ReleaseWindows, and the '''Startup Project''' to BarotraumaClient. Afterwards, build the solution.
# Back in the <code>\Barotrauma-legacy</code> folder, navigate to <code>\Barotrauma\bin\ReleaseWindows</code> and launch <code>Barotrauma.exe</code>.
# Back in the <code>\Barotrauma-legacy</code> folder, navigate to <code>\Barotrauma\bin\ReleaseWindows</code> and launch <code>Barotrauma.exe</code>.


== Linux ==
== Linux ==
# Coming soon!
# Coming soon!

Revision as of 02:25, 16 December 2022

Installation

Windows

  1. Download the source code using this link, and extract the Barotrauma-legacy folder.
  2. In the extracted \Barotrauma-legacy folder, open Barotrauma_Solution.sln using Visual Studio 2015 or later.
    • If prompted, always choose to upgrade .NET to the latest version.
  3. Set the Solution Configuration to ReleaseWindows, and the Startup Project to BarotraumaClient. Afterwards, build the solution.
  4. Back in the \Barotrauma-legacy folder, navigate to \Barotrauma\bin\ReleaseWindows and launch Barotrauma.exe.

Linux

  1. Coming soon!