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: Docs/HowToUpdate.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,27 @@ This guide outlines the steps for updating the XNA CnCNet Client version for any
19
19
- Unarchive `Resources` folder from `[xna-cncnet-client-X.Y.Z.7z]` file downloaded earlier inside the "game root" folder.
20
20
- You **must** get a prompt to replace `Resources/` folder and files inside it. If not, you're in the wrong directory.
21
21
22
+
> [!WARNING]
23
+
> If you are using our automatic updater, make sure to check the release notes for any files that need to be added to the `[Delete]` section of `updateexec` or `preupdateexec`. Each release may specify the exact files that must be removed to prevent issues during the update process. For example (from release [2.12.12](https://github.com/CnCNet/xna-cncnet-client/releases/tag/2.12.12)):
0 commit comments