aliens

Author Topic: [DONE][Suggestion] Amiga thinking...  (Read 2294 times)

Offline Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8885
    • View Profile
[DONE][Suggestion] Amiga thinking...
« on: August 08, 2022, 06:11:05 pm »
.

Offline Juku121

  • Commander
  • *****
  • Posts: 1821
  • We're all mad here.
    • View Profile
Re: [Suggestion] Amiga thinking...
« Reply #1 on: August 08, 2022, 07:09:24 pm »
Is it likely to work okay, or like this? :P

Offline Nord

  • Commander
  • *****
  • Posts: 1713
  • The Gate is open.
    • View Profile
Re: [Suggestion] Amiga thinking...
« Reply #2 on: August 09, 2022, 10:51:57 am »
 Report "99% done" make you happy only first half of a hour.

Pure cosmetic, i think.

Offline Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8885
    • View Profile
Re: [DONE][Suggestion] Amiga thinking...
« Reply #3 on: January 29, 2024, 09:53:41 pm »

Offline Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8885
    • View Profile
Re: [DONE][Suggestion] Amiga thinking...
« Reply #4 on: January 29, 2024, 09:56:30 pm »
And a video...

Offline Ethereal

  • Commander
  • *****
  • Posts: 669
    • View Profile
Re: [DONE][Suggestion] Amiga thinking...
« Reply #5 on: September 06, 2024, 03:08:13 am »
Code: [Select]
extraStrings:
  - type: en-US
    strings:
      STR_THINKING: ""

interfaces:
  - type: battlescape
    elements:
      - id: thinkingProgressBar
        color: 0
        color2: 0
        border: 0 # 0 is ignored, in that case color+4 is used

Maybe it's worth making this a separate option that can be turned on/off? I also think this indicator is unnecessary, but even more unnecessary is the white frame from the non-working indicator.

Offline CrazedHarpooner

  • Captain
  • ***
  • Posts: 79
    • View Profile
Re: [DONE][Suggestion] Amiga thinking...
« Reply #6 on: September 06, 2024, 04:12:31 pm »
I'd like to request that the border value actually work with 0 instead of using 'color+4'. This would allow any modder to use borderless progress bar as well as completely disable the feature without leaving an empty rectangle. You can achieve a borderless progress bar if you use these values as it exploits the overflow of the Uint8 parameter, but it's the only way to currently achieve this, probably unintended and still doesn't allow fully 'turning off' said feature.

Code: [Select]
interfaces:
  - type: battlescape
    elements:
      - id: thinkingProgressBar
        color: 252
        color2: 0
        border: 0

Offline Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8885
    • View Profile
Re: [DONE][Suggestion] Amiga thinking...
« Reply #7 on: September 09, 2024, 07:11:03 pm »
Maybe it's worth making this a separate option that can be turned on/off?

Done in OXCE 7.14.1

Can be edited manually in options.cfg

Code: [Select]
  oxceDisableThinkingProgressBar: true    # default false

Offline LeftoverRemains

  • Squaddie
  • *
  • Posts: 6
    • View Profile
Re: [DONE][Suggestion] Amiga thinking...
« Reply #8 on: September 11, 2024, 11:27:19 am »
Awesome!! Thank you so much!