Author Topic: OXCE (OpenXcom Extended) main thread  (Read 445626 times)

Offline Yankes

  • Moderator
  • Commander
  • ***
  • Posts: 3194
    • View Profile
Re: OXCE (OpenXcom Extended) main thread
« Reply #900 on: October 18, 2021, 04:22:08 pm »
Hard to say its is intended but game behave this way, animation is independent in most case from real explosion calculation.
Even more if range is bigger it still show animation on places where explosion even do not touch.

Offline Nord

  • Commander
  • *****
  • Posts: 1625
  • The Gate is open.
    • View Profile
Re: OXCE (OpenXcom Extended) main thread
« Reply #901 on: October 20, 2021, 10:44:18 am »
Modding:
- It is now possible to show multiple special buttons at once (psi, special, soldier skill)
And how to make them NOT showing? I got unnecessary "psi" button showed for all my units with psi-abilities.
Thanks.

Offline Meridian

  • Global Moderator
  • Commander
  • ***
  • Posts: 8597
    • View Profile
Re: OXCE (OpenXcom Extended) main thread
« Reply #902 on: October 20, 2021, 10:46:21 am »
And how to make them NOT showing? I got unnecessary "psi" button showed for all my units with psi-abilities.
Thanks.

That's a bug, being fixed right now...

Offline Yankes

  • Moderator
  • Commander
  • ***
  • Posts: 3194
    • View Profile
Re: OXCE (OpenXcom Extended) main thread
« Reply #903 on: October 24, 2021, 01:33:47 pm »
I plan release bug fix for this today

Offline Meridian

  • Global Moderator
  • Commander
  • ***
  • Posts: 8597
    • View Profile
Re: OXCE (OpenXcom Extended) main thread
« Reply #904 on: October 24, 2021, 09:10:23 pm »
New OXCE v7.1.4 is up.

2021-10-24
Modding:
- Ability to change armor values via Soldier Bonuses: https://openxcom.org/forum/index.php/topic,7405.msg141860.html#msg141860
- Arc/Mission/Event-script triggers by xcom base country: https://openxcom.org/forum/index.php/topic,7215.msg141846.html#msg141846
- Arc/Mission/Event-script triggers by xcom base region

Other:
- Added Ukrainian translation

Bugfixes:
- Fixed duplicated psi weapon button

Download: https://openxcom.org/forum/index.php/topic,5258.0.html

Offline Ethereal

  • Commander
  • *****
  • Posts: 619
    • View Profile
Re: OXCE (OpenXcom Extended) main thread
« Reply #905 on: October 25, 2021, 10:38:06 pm »

- Ability to change armor values via Soldier Bonuses: https://openxcom.org/forum/index.php/topic,7405.msg141860.html#msg141860

Well, for the sake of such a bonus, I switch to the new version without question.  :)
One request:
- Craft returning after mission don't join dogfights

Please do this by disabling/enabling the function.

Thanks for the updates.

Offline Fiskun1

  • Colonel
  • ****
  • Posts: 108
    • View Profile
Re: OXCE (OpenXcom Extended) main thread
« Reply #906 on: October 29, 2021, 04:11:03 pm »
It’s very interesting who translates into Ukrainian?

Offline Meridian

  • Global Moderator
  • Commander
  • ***
  • Posts: 8597
    • View Profile
Re: OXCE (OpenXcom Extended) main thread
« Reply #907 on: October 29, 2021, 05:44:11 pm »
It’s very interesting who translates into Ukrainian?

Somebody called Andriy Rutar.

You can see all details on Transifex: https://www.transifex.com/openxcom/openxcom-extended/language/uk/

Offline krautbernd

  • Commander
  • *****
  • Posts: 1116
    • View Profile
Re: OXCE (OpenXcom Extended) main thread
« Reply #908 on: October 31, 2021, 08:12:32 pm »
Can somebody help me? I am currently running into issues while trying to implement an additional base facility which has a map with a custom tileset (in addition to the vanilla tilesets).

I take it I have to modify the whole base defense terrain (XBASE) to include the custom tileset? Or is it possible to include/add custom tilsets on a map block basis and/or add facilities as stand-alone maps?

Thanks in advance.
« Last Edit: October 31, 2021, 08:15:48 pm by krautbernd »

Offline BTAxis

  • Colonel
  • ****
  • Posts: 149
    • View Profile
Re: OXCE (OpenXcom Extended) main thread
« Reply #909 on: November 27, 2021, 12:29:08 pm »
There is a bug (well, I consider it a bug) with the craft equipment templates. If you save a template while the equipment list is being filtered via Q quicksearch, it only saves the equipment that's filtered (and on the craft). It should save all equipment that's assigned to the craft regardless of the filter.

Offline Meridian

  • Global Moderator
  • Commander
  • ***
  • Posts: 8597
    • View Profile
Re: OXCE (OpenXcom Extended) main thread
« Reply #910 on: November 27, 2021, 03:32:03 pm »
There is a bug (well, I consider it a bug) with the craft equipment templates. If you save a template while the equipment list is being filtered via Q quicksearch, it only saves the equipment that's filtered (and on the craft). It should save all equipment that's assigned to the craft regardless of the filter.

It's a useful feature, this way you can choose whether to save everything or just the filtered stuff.

See also my comment that it is intended: https://github.com/MeridianOXC/OpenXcom/blob/oxce-plus/src/Basescape/CraftEquipmentState.cpp#L879

Offline mercy

  • Colonel
  • ****
  • Posts: 338
    • View Profile
Re: OXCE (OpenXcom Extended) main thread
« Reply #911 on: November 27, 2021, 06:52:35 pm »
Center on Enemy X red rectangle doesn't remain red after switching to new unit in
 Extended-7.1.7-19e41cbc3-2021-11-25-win64.7z
Is it the variable
  oxceEnableSlackingIndicator: true

or probably caused by this:
  oxceRecommendedOptionsWereSet: true

Is there an INI variable that can switch this function back as it was originally?

Offline Meridian

  • Global Moderator
  • Commander
  • ***
  • Posts: 8597
    • View Profile
Re: OXCE (OpenXcom Extended) main thread
« Reply #912 on: November 27, 2021, 07:25:28 pm »
Center on Enemy X red rectangle doesn't remain red after switching to new unit in

because the new unit doesn't see enemy X... so no red rectangle

Is there an INI variable that can switch this function back as it was originally?

it works as it worked originally, since 2015, in OXCE

(in OG and OXC, the red rectangle just disappears... as they don't have any green rectangles)

Offline BTAxis

  • Colonel
  • ****
  • Posts: 149
    • View Profile
Re: OXCE (OpenXcom Extended) main thread
« Reply #913 on: November 28, 2021, 03:28:34 am »
It's a useful feature, this way you can choose whether to save everything or just the filtered stuff.

Ah, okay, got it. I never want to do this, but that's okay. I just need to be careful to always turn the filter off first.

Offline Meridian

  • Global Moderator
  • Commander
  • ***
  • Posts: 8597
    • View Profile
Re: OXCE (OpenXcom Extended) main thread
« Reply #914 on: December 20, 2021, 06:45:47 pm »
I would like to request a shortcut to transfer everything from the left to the right (at once on keypress "X") on the Transfer screen, please:



done