OpenXcom Forum

Modding => Released Mods => Topic started by: SupSuper on November 08, 2018, 05:31:28 am

Title: [UFO] Improved Geoscape Icons
Post by: SupSuper on November 08, 2018, 05:31:28 am
As Seen On Extra Life(tm)

I made a cosmetic mod that increases the 3x3 globe icons to 7x7 and differentiates crafts and UFOs. Apparently some people think it's worth sharing, so here you go. It's probably helpful if you're using larger Geoscape scales, or if you're color-blind.

Before and After:
(https://i.imgur.com/1MzpLXT.png)

Some design choices:
- The craft icons are outlines so you can see what's underneath them.
- The UFO icons only have different sizes to not give away the exact UFO class.
- The flying/crashed/landed states have different details so they're not distinguished by color alone.

Let me know if these were good or bad choices.
Title: Re: [UFO] Improved Geoscape Icons
Post by: efrenespartano on November 08, 2018, 05:49:22 am
They are beautiful, SupSuper. Thanks for sharing.

Just a question: do you have different sprites for different crafts? I mean, seems that the craft in USA is an Interceptor and the craft near the downed UFO is a Skyranger.


Enviado desde mi iPhone utilizando Tapatalk
Title: Re: [UFO] Improved Geoscape Icons
Post by: Lord_Kane on November 08, 2018, 08:46:10 am
NICE.
Title: Re: [UFO] Improved Geoscape Icons
Post by: bulletdesigner on November 08, 2018, 02:14:04 pm
MY GOD ! very nice!
Title: Re: [UFO] Improved Geoscape Icons
Post by: Hobbes on November 08, 2018, 07:51:34 pm
Just a question: do you have different sprites for different crafts? I mean, seems that the craft in USA is an Interceptor and the craft near the downed UFO is a Skyranger.

Yes he has:

Code: [Select]
crafts:
  - type: STR_SKYRANGER
    marker: 9
  - type: STR_LIGHTNING
    marker: 12
  - type: STR_AVENGER
    marker: 13
  - type: STR_INTERCEPTOR
    marker: 10
  - type: STR_FIRESTORM
    marker: 11
Title: Re: [UFO] Improved Geoscape Icons
Post by: wolfreal on November 08, 2018, 11:39:59 pm
Wow, great!.
Title: Re: [UFO] Improved Geoscape Icons
Post by: SupSuper on November 08, 2018, 11:44:22 pm
They are beautiful, SupSuper. Thanks for sharing.

Just a question: do you have different sprites for different crafts? I mean, seems that the craft in USA is an Interceptor and the craft near the downed UFO is a Skyranger.
Yes, each craft and UFO size has different sprites:
Title: Re: [UFO] Improved Geoscape Icons
Post by: efrenespartano on November 09, 2018, 01:47:42 am
I just have this crash on a vanilla Xcom. :( Any ideas?

Code: [Select]
[08-11-2018_17-43-17] [WARN] disabling mod with invalid ruleset: GeoIconsUFO
[08-11-2018_17-43-17] [ERROR] failed to load 'Detailed Geoscape Icons'; mod disabled for next startup
C:\Users\biblio54.CSOCIALES\Desktop\wORK\UNEXCOM\user\mods\GeoIconsUFO/markers.rul: invalid node; this may result from using a map iterator as a sequence iterator, or vice-versa

EDIT: Yeah, I fixed it. It only work with the new OXCE released yesterday, my folder version was outdated.  ;D

Yes he has:

Code: [Select]
crafts:
  - type: STR_SKYRANGER
    marker: 9
  - type: STR_LIGHTNING
    marker: 12
  - type: STR_AVENGER
    marker: 13
  - type: STR_INTERCEPTOR
    marker: 10
  - type: STR_FIRESTORM
    marker: 11

You readed my mind! I was about to ask this. I suppose that this can be expanded with additional icons.
Title: Re: [UFO] Improved Geoscape Icons
Post by: Hobbes on November 09, 2018, 02:04:40 am
You readed my mind! I was about to ask this. I suppose that this can be expanded with additional icons.

You can add as many additional icons as you like, if you have 20 different craft then you can have 20 different icons.
Title: Re: [UFO] Improved Geoscape Icons
Post by: efrenespartano on November 09, 2018, 02:05:18 am
You can add as many additional icons as you like, if you have 20 different craft then you can have 20 different icons.

Great!
Title: Re: [UFO] Improved Geoscape Icons
Post by: Lord_Kane on November 09, 2018, 02:50:49 am
I just have this crash on a vanilla Xcom. :( Any ideas?

Code: [Select]
[08-11-2018_17-43-17] [WARN] disabling mod with invalid ruleset: GeoIconsUFO
[08-11-2018_17-43-17] [ERROR] failed to load 'Detailed Geoscape Icons'; mod disabled for next startup
C:\Users\biblio54.CSOCIALES\Desktop\wORK\UNEXCOM\user\mods\GeoIconsUFO/markers.rul: invalid node; this may result from using a map iterator as a sequence iterator, or vice-versa

EDIT: Yeah, I fixed it. It only work with the new OXCE released yesterday, my folder version was outdated.  ;D

You readed my mind! I was about to ask this. I suppose that this can be expanded with additional icons.

Update to the newest nightly for vanilla OXC he added in support for geoscape icon mods, like a month or two ago. I think, but yeah running the latest OXC (2018_11_07) here and its working fine. 
Title: Re: [UFO] Improved Geoscape Icons
Post by: SIMON BAILIE on November 10, 2018, 08:57:25 pm
How would you convert this mod for TFTD use?
Title: Re: [UFO] Improved Geoscape Icons
Post by: Meridian on November 10, 2018, 09:24:31 pm
How would you convert this mod for TFTD use?

By drawing icons in TFTD palette and chaging UFO craft/ufo names to TFTD ufo names in the ruleset?