hardcore_gamer Posted June 13, 2017 Perhaps this is a silly question but is there a limit to how many thing/linedef/sector specials/tags you can have? I am making a large map and am currently on tag 100. Is there any limit or is it so high it doesn't matter? 0 Quote Share this post Link to post
1 Gez Posted June 13, 2017 Practically no limit, you can have thousands of tags. There are two bytes to store sector tag in vanilla Doom, so you have 65536 tag values available (including 0). Except in vanilla Hexen, where you have a limit of 64 tagged lines (but line tagging uses a weird system in Hexen, where you have to use the Line_SetID special) and a maximum of 200 tagged things. https://doomwiki.org/wiki/Static_limits 1 Quote Share this post Link to post
Question
hardcore_gamer
Perhaps this is a silly question but is there a limit to how many thing/linedef/sector specials/tags you can have? I am making a large map and am currently on tag 100. Is there any limit or is it so high it doesn't matter?
Share this post
Link to post
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.