aliens

Author Topic: [DONE][Suggestion] New Battle: ability to select globe texture  (Read 2262 times)

Offline PaddyCom

  • Squaddie
  • *
  • Posts: 8
    • View Profile
Re: [Suggestion and potential bug report] New Battle improvements
« Reply #15 on: July 17, 2023, 04:05:33 pm »
^ good to know. Hopefully, you'll take these suggestions into consideration for the next OXCE build. Thanks to everyone for contributing and thanks to @yergnoor for the suggestion!

Online Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8643
    • View Profile
Re: [DONE][Suggestion] New Battle: ability to select globe texture
« Reply #16 on: January 13, 2024, 07:01:22 pm »
Done.

https://github.com/MeridianOXC/OpenXcom/commit/3e244b4c3044b3b4c05978e80f7b0f115e307c79

Modders should probably also rename the textures in their megamods, here's the vanilla names:

Code: [Select]
  GLOBE_TEXTURE_0: "Forest/Jungle 1"
  GLOBE_TEXTURE_1: "Farmland 1"
  GLOBE_TEXTURE_2: "Farmland 2"
  GLOBE_TEXTURE_3: "Farmland 3"
  GLOBE_TEXTURE_4: "Farmland 4"
  GLOBE_TEXTURE_5: "Mountains"
  GLOBE_TEXTURE_6: "Forest/Jungle 2"
  GLOBE_TEXTURE_7: "Desert 1"
  GLOBE_TEXTURE_8: "Desert 2"
  GLOBE_TEXTURE_9: "Polar 1"
  GLOBE_TEXTURE_10: "Forest/Jungle 3"
  GLOBE_TEXTURE_11: "Forest/Jungle 4"
  GLOBE_TEXTURE_12: "Polar 2"

Code: [Select]
  GLOBE_TEXTURE_0: "Seabed/Coral 1"
  GLOBE_TEXTURE_1: "Research Facility 1"
  GLOBE_TEXTURE_2: "Crashed Plane"
  GLOBE_TEXTURE_3: "Atlantis"
  GLOBE_TEXTURE_4: "Mayan Temple 1"
  GLOBE_TEXTURE_5: "Sunken Galleon"
  GLOBE_TEXTURE_6: "Sunken Liner 1"
  GLOBE_TEXTURE_7: "Volcanic 1"
  GLOBE_TEXTURE_8: "Seabed/Coral 2"
  GLOBE_TEXTURE_9: "Volcanic 2"
  GLOBE_TEXTURE_10: "Sunken Liner 2"
  GLOBE_TEXTURE_11: "Research Facility 2"
  GLOBE_TEXTURE_12: "Mayan Temple 2"

Online Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8643
    • View Profile
Re: [DONE][Suggestion] New Battle: ability to select globe texture
« Reply #17 on: January 13, 2024, 07:02:21 pm »
And some videos attached.