RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

(RMVXA) Save file windowskin

Started by &&&&&&&&&&&&&, June 14, 2013, 08:55:01 PM

0 Members and 1 Guest are viewing this topic.

&&&&&&&&&&&&&

Ello thar m8's.
I was messing around, and fiqured out how to change the window skin for each window separately. The problem is, I can't figure out how to change the window for the save file help window. I tried to do the same thing for it, but it just vomits an error on me. (I'm trying to change the part that says "Load which file?" to a different windowskin.)

[spoiler=What I did.][/spoiler]

[spoiler=This one doesn't want to work.][/spoiler]




also i kno it looks like crap atm i havent finishd the skins .___.'
&&&&&&&&&&&&&&&&

modern algebra

Well, try pasting the following script into its own slot below Materials but above Main:


class Scene_Load
  def create_help_window(*args)
    super(*args)
    @help_window.windowskin = Cache.system("Window")
  end
end


Change Window to the name of your desired windowskin.

&&&&&&&&&&&&&

&&&&&&&&&&&&&&&&