Skip to content

Commit ee215f5

Browse files
pzhlkj6612shmocz
authored andcommitted
docs: cncnet YR updates
docs: cncnet YR has been using yrpp-spawner; font file is in cncnet.mix Migration to dll spawner+ares+phobos - CnCNet/cncnet-yr-client-package#288 font file: https://github.com/CnCNet/cncnet-yr-client-package/blob/develop/game-assets/cncnet.pack/cncnet.fnt
1 parent 6efb207 commit ee215f5

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ Download the [latest release](https://github.com/shmocz/ra2yrcpp/releases/downlo
1616

1717
### Method 1: Syringe + yrpp-spawner
1818

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).
2120

2221
> [!NOTE]
2322
> 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
199198

200199
This can happen if ra2yrcpp cannot load zlib DLL. Ensure that `zlib1.dll` is placed in the same folder as `libra2yrcpp.dll`.
201200

202-
### The game freezes shortly after loading with legacy spawner
201+
### The game freezes shortly after loading
203202

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).
205207

206208
### Cannot attach debugger when using Syringe
207209

208210
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.
209211

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.
213-
214212
## Credits
215213

216214
- **shmocz**

0 commit comments

Comments
 (0)