HardcoreLegend Posted May 14, 2005 Share Posted May 14, 2005 I'm currently trying to port the Forbes Autumn from the PC to the XBOX, and have it about 94% done now. The only outstanding problem is images I'm attempting to get rid of (ie Skyline and a building) are showing up as black images, because that's what I did, black them out. Neither of these have alpha files in the game. If I create an alpha file, and completely black it out for that image, will it make it transparent? Say I have a bmp that shows up after unpacking it as 0007.xsh. If I insert an alpha file 0007-a.xsh into the folder and have it completely blacked out, will that solve my problem? Link to comment Share on other sites More sharing options...
five Posted May 14, 2005 Share Posted May 14, 2005 No. I know how to do it using fshED, I'm not sure how to do it using the nfshtool method. With the fshED tool, you need to import a .TGA with an alpha layer AND change the TYPE of the file to another type that is already transparent. Link to comment Share on other sites More sharing options...
Hollywood Posted May 14, 2005 Share Posted May 14, 2005 Using Nsfhtool, from Dan's Blog, In some instances there may be missing transparencies: Make the transparencies by creating an alpha file it is an 8 bit grayscale file white is what will be seen in the game black is what won’t be seen. Save it as 0024-4a.bmp and then make subsequent copies for the other mipmaps. Then edit the index file again gotr 0024-%d.BMP MBP+2 60 x1 256 256 {0 0 0} ETXT 69 64 16 {0 0 0 0} EAGL64%20metal%20bin%20attachment%20for%20runtime%20texture%20management%00%00%00%00%00%00 ETXT 70 gotr%00%00%00%00%00%00%00%00 Above ETXT put in the string: alpha 0024-%da.BMP and edit the 60 after MBP+2 to 61 so it looks like this gotr 0024-%d.BMP MBP+2 61 x1 256 256 {0 0 0} alpha 0024-%da.BMP ETXT 69 64 16 {0 0 0 0} EAGL64%20metal%20bin%20attachment%20for%20runtime%20texture%20management%00%00%00%00%00%00 ETXT 70 gotr%00%00%00%00%00%00%00%00 That ads the alpha file. Link to comment Share on other sites More sharing options...
five Posted May 14, 2005 Share Posted May 14, 2005 Dan's Blog? Link to comment Share on other sites More sharing options...
Trues Posted May 14, 2005 Share Posted May 14, 2005 I like using the fshED method myself. Link to comment Share on other sites More sharing options...
HardcoreLegend Posted May 14, 2005 Author Share Posted May 14, 2005 Brilliant! You guys just saved me alot of trouble. And if I can merely create transparency where it wasn't before, some of the other stadium mods can be converted. Thanks! Link to comment Share on other sites More sharing options...
HardcoreLegend Posted May 14, 2005 Author Share Posted May 14, 2005 It worked, so if I ever get paulw's permission, I upload his Forbes Autumn stadium mod for XBOX users. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.