mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-12 08:08:00 -05:00
Tranzit: add collision to Cornfield area that is out of map
This commit is contained in:
@ -55,6 +55,7 @@ init()
|
||||
|
||||
screecher_spawner_changes();
|
||||
zombie_spawn_location_changes();
|
||||
cornfield_add_collision();
|
||||
cornfield_spawn_path_nodes();
|
||||
path_exploit_fixes();
|
||||
|
||||
@ -244,6 +245,13 @@ zombie_spawn_location_changes()
|
||||
}
|
||||
}
|
||||
|
||||
cornfield_add_collision()
|
||||
{
|
||||
model = spawn( "script_model", (10536, -595, -145));
|
||||
model.angles = (0, -35, 0);
|
||||
model setmodel("collision_clip_wall_128x128x10");
|
||||
}
|
||||
|
||||
cornfield_spawn_path_nodes()
|
||||
{
|
||||
new_origins = array((7040, -256, -196), (7040, -384, -196), (7040, -512, -196), (7040, -640, -196), (7040, -768, -196), (7168, -256, -196), (7168, -384, -196), (7168, -512, -196), (7168, -640, -196), (7168, -768, -196));
|
||||
|
Reference in New Issue
Block a user