From 6166a6ee8592978072e3dac1af57ac372c3cb13f Mon Sep 17 00:00:00 2001 From: RadWolfie Date: Tue, 2 Feb 2021 04:59:05 -0600 Subject: [PATCH 1/4] update prerequisites section --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7328a63e0..8d0d1dfc3 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,19 @@ Cxbx-Reloaded is an emulator for running Microsoft Xbox (and eventually, Chihiro * GPU: Direct3D 9.0c with Pixel Shader Model 2.x, and Vertex Shader Model 3.0. ### Prerequisites +Windows * [32-bit (x86) Visual C++ 2019 Redistributable](https://aka.ms/vs/16/release/vc_redist.x86.exe) * [Npcap *(used for network emulation)*](https://nmap.org/npcap/#download) * Make sure to enable winpcap compatibility mode! +Wine + * Winetricks + * `vcrun2017` or `vcrun2019` + * NOTE: vcrun2019 require latest winetricks script! + * `d3dcompiler_47` + * NOTE: May will change over time. + * Winpcap is built-in, no installation requirement. + ## Automated Builds Cxbx-Reloaded doesn't currently have stable builds, but you can obtain pre-release builds from the Releases tab, or the links below: From 463277c5d8a9cc8f172006615cee1dafc3cab682 Mon Sep 17 00:00:00 2001 From: RadWolfie Date: Tue, 2 Feb 2021 05:14:48 -0600 Subject: [PATCH 2/4] add notice + fix header --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d0d1dfc3..d75bbe61f 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,15 @@ Cxbx-Reloaded is an emulator for running Microsoft Xbox (and eventually, Chihiro * OS: Windows 7+ x64, or x86-64 Linux with Wine. 32-bit is not supported. * GPU: Direct3D 9.0c with Pixel Shader Model 2.x, and Vertex Shader Model 3.0. -### Prerequisites -Windows +## Prerequisites +### Windows * [32-bit (x86) Visual C++ 2019 Redistributable](https://aka.ms/vs/16/release/vc_redist.x86.exe) * [Npcap *(used for network emulation)*](https://nmap.org/npcap/#download) * Make sure to enable winpcap compatibility mode! -Wine +### Wine + +**NOTICE: Please use latest stable release version of Wine. If it does not work for you, then roll back to Wine 5.0.3 as last known working version.** * Winetricks * `vcrun2017` or `vcrun2019` * NOTE: vcrun2019 require latest winetricks script! @@ -24,6 +26,7 @@ Wine * NOTE: May will change over time. * Winpcap is built-in, no installation requirement. + ## Automated Builds Cxbx-Reloaded doesn't currently have stable builds, but you can obtain pre-release builds from the Releases tab, or the links below: From 87196b8231700a092baf7e29e25031f43b8c7f59 Mon Sep 17 00:00:00 2001 From: RadWolfie Date: Tue, 2 Feb 2021 05:16:01 -0600 Subject: [PATCH 3/4] remove extra line --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d75bbe61f..752e0b947 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ Cxbx-Reloaded is an emulator for running Microsoft Xbox (and eventually, Chihiro * Make sure to enable winpcap compatibility mode! ### Wine - **NOTICE: Please use latest stable release version of Wine. If it does not work for you, then roll back to Wine 5.0.3 as last known working version.** * Winetricks * `vcrun2017` or `vcrun2019` From 405697420929faa6b0df87c407efb493cd0c3da2 Mon Sep 17 00:00:00 2001 From: RadWolfie Date: Tue, 2 Feb 2021 06:31:42 -0600 Subject: [PATCH 4/4] review remark --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 752e0b947..639c2e26e 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,13 @@ Cxbx-Reloaded is an emulator for running Microsoft Xbox (and eventually, Chihiro * Make sure to enable winpcap compatibility mode! ### Wine -**NOTICE: Please use latest stable release version of Wine. If it does not work for you, then roll back to Wine 5.0.3 as last known working version.** +**NOTICE: Please use the latest stable release version of Wine. If it does not work for you, then roll back to Wine 5.0.3 which is the last known working version.** * Winetricks * `vcrun2017` or `vcrun2019` - * NOTE: vcrun2019 require latest winetricks script! + * NOTE: vcrun2019 requires the latest winetricks script! * `d3dcompiler_47` - * NOTE: May will change over time. - * Winpcap is built-in, no installation requirement. + * NOTE: May be subject to change over time. + * Winpcap is built-in, no installation is required. ## Automated Builds