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:
parent
9d0c44b854
commit
e5929832a7
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
/.vscode
|
||||
TODO.md
|
||||
TODO.md
|
||||
games_mp.log
|
||||
zmStats
|
6
mod.json
Normal file
6
mod.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "Reimagined",
|
||||
"author": "Jbleezy",
|
||||
"description": "Black Ops 2 Zombies Reimagined",
|
||||
"version": "2.0.0"
|
||||
}
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user