[Idea] Better coloured or scaled option, for icons around stations
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 51
- Joined: Fri, 6. Feb 09, 15:54
[Idea] Better coloured or scaled option, for icons around stations
One thing i have found to be truly irritating, is having all icons blue or red and the same size.
Perhaps having Mission icons Yellow and larger would make Mission much easier to find
Perhaps having Mission icons Yellow and larger would make Mission much easier to find
Last edited by gardentwine on Wed, 11. Dec 13, 17:34, edited 5 times in total.
-
- Posts: 2259
- Joined: Fri, 25. Dec 09, 03:56
-
- Posts: 15
- Joined: Fri, 21. Nov 03, 12:45
-
- Posts: 51
- Joined: Fri, 6. Feb 09, 15:54
sorry didn't mean to confuse you i was meant to say Missions not questsBobucles wrote:Uh. Quest icons ARE yellow.
-
- Posts: 51
- Joined: Fri, 6. Feb 09, 15:54
i have managed to find the file that refers to Icons and it has dimensions next them and the Icon texture location.
i have edited the /libraries/icons.xml :
example:
<icon name="infotarget_inactive" texture="assets\fx\gui\textures\target_elements\tsys_info_inact.tga" height="128" width="128"></icon>
i have changed the size of the icon DDS file to 256x256 but the size of the icon in game is still the same.
i aiming at scaling all mission icons and add a few new icons like Patrol / escort /deliver etc, which would all normally use the skull icon.
i have edited the /libraries/icons.xml :
example:
<icon name="infotarget_inactive" texture="assets\fx\gui\textures\target_elements\tsys_info_inact.tga" height="128" width="128"></icon>
i have changed the size of the icon DDS file to 256x256 but the size of the icon in game is still the same.
i aiming at scaling all mission icons and add a few new icons like Patrol / escort /deliver etc, which would all normally use the skull icon.
-
- Posts: 128
- Joined: Wed, 5. May 10, 23:32
-
- Posts: 1256
- Joined: Fri, 26. Aug 05, 22:39
I tried to play around with the icons before but failed to do so. I tried to change the Build icons and realized that the name for them in zones.xml is "buildcon" while in the icon.xml they are build_act, build_inact. Made sense so I searched all the cat files for build_act with notepad++ but came up with 0 hits outside the icon.xml which did not make a lot of sense as somewhere "buildcon" has to turn into build_act/build_inact.
Somewhere deep down there should be lines for color and size because as you said changing the size did not help while the colors are also missing in the icon.xml when I looked at them in gimp they were all grey/black.
Somewhere deep down there should be lines for color and size because as you said changing the size did not help while the colors are also missing in the icon.xml when I looked at them in gimp they were all grey/black.
-
- Posts: 128
- Joined: Wed, 5. May 10, 23:32
-
- Posts: 1256
- Joined: Fri, 26. Aug 05, 22:39
06/libraries/icons.xml will tell you all the locations.Staberind wrote:Csaba, thanks for that, good to know, I think I will be very naughty and crack open the dat files on my own machine and root around as well, that monochrome icon system is smart and means I can replace faction icons easily.
might I ask which dat they were in?
-
- Posts: 51
- Joined: Fri, 6. Feb 09, 15:54
-
- Posts: 1556
- Joined: Wed, 6. Nov 02, 20:31
Thanks guys for trying, I personally have hard time seeing enemy icons in de fre, its red you see, and so are they...and small...and even the guy shooting you doesn't get easily seen against that background. So please continue, because I believe some icons even made black, would be easier to see than what we have now, in some circumstances. 

-
- Posts: 1256
- Joined: Fri, 26. Aug 05, 22:39
My problem was that I never found the full connection between entities->hud->icons. I'm missing the hud link there and don't know where to find it.KRM398 wrote:Thanks guys for trying, I personally have hard time seeing enemy icons in de fre, its red you see, and so are they...and small...and even the guy shooting you doesn't get easily seen against that background. So please continue, because I believe some icons even made black, would be easier to see than what we have now, in some circumstances.
There should be <do if> sells somewhere that set entities active or inactive when clicking on them and the icons.xml connects the textures to those values. (This is just a theory might be very different actually.)
For colors I'd try looking into relations because after the relations change to negative the icons turn red and blue when positive.
There is a mod out there that changes the face textures for Yisha that one changes the library connections, have a look at that one for pointers.gardentwine wrote:The one thing i notice is that the icons.xml refers to tga.
The file in this location is a gz compress file, inside is a DDS file, i managed to open in Gimp using DDS plugin.
i have tried changing these and still having no luck in game yet!!
download here:
https://www.dropbox.com/sh/ecblwt3rla5o ... ceV1_1.zip