Abandoned Ingame Icons Quality

Status
Not open for further replies.

alfonshal

Member
Registered
Joined
Sep 12, 2024
Messages
30
Solutions
1
Reaction score
4
Points
8
Hey guys, i got an asset pack and wanted to use some of it on my server.
But they are ugly as ingame, i played around with png and made them into dds. Set the contrust up in PS, didn't really help.

Unbenannt.PNG


And on this Server they look CRISP!

1729167506675.png
Does anybody know why or what i can do to up the Quality?
 
Hey guys, i got an asset pack and wanted to use some of it on my server.
But they are ugly as ingame, i played around with png and made them into dds. Set the contrust up in PS, didn't really help.

View attachment 706


And on this Server they look CRISP!

View attachment 707
Does anybody know why or what i can do to up the Quality?
Im you can try to up in GIMP in Filters and improvement
 
  • Like
Reactions: alfonshal
You can also try this,

In: .._Common\sfxbase.cpp
Inside this function: CSfxTexture::AddTex(CString str)

Search for:
Hey There!
Please login and(or) register to see this awesome content today.

Replace with:
Hey There!
Please login and(or) register to see this awesome content today.
 
  • Like
Reactions: alfonshal
When it comes to graphics, my opinion might not hold much weight—I’m more short-sighted than a mole🥺🧐😅.
That said, if the DDS is not in the D3DFMT_A8R8G8B8 format,but in DXT1, DXT5, etc, the image quality may be significantly worse than PNG. If the original PNG image is high quality but looks degraded in the game, check if the texture is being loaded in an optimal format, such as D3DFMT_A8R8G8B8, as mentioned above.
 
  • Like
Reactions: alfonshal
Thanks guys but none of that worked.

1729369332196.png

I used Paint.net to safe it as A8R8G8B8 .dds file but it still looks ugly haha
 
Thanks guys but none of that worked.

View attachment 715

I used Paint.net to safe it as A8R8G8B8 .dds file but it still looks ugly haha
Maybe stupid question, have you checked ur settings ingame? Notices some icons change quality depends on quality settings ingame. Maybe you have diffrence between ur server and the other server u play on. 😊
 
Maybe stupid question, have you checked ur settings ingame? Notices some icons change quality depends on quality settings ingame. Maybe you have diffrence between ur server and the other server u play on. 😊
i did bro, thank you. i just think of it that some icons are just too high quality haha

Cheers
 
i did bro, thank you. i just think of it that some icons are just too high quality haha

Cheers
If u were to steal said images and just apply them like u would normally are they dull on your end when applied to your project? Or are they as crisp as the other server?
 
If u were to steal said images and just apply them like u would normally are they dull on your end when applied to your project? Or are they as crisp as the other server?

yeah i found some of them in a source, implemented them and they looked fine, so i'm assuming they were made sometime in the past for flyff by someone ^^
 
Status
Not open for further replies.