Skip to content

Building map generator update

Hachem_Muche requested to merge Hachem_Muche/t-engine4:BuildingMapUpdate into master
  • The Building map generator can now accommodate rooms.

Rooms are (depending on their design) seamlessly integrated with the BSP-based automatic buildings. The data.margin_w, data.margin_h parameters are correctly respected, and grids outside of the building area can be specified.

Fixed a bug in RoomsLoader that was incorrectly applying the results of room.prefer_location functions and added some informative print statements when loading room files.

Merge request reports