need help with nvidia .dds plugin
<div class="IPBDescription">trying to get glow effects with .dds</div>I'm trying to create a glow effect for some UI elements for Combat and other mods but when I save using the nvidia .dds plugin it does this to the image
<img src="http://i.imgur.com/FaMyd.jpg" border="0" class="linked-image" />
I wonder if anyone got any ideas on how to fix this or maybe upload and send the profile they are using.
btw when I press 2d perview it shows me the picture ( still messed up and no effect ) if I press 3d preview it gives me 6 versions of that image in different stages one of them is working correctly but I don't know how to get it.
After asking Brian about it he told me to check if I compressed the file too much I tried changing those settings but still nothing, there are alot of other settings that I don't want to mess with because I simply have no clue what they do and as far as I can tell there is no way to reset to default.
ps.
To developers if you are reading this, can we get support for .png format for UI stuff the engine allready supports it for loading screens so I see no reason to not being able to do it stright from photoshop simple and easy without the need to go thru plugins or the build process.
Hope someone can help as this have been bugging me for some time now.
Thanks
<img src="http://i.imgur.com/FaMyd.jpg" border="0" class="linked-image" />
I wonder if anyone got any ideas on how to fix this or maybe upload and send the profile they are using.
btw when I press 2d perview it shows me the picture ( still messed up and no effect ) if I press 3d preview it gives me 6 versions of that image in different stages one of them is working correctly but I don't know how to get it.
After asking Brian about it he told me to check if I compressed the file too much I tried changing those settings but still nothing, there are alot of other settings that I don't want to mess with because I simply have no clue what they do and as far as I can tell there is no way to reset to default.
ps.
To developers if you are reading this, can we get support for .png format for UI stuff the engine allready supports it for loading screens so I see no reason to not being able to do it stright from photoshop simple and easy without the need to go thru plugins or the build process.
Hope someone can help as this have been bugging me for some time now.
Thanks
Comments
<ul><li>DXT5 ARGB 8bpp | interpolated alpha</li><li>2D Texure</li><li>No MIP maps</li></ul>
I've noticed that the photoshop dds plugin doesn't work as well as the included builder which compiles psd into dds for you. After Insight was officially included and they ran all my textures through the builder, everything was 10x sharper. I haven't tried getting it to work yet, but you may want to look into that as well.
Did GUIItem:SetTexture stop working for pngs I know it used to work fine for them before or are you doing something with materials for gui stuff
<ul><li>DXT5 ARGB 8bpp | interpolated alpha</li><li>2D Texure</li><li>No MIP maps</li></ul>
I've noticed that the photoshop dds plugin doesn't work as well as the included builder which compiles psd into dds for you. After Insight was officially included and they ran all my textures through the builder, everything was 10x sharper. I haven't tried getting it to work yet, but you may want to look into that as well.<!--QuoteEnd--></div><!--QuoteEEnd-->
Thanks for the tips Huze will try that.
<!--quoteo(post=2008260:date=Nov 3 2012, 05:25 PM:name=fsfod)--><div class='quotetop'>QUOTE (fsfod @ Nov 3 2012, 05:25 PM) <a href="index.php?act=findpost&pid=2008260"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Did GUIItem:SetTexture stop working for pngs I know it used to work fine for them before or are you doing something with materials for gui stuff<!--QuoteEnd--></div><!--QuoteEEnd-->
Not sure actully I assumed they didnt work with .png because the programmers kept asking me to save as .dds I don't know if they looked into it, will ask them to test next time I make something.
All UI textures are uncompressed since Build 19x (don't remember the exact build). Of course they are sharper if you compressed them with DXT before. :P
I sent them the same dds files I was using in insight. They rebuilt them with the builder and they looked better in-game. I assumed it was something to do with mipmap quality, not compression.