Skip to content

Commit 08da477

Browse files
authored
Merge pull request #103 from Newbster-2/master
proper pathfinding generator (incomplete), selective bsp args for pvs…
2 parents 42e8421 + 9ac6a80 commit 08da477

8 files changed

Lines changed: 1967 additions & 1066 deletions

File tree

TagTool/Commands/ScenarioStructureBSPs/BSPContextFactory.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ public static void Populate(CommandContext commandContext, GameCache cache, Cach
2727
commandContext.AddCommand(new ExtractCollisionGeometryCommand(cache, bsp));
2828
commandContext.AddCommand(new ExtractPathfindingGeometryCommand(cache, bsp));
2929
commandContext.AddCommand(new EditPathfindingGeometryCommand(cache, bsp));
30-
commandContext.AddCommand(new ImportGeometryWithPathfindingCommand(cache, bsp));
3130
commandContext.AddCommand(new ExtractRenderGeometryCommand(cache, bsp));
32-
commandContext.AddCommand(new GeneratePathfindingDataCommand(cache, bsp));
3331
}
3432
}
3533
}

TagTool/Commands/ScenarioStructureBSPs/GeneratePathfindingDataCommand.cs

Lines changed: 0 additions & 378 deletions
This file was deleted.

0 commit comments

Comments
 (0)