Door Spawns
I was and still am working on the door spawns. I have regular doors working(including locked), but the elevators and lifts are being a bit of a pain. The hold up is mostly because it is more than just doors that are handled in this structure, it is every movable zone object eg. the smasher trap in solb, the windmills in steamfont. I want to get them all working well, because it could affect the data structure. After a few different paradigm shifts, I think i've finally settled on the structure, I just have to iron out why the lifts aren't working(they go up, but then never go down again). Anyway, I don't have a whole lot of time this week, but I still think I can be done by the end of the weekend. And once the code is in place we will need a bunch of log files to populate the data, i've got a program that will read these data dumps and create insert statements for mysql to run. right now I have about 10 zones worth of data.
|