Author Topic: [GLOBE] [MOD] more space for labels  (Read 3453 times)

Offline clownagent

  • Colonel
  • ****
  • Posts: 380
    • View Profile
[GLOBE] [MOD] more space for labels
« on: September 21, 2014, 07:00:59 pm »
Some suggestions for making globe modding easier:

1. give more space for country labels on the globe, otherwise longer names are cut (screenshot 1)

2. Allow the placing of labels for "region" names maybe with red color. When you create a completely new globe (like Mars or Moon) people usually cannot easily identify regions by their shape on the map, they need a label.

3. Make the country name boxes in the "graphs screen" larger. There is some unused space (red circle in screenshot 2)

EDIT

4. The background color of the globe is now blue (ocean). Even when the globe is completely covered with textured polygons one can sometimes see the backround color at the globe border (screenshot 3). Therefore it would be good if one can change the background color via ruleset.
This is probably necessary for TFTD anyway, where the backround color of the globe is yellow (land masses).
« Last Edit: September 21, 2014, 09:14:00 pm by clownagent »

Offline moriarty

  • Commander
  • *****
  • Posts: 1421
    • View Profile
    • Luke's OX mod site
Re: [GLOBE] [MOD] more space for labels
« Reply #1 on: September 22, 2014, 04:48:55 pm »
4. The background color of the globe is now blue (ocean). Even when the globe is completely covered with textured polygons one can sometimes see the backround color at the globe border (screenshot 3). Therefore it would be good if one can change the background color via ruleset.
This is probably necessary for TFTD anyway, where the backround color of the globe is yellow (land masses).

Maybe it would be better to drop the "background" altogether, instead tiling the "leftover" space with a special terrain - one that has a flag "UFOs that crash here are destroyed"? that would eliminate the edge-effects in the geoscape globe.

even better, make that a "terrain type" integer:
standard terrain types would be "0" = "water" and "1" = "land".
shot-down UFOs would be destroyed if over "0" terrain, shot-down flying subs might be destroyed if over "1" terrain...
for special scenarios, you could add a terrain type "2" = "lava", which destroys everything... or a terrain type "3" = "green cheese" for a moon scenario, which reduces the impact damage dealt to UFOs that crash there :D

Offline Falko

  • Commander
  • *****
  • Posts: 802
    • View Profile
Re: [GLOBE] [MOD] more space for labels
« Reply #2 on: September 22, 2014, 10:34:35 pm »
you can change the "water"-color in the ruleset
Code: [Select]
interfaces:
  - type: geoscape
    elements:
      - id: globe
        color: [SOME COLOR INDEX NUMBER]
        color2: [SOME COLOR INDEX NUMBER]
the problem with the blue edge is one of resolution
i atttached an image of the current state of the worleditor here on my disk
i took your "fully filled planet" idea and made my own script/button
the shown randomly textured planet is with 5degree blocks in lon/lat
but without the blue edges if i use 20degree blocks i get the blue edges too (i did not check where the exact "resolution" point is where they appear)

Offline clownagent

  • Colonel
  • ****
  • Posts: 380
    • View Profile
Re: [GLOBE] [MOD] more space for labels
« Reply #3 on: September 22, 2014, 10:55:54 pm »
you can change the "water"-color in the ruleset
Code: [Select]
interfaces:
  - type: geoscape
    elements:
      - id: globe
        color: [SOME COLOR INDEX NUMBER]
        color2: [SOME COLOR INDEX NUMBER]
the problem with the blue edge is one of resolution
i atttached an image of the current state of the worleditor here on my disk
i took your "fully filled planet" idea and made my own script/button
the shown randomly textured planet is with 5degree blocks in lon/lat
but without the blue edges if i use 20degree blocks i get the blue edges too (i did not check where the exact "resolution" point is where they appear)

Ah thanks for this. Does the color index correspond to the geoscape palette?

And is their a way to change the geoscape palette colors? Since the color space of the geoscape is a bit limited. There are no red-orange colors for example.

P.S. Your new world editor looks good :D

Offline Falko

  • Commander
  • *****
  • Posts: 802
    • View Profile
Re: [GLOBE] [MOD] more space for labels
« Reply #4 on: September 22, 2014, 11:13:37 pm »
the index corespoonds to the geoscape palette
FYI:
Code: [Select]
      - id: globe
        border: [color of the polylines/borders]
replacing palette i admit i dont know if its possible as a mod
perhaps using geo-tftd palette would be useful because there we have at least one line of reddish colors (16 color)