Skip to content

Commit

Permalink
Clarify E:Z2 project setup and make VS2022 default
Browse files Browse the repository at this point in the history
  • Loading branch information
Blixibon authored Nov 27, 2023
1 parent cba3478 commit 7c0ff0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The manhack weapon was originally created by the Half-Life 2: Short Stories Team
Entropy : Zero 2 makes use of the Improved Advisor created by Alex 'Maestra F�nix' Bravo.
https://github.com/MaestroFenix/ImprovedAdvisor

To set up a mod for Entropy : Zero, run the batch script sp/src/createentropyzeroproject.bat. This will use VPC to generate your solution file, entropyzero.sln. (Visual Studio 2013 must be installed to use this project)
To set up a mod for Entropy : Zero or Entropy : Zero 2, run the batch script sp/src/createentropyzeroproject.bat. This will use VPC to generate two solution files, entropyzero.sln and entropyzero2.sln. Currently, Visual Studio 2022 (NOT Visual Studio 2013) must be installed to use these projects.

Compiled mod binaries will be placed in game/mod_ez1/bin. To install your E:Z mod, copy mod_ez1 to your Steam/SteamApps/sourcemods directory.

Expand Down
2 changes: 1 addition & 1 deletion sp/src/vpc_scripts/newer_vs_toolsets.vpc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
$Conditional VS2015 "0" // Toggles Visual Studio 2015 (v140) toolset
$Conditional VS2017 "0" // Toggles Visual Studio 2017 (v141) toolset
$Conditional VS2019 "0" // Toggles Visual Studio 2019 (v142) toolset
$Conditional VS2022 "0" // Toggles Visual Studio 2022 (v143) toolset
$Conditional VS2022 "1" // Toggles Visual Studio 2022 (v143) toolset

//
// VPC may still say "Generating for Visual Studio 2013" even when using one of the above toolsets. This message is irrelevant and can be ignored.
Expand Down

0 comments on commit 7c0ff0b

Please sign in to comment.