[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
   GW Animated Battle backs Patch for Atoa ACBS Solitaire 21 28,409 10-17-2024, 06:37 AM
Last Post: Solitaire
   Atoa ACBS, Equipment Set Add-on Error Solitaire 10 13,545 10-13-2024, 11:41 PM
Last Post: Solitaire
   ACBS - Atoa Custom Battle System and TP System zlsl 2 9,766 10-20-2021, 05:09 AM
Last Post: zlsl
   I want to add an Atoa Custom Battle System command cut-in. zlsl 11 28,328 11-11-2019, 08:55 PM
Last Post: DerVVulfman
   Question about ACBS (Atoa Custom Battle System) aeliath 10 26,737 08-08-2019, 02:50 PM
Last Post: aeliath
   Sorting Items in Shop Window Mel 13 32,350 01-18-2018, 05:49 AM
Last Post: DerVVulfman
   Atoa Individual Battle Commands Geminil 3 12,289 08-02-2017, 03:17 AM
Last Post: DerVVulfman
  Expiration States with Atoa acbs: error Noctis 5 16,340 02-18-2017, 01:10 AM
Last Post: DerVVulfman
Shocked  Help needed with Atoa's CBS jreagan406 2 10,893 02-16-2017, 12:36 PM
Last Post: jreagan406
   Problems with counteraatack addon of Atoa Custom Battle System Djigit 22 60,007 01-05-2017, 08:05 PM
Last Post: Noctis



Users browsing this thread: 1 Guest(s)