1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-07 13:49:33 -05:00

Get ready for mod loading

This commit is contained in:
Jbleezy 2023-12-12 23:35:06 -08:00
parent 9d0c44b854
commit e5929832a7
3 changed files with 9 additions and 3 deletions

4
.gitignore vendored
View File

@ -1,2 +1,4 @@
/.vscode /.vscode
TODO.md TODO.md
games_mp.log
zmStats

6
mod.json Normal file
View File

@ -0,0 +1,6 @@
{
"name": "Reimagined",
"author": "Jbleezy",
"description": "Black Ops 2 Zombies Reimagined",
"version": "2.0.0"
}

View File

@ -414,8 +414,6 @@ post_all_players_spawned()
set_dvars() set_dvars()
{ {
setDvar( "zm_reimagined_version", "1.3.4" );
setDvar( "player_backSpeedScale", 1 ); 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 // can't set to exactly 90 or else looking completely up or down will cause the player to move in the opposite direction