HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Non-Regular pathing map question

01-20-2006, 12:00 AM#1
Earth-Fury
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
Immoralis
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
I dunno if thiis helps Infrane FTW, you can figure out the spacing, theres some problems with it
01-21-2006, 09:50 AM#3
Earth-Fury
so, what that graph indicates is:

Red = Unwalkable
Green = Unflyable
Blue = Unbuildable

correct?
01-21-2006, 10:21 AM#4
Thunder_Eye
yes