Limitations of TX_START/END
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
- Armaetus
- Posts: 1256
- Joined: Fri Mar 13, 2009 3:55 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10 Home
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
- Location: New York State
- Contact:
Limitations of TX_START/END
Are there any texture number limitations for using the TX_START/END markers? I forgot if I asked this before.
Re: Limitations of TX_START/END
The texture manager doesn't discriminate. The TX marker textures are pooled with the TEXTUREx textures, the flats, the sprites, etc.
And yes there is a limit to how many textures the texture manager can know about, only about four billions. Sorry. That means that if your texture resource wad reaches 30+ terabytes, you're quite unlikely to be able to add much more.
And yes there is a limit to how many textures the texture manager can know about, only about four billions. Sorry. That means that if your texture resource wad reaches 30+ terabytes, you're quite unlikely to be able to add much more.
- Armaetus
- Posts: 1256
- Joined: Fri Mar 13, 2009 3:55 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10 Home
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
- Location: New York State
- Contact:
Re: Limitations of TX_START/END
Thanks for the humorous but clear response Gez.
Last edited by Armaetus on Fri Jun 17, 2016 9:09 am, edited 1 time in total.
Re: Limitations of TX_START/END
I know there's some people who will say "Challenge Accepted" to that.Gez wrote:That means that if your texture resource wad reaches 30+ terabytes
- Armaetus
- Posts: 1256
- Joined: Fri Mar 13, 2009 3:55 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10 Home
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
- Location: New York State
- Contact:
Re: Limitations of TX_START/END
Most people have 1-3 terabytes of space so unless they had a behemoth of a rig to do that, it's just not feasible for the typical modder lolEruanna wrote:I know there's some people who will say "Challenge Accepted" to that.Gez wrote:That means that if your texture resource wad reaches 30+ terabytes
Re: Limitations of TX_START/END
In the days of NAS and RAID setups, it seems that chaining multiple drives together one way or another has become an increasingly common practice. But you're right - I doubt anyone is going to hit those limits anytime soon. Might take about 15-20 years or so. 

Re: Limitations of TX_START/END
Maybe next time, when I'll have PC that carry at least 5 HDDs in.Eruanna wrote:I know there's some people who will say "Challenge Accepted" to that.Gez wrote:That means that if your texture resource wad reaches 30+ terabytes