Skip to content

Commit ffbc5f7

Browse files
Avoid cutting off the description of CnCNet Spawner
1 parent ad71caf commit ffbc5f7

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

docs/Fixed-or-Improved-Logics.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -306,18 +306,19 @@ This page describes all ingame logics that are fixed or improved in Phobos witho
306306
- 1000 save files are supported, from `SVGM_000.NET` to `SVGM_999.NET`. When the limit is reached, the game will overwrite the latest save file.
307307
- The previous `SVGM_XXX.NET` files are cleaned up before first copy if it's a new game, otherwise the highest numbered `SVGM_XXX.NET` file is found and the index is incremented, if possible.
308308
- The game also automatically copies `spawn.ini` to the save folder as `spawnSG.ini` when saving a game.
309+
310+
```{note}
311+
The described behavior is a replica of and is compliant with XNA CnCNet Client's multiplayer save game support.
312+
```
313+
314+
```{note}
315+
At the moment this is only useful if you use a version of [YRpp Spawner](https://github.com/CnCNet/yrpp-spawner) with multiplayer saves support (along with [XNA CnCNet Client](https://github.com/CnCNet/xna-cncnet-client)).
316+
```
317+
309318
- Fixed an issue that Ares' Type Conversion not resetting barrel's direction by `FireAngle`.
310319
- Fixed the issue where Ares' `Flash.Duration` cannot override the weapon's repair flash effect.
311320
- Fixed the bug that building with `CloningFacility=true` and `WeaponsFactory=true` may cloning multiple vehicles and then they get stuck.
312321

313-
```{note}
314-
The described behavior is a replica of and is compliant with XNA CnCNet Client's multiplayer save game support.
315-
```
316-
317-
```{note}
318-
At the moment this is only useful if you use a version of [YRpp Spawner](https://github.com/CnCNet/yrpp-spawner) with multiplayer saves support (along with [XNA CnCNet Client](https://github.com/CnCNet/xna-cncnet-client)).
319-
```
320-
321322
## Newly added global settings
322323

323324
```{note}

0 commit comments

Comments
 (0)