Author Topic: Box text color  (Read 7236 times)

vayneruel

  • *
  • Posts: 161
    • View Profile
Box text color
« on: 2012-03-13 12:52:08 »
Hi all, I want to know how I can change the color of the text box of enemy attack? I want some attacks appear with a red square as the limits breaks , is this possibly?thanks for your attention.

ajthedj747

  • *
  • Posts: 305
  • Looking Forward to 2017
    • View Profile
Re: Box text color
« Reply #1 on: 2012-03-19 20:09:09 »
You know, that is a very good question. I hope somebody will answer your question, because I do not have the answer. If I did, I would have given it to you and to everybody else as well. Good Luck getting the right answer on this question.

This indeed would be a great game-play tweak.

Bosola

  • Fire hazard!
  • *
  • Posts: 1752
    • View Profile
    • My YouTube Channel
Re: Box text color
« Reply #2 on: 2012-03-20 12:21:53 »
Prefix the title of your attack with the string '{BOX:RED}' - e.g. '{BOX:RED}Cure3'

This should work for enemy attacks as well as player commands, though I'm not certain.

There's no way to access any other colours.

vayneruel

  • *
  • Posts: 161
    • View Profile
Re: Box text color
« Reply #3 on: 2012-03-20 12:58:13 »
I tried what you said Bosola, but in the box appears this text: {BOX: RED} Cure3 and the box is the same color.

Bosola

  • Fire hazard!
  • *
  • Posts: 1752
    • View Profile
    • My YouTube Channel
Re: Box text color
« Reply #4 on: 2012-03-20 20:27:58 »
Do not insert a space in 'BOX:RED'.

vayneruel

  • *
  • Posts: 161
    • View Profile
Re: Box text color
« Reply #5 on: 2012-03-20 23:24:47 »
no no, i´m not insert a space in the name of attack, i write this:{BOX:RED}Cure3 (not space)but doesn´t work

Bosola

  • Fire hazard!
  • *
  • Posts: 1752
    • View Profile
    • My YouTube Channel
Re: Box text color
« Reply #6 on: 2012-03-21 09:34:38 »
Then it may just not work for enemy attacks.

vayneruel

  • *
  • Posts: 161
    • View Profile
Re: Box text color
« Reply #7 on: 2012-03-21 10:55:20 »
In a video on youtube, I saw that worked, but was probably modified with a hex editor.

nfitc1

  • *
  • Posts: 3011
  • I just don't know what went wrong.
    • View Profile
    • WM/PrC Blog
Re: Box text color
« Reply #8 on: 2012-03-21 13:14:37 »
You'd have to chance Cure3 in the KERNEL.BIN, not the scene.bin.

vayneruel

  • *
  • Posts: 161
    • View Profile
Re: Box text color
« Reply #9 on: 2012-03-21 14:09:03 »
But I want to change the color of the box with enemy attacks, in kernel.bin it works but I want  change in scene.bin

NxK

  • *
  • Posts: 130
  • In AI I Trust
    • View Profile
    • YT
Re: Box text color
« Reply #10 on: 2012-03-21 15:19:01 »
In a video on youtube, I saw that worked, but was probably modified with a hex editor.

Can you give a link to this video?
I suppose the enemy is using an attack stored in the Kernel.bin.

vayneruel

  • *
  • Posts: 161
    • View Profile
Re: Box text color
« Reply #11 on: 2012-03-21 15:54:14 »

NxK

  • *
  • Posts: 130
  • In AI I Trust
    • View Profile
    • YT
Re: Box text color
« Reply #12 on: 2012-03-21 16:22:20 »
http://www.youtube.com/watch?v=-V1I4vPqQJQ
This is the video.

So, you are referring to the "Shinra's Finest" atatck at 2:25? I believe that this attack was stored as one of the Kernel.bin attacks, possibly as a (temporrary) replacement for an enemy skill (I did something similar myself (http://www.youtube.com/watch?v=yvAuKc0bpXw , 1:38)). Like this, one will have to name that attack {BOX: RED}Shinra's Finest in the kernel.bin and have one's respective enemy use that attack via a Scene.bin AI script.

vayneruel

  • *
  • Posts: 161
    • View Profile
Re: Box text color
« Reply #13 on: 2012-03-21 16:55:46 »
Ok , OK i´m understand XD, so replace a name of attack with {BOX:RED} in kernel.bin but if a character use this attack the box appears in red :0
Thanks