mirror of
https://github.com/id-Software/quake2-rerelease-dll.git
synced 2025-01-31 04:30:53 +00:00
Update README.md
Fixed a small typo.
This commit is contained in:
parent
60f29560f3
commit
d5c20c670f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Quake II Rerelease Game Source
|
# 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.
|
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)
|
- ReadByte (isplit)
|
||||||
- ReadString (s)
|
- ReadString (s)
|
||||||
|
|
||||||
Note that `isplit` is offset by 1, so `1` is the first split screen client.
|
Note that `isplit` is offset by 1, so `1` is the first split screen client.
|
||||||
|
|
Loading…
Reference in a new issue