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
- Should NET Framework 3.5 be required, it can be easily installed on Windows 11 by running `mt.exe` (from the MSVC1400 repo), Windows 11 will ask to install the right version.
50
-
2. Install the needed Python dependencies, mainly `reccmp`for binary comparison
51
-
```sh
52
-
python -m pip install -r requirements.txt
53
-
```
54
-
3. Create a softlink to the original game executable with the name `_original` by running [softlink.bat](softlink.bat). It will request the full path to the game folder.
50
+
2. Create a softlink to the original game executable with the name `_original` by running [softlink.bat](softlink.bat). It will request the full path to the game folder.
51
+
3. Setup the needed Python environment to run `reccmp`forbinary comparison by running [setup.bat](reccmp/setup.bat)in the reccmp folder.
55
52
56
53
### Development
57
54
The build can be run using the dev tools of the preferred IDE or via the build scripts. Regardless, a CMake installation is required.
@@ -69,7 +66,7 @@ If the scripts are preferred, the following triggers a build using the scripts:
69
66
```
70
67
5. Compare a functionbyte by byte to check compilation:
Note that any code needs to be formatted properly using the provided `clang-format`. The way to do so it up to the developer. Many IDEs support it out of the box.
0 commit comments