AssaultCube - Forum
HUD Texture Question - Printable Version

+- AssaultCube - Forum (https://forum.cubers.net)
+-- Forum: AssaultCube (https://forum.cubers.net/forum-3.html)
+--- Forum: Mapping and Modding (https://forum.cubers.net/forum-11.html)
+--- Thread: HUD Texture Question (/thread-8832.html)



HUD Texture Question - CommandoAir - 04 Mar 17

Hi all, I'm experimenting with mods and I got a couple questions.

My first is, what's the difference between the files "items.png" and "items-tmp.png"?
The original texture files are identical as far as I can tell, and tmp sounds like it could be short for temporary.

My second question is, do the weapon icons that appear in items.png appear anywhere else other than at the bottom of the HUD next to the ammo count?

My final question is, are there any ways of increasing the resolution of textures?

Thanks in advance ;)


RE: HUD Texture Question - grenadier - 04 Mar 17

Ad 1. Ignore "items-tmp.png".
Ad 2. I see in source code, that these icons appear only at the bottom of HUD.
Edit: Ad 3. Increasing resolution of png images should work, if you ask about "items.png" etc.


RE: HUD Texture Question - stef - 04 Mar 17

highres textures: http://forum.cubers.net/thread-7918-post-168763.html#pid168763


RE: HUD Texture Question - CommandoAir - 04 Mar 17

1. Good to know, thanks.
2. Also good to know, thanks.
3. So doubling the image size should allow the use of higher textures? And nothing will be bugged or positioned incorrectly?

And @stef is that just for player skins?

Thanks.


RE: HUD Texture Question - stef - 04 Mar 17

No, the next version will also allow highres map geometry textures. Almost all other textures can be changed already.


RE: HUD Texture Question - CommandoAir - 04 Mar 17

Ok, thanks.