You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,7 @@ Download the [latest release](https://github.com/shmocz/ra2yrcpp/releases/downlo
16
16
17
17
### Method 1: Syringe + yrpp-spawner
18
18
19
-
If you are using beta version of CnCNet client, the relevant files are already in the game data folder.
20
-
Otherwise get `Syringe.exe`, `CnCNet-Spawner.dll` and `cncnet.fnt` (see Troubleshooting section) [here](https://github.com/CnCNet/cncnet-yr-client-package/blob/feature/migration-to-dll-spawner%2Bares%2Bphobos/package)
19
+
This is the recommended way to use existing game files from [CnCNet YR client package](https://github.com/CnCNet/cncnet-yr-client-package).
21
20
22
21
> [!NOTE]
23
22
> Syringe expects one space character after the executable name, hence the backtick.
@@ -199,18 +198,17 @@ A callback is created to save game state at the beginning of each frame. To outp
199
198
200
199
This can happen if ra2yrcpp cannot load zlib DLL. Ensure that `zlib1.dll` is placed in the same folder as `libra2yrcpp.dll`.
201
200
202
-
### The game freezes shortly after loading with legacy spawner
201
+
### The game freezes shortly after loading
203
202
204
-
Anti-cheat mechanism tends to cause this. Use the non-hardened version of the spawner available [here](https://github.com/CnCNet/yr-patches/releases/tag/latest).
203
+
Anti-cheat mechanism tends to cause this. Use the non-hardened version of the spawner:
204
+
205
+
- The [yrpp-spawner](https://github.com/CnCNet/yrpp-spawner/releases) (not the "CnCNetYR" version)
206
+
- The [legacy spawner](https://github.com/CnCNet/yr-patches/releases/tag/latest).
205
207
206
208
### Cannot attach debugger when using Syringe
207
209
208
210
This happens if debugging on Windows or with `winedbg` on Linux (regular `gdb` should work fine). Compile ra2yrcpp with `Debug` build variant, which causes it to detach from active debugger at initialization.
209
211
210
-
### Missing fonts when using Syringe
211
-
212
-
Make sure [cncnet.fnt](https://github.com/CnCNet/cncnet-yr-client-package/blob/feature/migration-to-dll-spawner%2Bares%2Bphobos/package/cncnet.fnt) is in game data folder.
0 commit comments