After problems I have encountered im not sure if that really is 255(6)
Featuremap
Moderator: Moderators
Featuremap
What is the maximum amount of different features per map ?
After problems I have encountered im not sure if that really is 255(6)
After problems I have encountered im not sure if that really is 255(6)
You mean you tried to add 32 custom features and it only says 8 ..
Where added to the finished map?
The most features I've added to a map was 16 ...
When adding your red pixels to your feature map make sure you
only put down one pixel ... for that shade of red ..
As far as I know their isn't a issue with features ... the only problem
I know about is the Geo placement ... problem
Where added to the finished map?
The most features I've added to a map was 16 ...
When adding your red pixels to your feature map make sure you
only put down one pixel ... for that shade of red ..
As far as I know their isn't a issue with features ... the only problem
I know about is the Geo placement ... problem
Well since the features use the red channel theoretically it should support 255 or 256 features in fs.txt.
Mapconv reports how many features it has placed on the map, not how many different entries from the fs.txt. I've seen it write them in the 1000's.
You should probably backtrack and make sure everything is correct, maybe antialiasing in your image software screwed it up.. or something. Make absolutely sure the fs.txt contains no spaces(infront of behind your entries), cuz that can fudge things up as mapconv doesn't seem to do any error checking at all. Maybe it even stops reading them after it finds a space. Example:
pdrock1
pdrock2[space]
pdrock3
will give errors in Spring and probably messes with mapconv somehow too.
Mapconv reports how many features it has placed on the map, not how many different entries from the fs.txt. I've seen it write them in the 1000's.
You should probably backtrack and make sure everything is correct, maybe antialiasing in your image software screwed it up.. or something. Make absolutely sure the fs.txt contains no spaces(infront of behind your entries), cuz that can fudge things up as mapconv doesn't seem to do any error checking at all. Maybe it even stops reading them after it finds a space. Example:
pdrock1
pdrock2[space]
pdrock3
will give errors in Spring and probably messes with mapconv somehow too.
