Skip to content

YukiMeltz/phigrOS-Phi-Plugin-Guide-using-TRSS-Yunzai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

phigrOS Phi Plugin Guide using TRSS-Yunzai

A complete English guide for setting up the Phi plugin on TRSS-Yunzai with Discord bot integration and TapTap account binding.

Warning

Under construction ! Will be ready in a week or two . Under construction !

What this guide is for ?

  • Set up TRSS-Yunzai (a multi-functional bot framework).
  • Install and configures the Phi plugin.
  • Integrate TapTap API to fetch phigrOS stats automatically.
  • Link everything to Discord for smooth, automated updates.
  • Explains international TapTap login workaround for non-CN players.

Prerequisities

Core Setup

  • Node.js ≥ 18.x
  • npm ≥ 9.x
  • pnpm ≥ 8.x (used by TRSS-Yunzai)
  • msys2 (required for gcc/g++)
  • gcc & g++ compilers (install via msys2 pacman)
  • Git (Earlier stable versions will do)

Optional

  • VirtualBox / VMware + Windows 10 ISO (keeps your main OS safe)
  • Discord Bot Token (for integration)
  • TapTap Global Account (for phigrOS binding)

Caution

Any VM is recommended while using a 3rd paty code. Any VM is recommended while using a 3rd party code.

Oracle Virtual Box Download Page

Step 1— Installing Virtual Box and Windows Iso

If you’re running directly on Windows, skip this step.

  1. Download and install VirtualBox or VMware.
  2. Mount the Windows 10 ISO and install inside a VM.
  3. Allocate 3GB RAM or more (improves performance by ~30%) with atleast 3+ cores (recommended for octa core CPUs, if you have more than 8 cores you can allot more).
  4. Take a snapshot right after Windows boots successfully.

Tip

Check this YT video if you need help

Step 2- Installing Core Tools

  1. Install Node + npm + pnpm. LTS version is recommended.

We will use Chocolatey for installing Node

Open Power Shell as administrator and paste these commands one by one.

# Download and install Chocolatey:
powershell -c "irm https://community.chocolatey.org/install.ps1|iex"
# Download and install Node.js:
choco install nodejs

Close powershell ; open command prompt and do the following one by one:

Download and install pnpm:

npm install -g pnpm

Verify the Node.js version:

node -v

Verify pnpm version:

pnpm -v
  1. Install MSYS2

Tip

For installing check for correct version, for Intel based PCs use x86-64 version otherwise for Apple and Qualcomm based PCs use ARM version under windows enviroment.

+After Installation open MSYS2 UCRT64, run the following command

pacman -S mingw-w64-ucrt-x86_64-gcc base-devel git cmake

About

Step-by-step English guide to install Phi plugin for phigros using TRSS Yunzai, bind TapTap International, and manage Discord integration

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors