summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-05 16:49:40 +0200
committerGitHub <noreply@github.com>2024-12-05 16:49:40 +0200
commitab5df83baf7c7940ec0081d59cb78ab485e5c26d (patch)
tree9b03ca175a68fe7321d43a83a27f8516879a72b1 /README.md
parentca79520ddcdbd9cd7a3626f540f774bfe886e0ad (diff)
downloadgsctool-ab5df83baf7c7940ec0081d59cb78ab485e5c26d.tar.gz
gsctool-ab5df83baf7c7940ec0081d59cb78ab485e5c26d.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index a6b4a3b..c01f000 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,14 @@
# gsctool
-Simple GSC loader and dumper for `Call Of Duty: Black Ops 1 (T5) (Microsoft Windows)`.
+Simple `GSC` loader and dumper for `Call Of Duty: Black Ops 1 (T5) (Microsoft Windows)`.
[https://journal.lunar.sh/2023/gsctool.html](https://journal.lunar.sh/2023/gsctool.html)
-To load the demo GSC plugin copy `gsctool` to the games root directory.
+To load the demo `GSC` plugin copy `gsctool` to the games root directory.
This demo will give you a raygun on spawn in zombie mode (solo).
-* GSC dumps are written to `gsctool/cache`
+* `GSC` dumps are written to `gsctool/cache`
This project is intended to be a starting point for more advanced mods.
@@ -17,7 +17,7 @@ This project is intended to be a starting point for more advanced mods.
Run: `git submodule update --init --recursive` to clone submodules.
Then build project using the provided makefile in Windows Subsystem for Linux
-and inject resulting DLL.
+and inject resulting `DLL`.
The compiler used for this project is [tcc](https://github.com/lunarjournal/tcc) (`Tiny C Compiler`).