From 5cad9e69d376d0879e4788383eb91b05de77682c Mon Sep 17 00:00:00 2001 From: zervo Date: Fri, 15 Nov 2024 15:11:02 +0100 Subject: [PATCH] Add Patching --- Patching.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Patching.md diff --git a/Patching.md b/Patching.md new file mode 100644 index 0000000..8ddfdd8 --- /dev/null +++ b/Patching.md @@ -0,0 +1,13 @@ +# **Patching** + +Patching is quite straightforward. + +1. Download the correct releases from this repository, or clone the repository and build it yourself. + +2. Get the latest net542 version of [MonoMod](https://github.com/MonoMod/MonoMod/releases/download/v22.07.31.01/MonoMod-22.07.31.01-net452.zip). + +3. Extract MonoMod and put the files in `C:\Program Files\SafeExamBrowser\Application`. Same with the patcher files. + +4. Run MonoMod on all the patches, this is explained in their documentation.. + +NOTE: I will update this soon to be more detailed, and I will also create a convenience script to do this all for you. \ No newline at end of file