MMO Prototype - February report
As per my plans for the first quarter of the year (and following up on January ): ( Done ) Complete the path-finding logic (with a procedurally generated grid to accommodate the ever-in-development terrain) to allow NPCs to move. The grid is done, I just need to assign "weights" (so that NPCs are less likely to walk on grass than on the road) and plug the NPCs to said grid. This took slightly more time than planned primarily because, while the grid was functional, it didn't take into account the possibility that different instanced copies of the same location might have variations of that data (where a player might cut trees in his copy of the instance, etc). So that's fixed. ( In progress ) Create spawn points that can spawn procedurally (based off available space on the terrain) as well as enabling some to be destroyed by players. This is to enable the game to dynamically spawn encounters based on player density, like pushing a wolf den away from the perimeter