Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 [Atoa SBS] Changing the command window font
#2
Well, the original author doesn't seem to be supporting it and Atoa's strived to fix as many holes as he did in this VX to XP translation But with as many problems it has, he couldn't go on supporting it. That's why it was closed. Atoa's got his ACBS system anyway.

But far be it from me just saying... there's nothing to be done!

I do hate rewriting base scripts, but this MAY help.

Paste this right below Scene_Debug and above your custom scripts:
Window_Command Rewrite

By default, it should act as normal. The regular commands asking to create a command window should be unaffected. But if you also include a font name when making a window, it should use that font.

So, go into (I'm guessing it's similar to the old copy I have?) Core Scripts: * Sideview 2, and go near the 50th or 60th line where you see:
Code:
@actor_command_window = Window_Command.new(160, [s1, s2, s3, s4])
Change it to
Code:
@actor_command_window = Window_Command.new(160, [s1, s2, s3, s4], "Arial")

As you see, the mod I made can allow you to add a font to the very end. If you don't add a font, then it uses the default font.

Works for me... and assumes that nothing else rewrites the initialize method in Window_Command.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }


Messages In This Thread
RE: [Atoa SBS] Changing the command window font - by DerVVulfman - 04-12-2011, 05:43 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
   ACBS - Atoa Custom Battle System and TP System zlsl 2 3,809 10-20-2021, 05:09 AM
Last Post: zlsl
   I want to add an Atoa Custom Battle System command cut-in. zlsl 11 12,105 11-11-2019, 08:55 PM
Last Post: DerVVulfman
   Question about ACBS (Atoa Custom Battle System) aeliath 10 11,084 08-08-2019, 02:50 PM
Last Post: aeliath
   Sorting Items in Shop Window Melana 13 15,691 01-18-2018, 05:49 AM
Last Post: DerVVulfman
   Atoa Individual Battle Commands Geminil 3 6,274 08-02-2017, 03:17 AM
Last Post: DerVVulfman
  Expiration States with Atoa acbs: error Noctis 5 8,217 02-18-2017, 01:10 AM
Last Post: DerVVulfman
Shocked  Help needed with Atoa's CBS jreagan406 2 5,167 02-16-2017, 12:36 PM
Last Post: jreagan406
   Problems with counteraatack addon of Atoa Custom Battle System Djigit 22 31,840 01-05-2017, 08:05 PM
Last Post: Noctis
   Atoa ACBS HP Regen Skill Lightness 11 12,435 03-11-2016, 10:43 PM
Last Post: Lightness
   Atoa Custom Battle System: Popup when status change Noctis 6 9,290 02-01-2016, 12:52 AM
Last Post: Noctis



Users browsing this thread: