diff --git a/README.md b/README.md index 97f7e265..2f7c5a3c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Quake II Rerelease Game Source -This repository contains the game code for the 2023 rerelease of Quake II, for users who wish to mod the game, along with the original game code that was use for reference. Mods can be loaded into the rerelease the same way as the original game: launch the game with `+set game mymod` or type `game mymod` into the console while the game is running. We recommend installing mods into your `%USERPROFILE%\Saved Games\Nightdive Studios\Quake II` directory to ensure the original game files do not get modified. +This repository contains the game code for the 2023 rerelease of Quake II, for users who wish to mod the game, along with the original game code that was used for reference. Mods can be loaded into the rerelease the same way as the original game: launch the game with `+set game mymod` or type `game mymod` into the console while the game is running. We recommend installing mods into your `%USERPROFILE%\Saved Games\Nightdive Studios\Quake II` directory to ensure the original game files do not get modified. id Software is unable to provide support for this release, however we urge you to take advantage of the depth of community-driven resources already available. @@ -1847,4 +1847,4 @@ Spawns the Compass help path effect at the given location. - ReadByte (isplit) - ReadString (s) -Note that `isplit` is offset by 1, so `1` is the first split screen client. \ No newline at end of file +Note that `isplit` is offset by 1, so `1` is the first split screen client.