BEEmod / BEE2.4

Tool to mod Portal 2's Puzzlemaker
282 stars 63 forks source link

Change corridor groups to wall/floor/ceiling instead of flat/upward/downward #1985

Open vrad-exe opened 1 year ago

vrad-exe commented 1 year ago

Currently, corridors are grouped into the orientation categories "flat", "upward", and "downward". Flat always refers to the corridors used on walls, but upward and downward refer to the direction the player moves through the corridor, which means they have different meanings for entrances and exits: for entrances, upward refers to floor corridors and downward refers to ceiling corridors, but for exits it is reversed.

While I get the idea here, I think this system is more harmful then helpful, and it should just be changed to group corridors based on the surface they attach to.

vrad-exe commented 1 year ago

Internally the current group names would probably be kept for backwards compat, but maybe the new names could be added as aliases or something