From e5929832a735b239eca7a20d906cd892b64f34fd Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Tue, 12 Dec 2023 23:35:06 -0800 Subject: [PATCH] Get ready for mod loading --- .gitignore | 4 +++- mod.json | 6 ++++++ scripts/zm/_zm_reimagined.gsc | 2 -- 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 mod.json diff --git a/.gitignore b/.gitignore index 4ae50e15..fa1a318d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /.vscode -TODO.md \ No newline at end of file +TODO.md +games_mp.log +zmStats \ No newline at end of file diff --git a/mod.json b/mod.json new file mode 100644 index 00000000..c082ad54 --- /dev/null +++ b/mod.json @@ -0,0 +1,6 @@ +{ + "name": "Reimagined", + "author": "Jbleezy", + "description": "Black Ops 2 Zombies Reimagined", + "version": "2.0.0" +} \ No newline at end of file diff --git a/scripts/zm/_zm_reimagined.gsc b/scripts/zm/_zm_reimagined.gsc index 472ded67..a6fab1d7 100644 --- a/scripts/zm/_zm_reimagined.gsc +++ b/scripts/zm/_zm_reimagined.gsc @@ -414,8 +414,6 @@ post_all_players_spawned() set_dvars() { - setDvar( "zm_reimagined_version", "1.3.4" ); - setDvar( "player_backSpeedScale", 1 ); // can't set to exactly 90 or else looking completely up or down will cause the player to move in the opposite direction