ovate

tale
Veteran
Joined
Dec 16, 2016
Messages
1,049
Reaction score
1,764
First Language
English
Primarily Uses
N/A
Smooth Batte Log - 2020.7.23.22

Creator name: OneEyedEagle

Overview
Battle log with scroll display and faster battle progress.

Note 1: It's not a fast-skipping script
Note 2: you need Draw Text Ex script which is provided in this thread for Smooth Battle Log to work.

Features
- Battle log with smooth scrolling text
- Nonexistent wait time

Preview
ckC1Ug3.gif


Installation
Paste this script above Main.
Please put "Smooth Battle Log" script under "Draw Text Ex"

Draw Text Ex script



Smooth Battle Log script



Credit and Thanks: OneEyedEagle

Terms of Use- Free for commercial and non-commercial use.

License - MIT License: http://opensource.org/licenses/mit-license.php

Source
https://github.com/OneEyedEagle/EAGLE-RGSS3
 
Last edited:

Lonewulf123

Veteran
Veteran
Joined
Oct 13, 2014
Messages
362
Reaction score
102
First Language
Enlish
This looks really great. Thanks for sharing!
 

PachucoCadaver

Veteran
Veteran
Joined
Jun 25, 2015
Messages
50
Reaction score
6
First Language
Swedish
Primarily Uses
RMVXA
This is great! I understand you might not be working on this anymore, just shooting my shot here...
Is it possible to display the battle log display text over pictures? Right now they're disappearing behind pictures, and pictures happens to be an integral part in my battle system!
 

Roninator2

Gamer
Veteran
Joined
May 22, 2016
Messages
4,820
Reaction score
1,369
First Language
English
Primarily Uses
RMVXA
Right now they're disappearing behind pictures, and pictures happens to be an integral part in my battle system!
You could try raising the Z value of the window.
In the battle log script line 21 add in after that a self.z = 300
Then it should be above the pictures, if not increase the number
 

PachucoCadaver

Veteran
Veteran
Joined
Jun 25, 2015
Messages
50
Reaction score
6
First Language
Swedish
Primarily Uses
RMVXA
You could try raising the Z value of the window.
In the battle log script line 21 add in after that a self.z = 300
Then it should be above the pictures, if not increase the number

I tried this... even put self.z = 9999 and it still didn't show up above the pictures...
 

Roninator2

Gamer
Veteran
Joined
May 22, 2016
Messages
4,820
Reaction score
1,369
First Language
English
Primarily Uses
RMVXA
Then you needd to tell us what you're doing to make those pictures?
Is it the battlers? Custom background?
 

PachucoCadaver

Veteran
Veteran
Joined
Jun 25, 2015
Messages
50
Reaction score
6
First Language
Swedish
Primarily Uses
RMVXA
Then you needd to tell us what you're doing to make those pictures?
Is it the battlers? Custom background?
The pictures are like an overlay in the battle scene, think borders on the top and bottom :) Im using pictue 4, 5, 6, 7 if that's of any help?
 

Roninator2

Gamer
Veteran
Joined
May 22, 2016
Messages
4,820
Reaction score
1,369
First Language
English
Primarily Uses
RMVXA
Ok tested it with pictures and saw the issue.
So remove the self.z thing and add this below those two scripts.
Ruby:
class Scene_Battle < Scene_Base
  #--------------------------------------------------------------------------
  # * Create All Windows
  #--------------------------------------------------------------------------
  alias r2_log_view_for_pictures  create_all_windows
  def create_all_windows
    r2_log_view_for_pictures
    create_log_viewport
  end
  #--------------------------------------------------------------------------
  # * Create Information Display Viewport
  #--------------------------------------------------------------------------
  def create_log_viewport
    @log_viewport = Viewport.new
    @log_viewport.z = 100
    @log_window.viewport = @log_viewport
  end
end
 

PachucoCadaver

Veteran
Veteran
Joined
Jun 25, 2015
Messages
50
Reaction score
6
First Language
Swedish
Primarily Uses
RMVXA
Thanks, you're a lifesaver! Works like a charm :)
 

Latest Threads

Latest Profile Posts

Grading the last exams for this semester and I need a break because I am laughing too hard xD
edit: Video link removed due to well Internet problems making it essentially nothing anyway. :kaoswt:
Sleep logic:
4 hours or less = I feel like I'm dying
5-6 hours: Feeling well rested
More than 6 hours: I feel like I'm dying
Women always say "I want to be spoiled" then get mad when I spoil them. Why would you say that if you didnt actually want to know the ending?


decided to have subclasses work differently in my game. They summon in a partner when you select one. this took some work tho as I had to get the class scene to pop up as a common event instead of straight from the menu. it was the only way to add/remove party members while on the menu screens.

Forum statistics

Threads
131,543
Messages
1,220,654
Members
173,220
Latest member
ZecaVn
Top