diff --git a/docs/extras/zerotier.md b/docs/extras/zerotier.md index 8617652a..110fdb10 100644 --- a/docs/extras/zerotier.md +++ b/docs/extras/zerotier.md @@ -2,6 +2,10 @@ # ZeroTier for Cabinet-to-Cabinet Play +!!! danger "Warning for CHUNITHM" + + CHUNITHM has stricter network requirements than other SEGA games and needs a specific subnet. In this guide, we will use the subnet `192.168.196.0` as an example. However, to run CHUNITHM, you must change it to the subnet `192.168.139.0`. If you don't, cabinets set to "FOLLOW THE STANDARD" will fail to connect. You will also need to adjust the `IPv4 Auto-Assign` setting of your Zerotier network accordingly by changing `196` to `139`. + ## Installing !!! tip "" @@ -43,6 +47,9 @@ [keychip] subnet=192.168.196.0 + + [system] + dipsw1=1 ;Set this to 1 on the host machine and set this to 0 on all others ``` !!! warning "Each person must have their own keychip" @@ -50,13 +57,6 @@ If you play on a remote network, you likely already have your own keychip. If not, you can use these example keychips: `A61E-01D02321145` ; `A61E-01A30831145` ; `A61E-01E38091145` ; `A61E-01E46241145` - If you're running a CHUNITHM version prior to Luminous: - - ``` - [system] - dipsw1=1 ;Set this to 1 on the host machine and set this to 0 on all others - ``` - When starting your game, make sure to allow any Windows Firewall pop-ups (such as for `amdaemon.exe`, `mu3.exe`, `chusanApp.exe`...) ??? info "If you didn't see a pop-up" @@ -75,6 +75,8 @@ - Select `Allow the connection` then press `OK` - Repeat this for all game executables + Alternatively, you can disable your firewall for both *public* and *private networks*. Please note that this should only be a **temporary measure** for testing, as it poses a **^^security risk^^** to your computer. + !!! tip "Configuration for spice2x" - Open `spicecfg.exe` @@ -121,7 +123,8 @@ !!! tip "IPv4 Auto-Assign" - Head to the "Easy" tab, and choose `192.168.196.*` + Delete the already existing entry. + Under "Add IPv4 Address Pools" set "Range Start" as `192.168.196.1` and "Range End" as `192.168.196.254` then press "Submit". !!! info "" diff --git a/docs/img/extras/zerotier/config_advanced.webp b/docs/img/extras/zerotier/config_advanced.webp index 1bfab569..6282cbbb 100644 Binary files a/docs/img/extras/zerotier/config_advanced.webp and b/docs/img/extras/zerotier/config_advanced.webp differ