Added option to spawn child objects outside cells, added all travel terminal, ticket collector and shuttle spawns

This commit is contained in:
Light2
2013-11-21 21:54:43 +01:00
parent e7350687db
commit f3db0818a8
16 changed files with 145 additions and 86 deletions
+8 -6
View File
@@ -253,14 +253,16 @@ public class NGECore {
terrainService.addPlanet(10, "dathomir", "terrain/dathomir.trn", true);
terrainService.addPlanet(11, "mustafar", "terrain/mustafar.trn", true);
terrainService.addPlanet(12, "kashyyyk_main", "terrain/kashyyyk_main.trn", true);
terrainService.loadSnapShotObjects();
// Zone services that need to be loaded after the above
simulationService = new SimulationService(this);
zoneDispatch.addService(simulationService);
// Travel Points
travelService.loadTravelPoints();
simulationService = new SimulationService(this);
terrainService.loadSnapShotObjects();
simulationService.insertSnapShotObjects();
// Zone services that need to be loaded after the above
zoneDispatch.addService(simulationService);
// Static Spawns
staticService.spawnStatics();