Skip to content

Commit 537f453

Browse files
committed
Update READMEs and INSTALL for VS versions
Also remove that "MSVC++ 6 projects are available notice" since those have been removed for quite a while.
1 parent 0fabe5c commit 537f453

4 files changed

Lines changed: 8 additions & 9 deletions

File tree

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ System requirements:
99

1010
You will need to install the following dependencies before you can install the mods themselves:
1111

12-
1. Install the Visual Studio 2019 re-distributable. You can find it [here](https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170). Make sure to install the x86 version. The re-distributable for 2019 is also used for several other versions, this should be noted on the download page.
12+
1. Install the "Latest supported v14 (for Visual Studio 2017–2026)" re-distributable. You can find it [here](https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170). Make sure to install the x86 version. The re-distributable for 2019/2022/2026 is also used for several other versions, this should be noted on the download page.
1313

1414
2. Set up dotnet script. You can find out how to do that here: [Setting up and using dotnet script](/docs/tutorials/setting-up-and-using-dotnet-script.md)
1515

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Purpose
66

7-
Each repository provides project files compatible with Visual Studio 2019 and 2022, as well as bug fixes. The Opposing Force and Blue Shift projects are reference implementations of their respective games. This means they provide the original features, implemented as they are in the original games, including the many cases of code duplication.
7+
Each repository provides project files compatible with Visual Studio 2019 and newer, as well as bug fixes. The Opposing Force and Blue Shift projects are reference implementations of their respective games. This means they provide the original features, implemented as they are in the original games, including the many cases of code duplication.
88

99
The goal of the Updated repositories is to allow modders to make mods based on these games, while providing bug fixes that could be applied to the official games as well. A mod installation is also provided for each repository to allow players to play these games with all bug fixes applied.
1010

projects/readme.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ Directory Contents
22
==================
33

44
vs2019
5-
Contains Visual C++ 2019 project and solution files.
5+
Contains Visual C++ 2019 (compatible with newer versions) project and
6+
solution files.
67
Please read readme.txt included in that folder for further instructions.
78

89

910
Other notes
1011
===========
1112

12-
MSVC++ 6.0 .dsp files can be found in the appropriate folders.
13-
1413
Linux Makefiles can be found in ../linux/

projects/vs2019/readme.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ Directory Contents
22
==================
33

44
projects.sln
5-
Solution file for Visual C++ 2019, containing the main projects for
6-
compiling the valve DLL files.
7-
5+
Solution file for Visual C++ 2019 (compatible with newer versions),
6+
containing the main projects for compiling the valve DLL files.
7+
88
utils.sln
99
Solution file containing projects for the utilities.
1010
Special user interaction is required in order to compile a share of the
@@ -13,7 +13,7 @@ utils.sln
1313
"smdlexp project" bellow.
1414
The serverctrl project is problematic, see "serverctrl project" bellow.
1515
Further project specific notes are also provided bellow.
16-
16+
1717
[other required files]
1818

1919

0 commit comments

Comments
 (0)