H5N1 Posted July 17, 2011 Share Posted July 17, 2011 Im making speedometer to my edited race gamemode. First I designed it in photoshop and then scripted it into mta. But imo it looks awful. But only in mta! I dont understand why images in MTA are blured. http://i51.tinypic.com/4qsilv.png - photoshop design http://i52.tinypic.com/f4npqv.jpg - MTA Only background for speed (number) and gear looks okey because they are rendered by dxDrawRectangle... PS: I use dx functions to draw images. Link to comment
diegofkda Posted July 17, 2011 Share Posted July 17, 2011 Try to make the DX parameters bigger or smaller. By the way, the resolution should affect that too, try to see how does it look in normal resolution (800x600) Link to comment
Aibo Posted July 17, 2011 Share Posted July 17, 2011 1. use images with sizes that are a power of 2. like 16x16, 32x64, 64x16, 128x32, etc. for your image you can use 512x128, for example 2. resize images carefully, or better not resize at all. Link to comment
H5N1 Posted July 17, 2011 Author Share Posted July 17, 2011 it works! Thank you. Ps: images are not resized. Link to comment
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