Use windowskin for battle log

Status
Not open for further replies.

Pipsqueak737

Villager
Member
Joined
Feb 8, 2019
Messages
6
Reaction score
0
First Language
English
Primarily Uses
RMVXA
Hello,

For my game I really want to use a windowskin for my battle log (basically a message box replacing it) and scrolling text if possible (again, like a message box). Is this possible?
 

Kes

Veteran
Veteran
Joined
Aug 3, 2012
Messages
22,299
Reaction score
11,713
First Language
English
Primarily Uses
RMVXA
I suspect that this will need a script, but I'll leave it here before moving it in case there is a way of doing this without using one.
 

TheoAllen

Self-proclaimed jack of all trades
Veteran
Joined
Mar 16, 2012
Messages
5,594
Reaction score
6,525
First Language
Indonesian
Primarily Uses
RMVXA
I suspect that this will need a script, but I'll leave it here before moving it in case there is a way of doing this without using one.
Nah. it definitely needs a script.
 

gstv87

Veteran
Veteran
Joined
Oct 20, 2015
Messages
2,248
Reaction score
1,252
First Language
Spanish
Primarily Uses
RMVXA
find this block in the window itself.
Code:
def initialize
    super(0, Graphics.height - window_height, window_width, window_height)
    self.z = 200
    self.opacity = 0
    @lines = []
    @num_wait = 0
    create_back_bitmap
    create_back_sprite
    refresh
  end
self.opacity = 255
try changing that, see if that helps.
all windows use the skin, only in the battle log it's disabled.
 

Kes

Veteran
Veteran
Joined
Aug 3, 2012
Messages
22,299
Reaction score
11,713
First Language
English
Primarily Uses
RMVXA
@TheoAllen Thanks for the confirmation.

[mod]I am, therefore, moving this to RGSS3 Script Requests.[/mod]
 

Pipsqueak737

Villager
Member
Joined
Feb 8, 2019
Messages
6
Reaction score
0
First Language
English
Primarily Uses
RMVXA
find this block in the window itself.
Code:
def initialize
    super(0, Graphics.height - window_height, window_width, window_height)
    self.z = 200
    self.opacity = 0
    @lines = []
    @num_wait = 0
    create_back_bitmap
    create_back_sprite
    refresh
  end
self.opacity = 255
try changing that, see if that helps.
all windows use the skin, only in the battle log it's disabled.
Thanks, I'll try that. How can I enable the skin?
 

Roninator2

Gamer
Veteran
Joined
May 22, 2016
Messages
2,661
Reaction score
563
First Language
English
Primarily Uses
RMVXA
How can I enable the skin
The default skin is already there, you make the change to the opacity and it will show.
You will have to use an additional line if you want to use a different window skin.
 

Pipsqueak737

Villager
Member
Joined
Feb 8, 2019
Messages
6
Reaction score
0
First Language
English
Primarily Uses
RMVXA
The default skin is already there, you make the change to the opacity and it will show.
You will have to use an additional line if you want to use a different window skin.
Oh, I get it now. Thanks for the help!
 

Kes

Veteran
Veteran
Joined
Aug 3, 2012
Messages
22,299
Reaction score
11,713
First Language
English
Primarily Uses
RMVXA
@Pipsqueak737 If this has solved your query completely, please Report your post and ask for the thread to be closed.
Thanks.
 
Status
Not open for further replies.

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Posts

Latest Profile Posts

Are we allowed to post about non-RPG Maker games?
I should realize that error was produced by a outdated version of MZ so that's why it pop up like that
Ami
i can't wait to drink some ice after struggling with my illness in 9 days. 9 days is really bad for me,i can't focus with my shop and even can't do something with my project
How many hours have you got in mz so far?

A bit of a "sparkle" update to the lower portion of the world map. :LZSexcite:

Forum statistics

Threads
105,883
Messages
1,017,236
Members
137,608
Latest member
Arm9
Top