TIL how competitive shooters make maps
POSTED ON:
For multiplayer fps games a la counterstrike, I would use node graphs and come up with the shape later. Like come up with the amount of ways to get to A from spawn, amount of ways to get to b from spawn, if there are any connectors, what do they connect? Then using the nodes to define the amount of pathways you can start blocking out the level and play with timings based on walk speed to tweak choke points.
Related TILs
Tagged: gamedev