From 0d98fd596052dc7fe458322be9e1752ca6925706 Mon Sep 17 00:00:00 2001 From: xpeng <46627911+xiaopeng12138@users.noreply.github.com> Date: Wed, 9 Nov 2022 00:09:03 +0100 Subject: [PATCH 1/4] fix il2cpp module issue --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4639a1f..affe4ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,6 +25,8 @@ jobs: - name: Setup Unity uses: kuler90/setup-unity@v1.0.8 + with: + unity-modules: windows-il2cpp - name: Activate Unity uses: kuler90/activate-unity@v1.1.2 From de21587bdf0471ce877ef1cd677a019b0974389b Mon Sep 17 00:00:00 2001 From: Glub Glub <118325829+ArcadeGlubGlub@users.noreply.github.com> Date: Tue, 15 Nov 2022 19:10:57 -0800 Subject: [PATCH 2/4] Add Glub Glub setup --- README.md | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9847796..0efe7bc 100644 --- a/README.md +++ b/README.md @@ -44,18 +44,31 @@ - Please support your local arcade if you can! ## How to use -- Get the game somehow and make sure it runs properly and uses latest xxxxtools. (DO NOT ASK ANYTHING THAT IS DIRECTLY RELATED TO THE GAME ITSELF) -- Download [the nightly version of WACVR](https://nightly.link/xiaopeng12138/WACVR/workflows/build/main/artifact.zip). -- You have 2 ways to connect touch to the game. Please only choose one of them.: +- Get the game somehow and make sure it's clean. (DO NOT ASK ANYTHING THAT IS DIRECTLY RELATED TO THE GAME ITSELF) +- You have 2 ways to setup the game, Automated (recommended) or Manual. -### mercuryio +### Automated (recommended) +Automated setup configures the game and downloads WACVR, xxxxtools, and other files for you. +Thank you to Glub Glub for releasing this! +- Download [Glub Glub setup environment](https://github.com/ArcadeGlubGlub/GameSetup/raw/master/WACCAReverse-GlubGlub.7z) and extract it to a folder. +- Then, follow the `README.txt` file inside to add your game. +- Once it is done, run `Launch` to start both WACVR and the game. + +--- + +### Manual +- Make sure the game properly and uses latest xxxxtools. +- Download [the nightly version of WACVR](https://nightly.link/xiaopeng12138/WACVR/workflows/build/main/artifact.zip). +- You have 2 ways to connect touch to the game. Please only choose one of them: + +#### mercuryio - Download [mercuryio.dll](https://wacvr.cf/mercuryio.dll). - Put ``mercuryio.dll`` into ``bin`` folder. - Add ``[touch] enable=1`` to .ini file - Add ``[mercuryio] path=mercuryio.dll`` to .ini file. - Start the game and WACVR. -### Serial (not recommended) +#### Serial (not recommended) - Download and install [com0com](https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/powersdr-iq/setup_com0com_W7_x64_signed.exe). - Configure com0com to bind COM3 and COM5, COM4 and COM6. - Enable the ``enable buffer overrun`` option in com0com on both ports of all pairs. Otherwise, your WACVR will crash after the logo. From dfb035f38db53a4137d1b318061b41972c0d5e6f Mon Sep 17 00:00:00 2001 From: Glub Glub <118325829+ArcadeGlubGlub@users.noreply.github.com> Date: Tue, 15 Nov 2022 23:28:40 -0800 Subject: [PATCH 3/4] Fix misprint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0efe7bc..3e9c21c 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Automated setup configures the game and downloads WACVR, xxxxtools, and other files for you. Thank you to Glub Glub for releasing this! - Download [Glub Glub setup environment](https://github.com/ArcadeGlubGlub/GameSetup/raw/master/WACCAReverse-GlubGlub.7z) and extract it to a folder. -- Then, follow the `README.txt` file inside to add your game. +- Then, follow the `README.txt` file inside to add and setup your game. - Once it is done, run `Launch` to start both WACVR and the game. --- From 6ccbb72079d37e76fa403c3f1a83527c926b9fbe Mon Sep 17 00:00:00 2001 From: Glub Glub <118325829+ArcadeGlubGlub@users.noreply.github.com> Date: Fri, 18 Nov 2022 21:28:17 -0800 Subject: [PATCH 4/4] Final fixes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e9c21c..ca46352 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,8 @@ Automated setup configures the game and downloads WACVR, xxxxtools, and other fi Thank you to Glub Glub for releasing this! - Download [Glub Glub setup environment](https://github.com/ArcadeGlubGlub/GameSetup/raw/master/WACCAReverse-GlubGlub.7z) and extract it to a folder. - Then, follow the `README.txt` file inside to add and setup your game. -- Once it is done, run `Launch` to start both WACVR and the game. +- Add a server in `Game\app\bin\xxxxtools.ini` to connect to. +- Once done, run `Launch` shortcut to start both WACVR and the game. ---