04-29-2006, 01:00 PM
Transparent command box in title
ryujijitei
Apr 29 2006
This is another thing I came up with. If you don't have the SDK:
Go to Scene_Title
Find: @command_window.back_opacity = 160
Put this under it: @command_window.opacity = 0
If you do have the SDK:
Go to the SDK script
Find: @command_window.back_opacity = 160
Put this under it: @command_window.opacity = 0
Simple as that. Now the command box in the title screen will be completely transparent. Enjoy.
ryujijitei
Apr 29 2006
This is a locked, single-post thread from Creation Asylum. Archived here to prevent its loss.
No support is given. If you are the owner of the thread, please contact administration.
No support is given. If you are the owner of the thread, please contact administration.
This is another thing I came up with. If you don't have the SDK:
Go to Scene_Title
Find: @command_window.back_opacity = 160
Put this under it: @command_window.opacity = 0
If you do have the SDK:
Go to the SDK script
Find: @command_window.back_opacity = 160
Put this under it: @command_window.opacity = 0
Simple as that. Now the command box in the title screen will be completely transparent. Enjoy.