| 01-20-2006, 12:00 AM | #1 |
Im making a pathing map that is made for the barn model. however, i do not wish the walkable area of this pathing map to be unbuildable. (eg: PathTextures\DarkPortalSE.tga ) what colour would i use for "none"? 0.o (and if i must use transparency, how would i do that with a TGA and PSP9? (alpha mask, pallet transperency?)) |
| 01-20-2006, 12:16 AM | #2 |
Code:
Color Walkable? Flyable? Buildable? Red Green Blue White No No No 255 255 255 Red No Yes Yes 255 0 0 Green Yes No Yes 0 255 0 Blue Yes Yes No 0 0 255 Yellow No No Yes 255 255 0 Teal Yes No No 0 255 255 Magenta No Yes No 255 0 255 Black Yes Yes Yes 0 0 0 |
| 01-21-2006, 09:50 AM | #3 |
so, what that graph indicates is: Red = Unwalkable Green = Unflyable Blue = Unbuildable correct? |
| 01-21-2006, 10:21 AM | #4 |
yes |
