Nori Yaro Posted May 2, 2013 Share Posted May 2, 2013 Trying to convert a texture from gta iv to sa. And IV uses transparency while SA uses alpha. No matter what I do it always comes out buggy. Best result I had was whole texture slightly transparent and completely transparent where it has to be. I'm using G-TXD since txd workshop lags like sh*t and f*cks up. Even tried in photoshop but still not working. How can I create alpha for a transparent texture. PS: The texture isn't transparent as a whole, just transparent at the places where there is no color (the empty space) Link to comment Share on other sites More sharing options...
RanxeroX Posted May 6, 2013 Share Posted May 6, 2013 IV uses transparency while SA uses alpha Both of those terms are referring to the same thing... Transparency in ANY game/software is stored in the alpha channel portion of a graphic. While in a graphic editor, you use opacity to set the desired level of transparency. I don't use Photoshop so I can't give you specific directions but look for a command that saves to the alpha channel. This will move the transparency data to that channel so that it can be saved along with the graphic data. This is only needed for exporting to other graphic formats. When you're ready to save, you must choose a graphic format that supports storing transparency data. This is usually PNG or TIFF for non-game use. Games typically use the Direct-X format internally and there are a few variations of it. If you simply want to store in a format that is simple transparent on/off use DXT-1 format - this is an all or nothing type. If you want levels of transparency then use DXT-3 or DXT-5 when saving. Photoshop is capable of creating all types. However, for import/export when using game editors like the ones you mentioned, stick with the PNG format. The editors themselves will convert them to and from the proper format. If you want to know more on the subject, Google the terms I've used... Hope this helps! Link to comment Share on other sites More sharing options...
DK22Pac Posted May 6, 2013 Share Posted May 6, 2013 However, for import/export when using game editors like the ones you mentioned, stick with the PNG format. The editors themselves will convert them to and from the proper format. Maybe this will help in this case? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now