Scrolling Text Speed Control

tale

Volunteer
Veteran
Joined
Dec 16, 2016
Messages
711
Reaction score
1,196
First Language
English
Primarily Uses
N/A
Scrolling Text Speed Control 2014/10/09

Creator name:
Nana​

Overview

A script that controls the speed of a scrolling text by pressing a certain key.

Features

- Speed setting for 3 button controls (A, B, C) and default speed.

Preview


Installation

Paste this script above Main.

Script

Code:
#==============================================================================
#                   「Scrolling Text Speed Control」(ACE) ver1.0
#   Author: Nana
#   Homepage: http://heptanas.mamagoto.com/
#
#   ◇Terms of Use
#   Please credit "Nana" and link http://heptanas.mamagoto.com/ if possible.
#   Feel free to modify this script and/or distribute it.
#   Also please include the credit in the readme or somewhere it's accessible. (Not from credit roll)
#
#   ◇Use for for-profit indie games or doujin games.
#   Use is limited to games created as hobbies by individuals or groups.
#   May be used for games sold as either hard or soft (DL) copies.
#   *Not for use by commercial businesses.
#
#------------------------------------------------------------------------------
#
#   It's possible to set the speed for scrolling text.
#   You can change the speed by pressing a certain key.
#
#   Please include a numerical value by default.
#
#==============================================================================
#◇Initial Setting
module Nana_STC
 
  SPEED = 1       #Normal scroll speed, default = 1

  A_SPEED = 2     #Scroll speed from A button (confirm key) when pressed.

  B_SPEED = 1000  #Scroll speed from B button (cancel key) when pressed.

  C_SPEED = 1     #Scroll speed when C button (subkey) is pressed.

end

#==============================================================================
# ■ Window_ScrollText
#------------------------------------------------------------------------------
# Window used for Scroll Text. Although frames are not displayed-
# It's treated as a window for convenience.
#==============================================================================

class Window_ScrollText < Window_Base
  #--------------------------------------------------------------------------
  # ● Acquired scroll speed
  #--------------------------------------------------------------------------
  def scroll_speed
    $game_message.scroll_speed * show_fast? * 0.5
  end
  #--------------------------------------------------------------------------
  # ● Fast forward control
  #--------------------------------------------------------------------------
  def show_fast?
    return Nana_STC::SPEED if $game_message.scroll_no_fast
    return Nana_STC::A_SPEED if Input.press?(:A)
    return Nana_STC::B_SPEED if Input.press?(:B)
    return Nana_STC::C_SPEED if Input.press?(:C)
    return Nana_STC::SPEED
  end
end

Credit and Thanks-
Nana

Terms of Use-

- Please credit "Nana" and link http://heptanas.mamagoto.com/ if possible.
- Feel free to modify this script and/or distribute it.
- Also please include the credit in the readme or somewhere it's accessible. (Not from credit roll)

- Non-commercial use
 
Last edited:

Kes

Veteran
Veteran
Joined
Aug 3, 2012
Messages
22,299
Reaction score
11,713
First Language
English
Primarily Uses
RMVXA
Would you happen to know if this script is available for commercial use? I tried looking at the terms on the blog page, as suggested in the script, but I cannot read a word of it.

Thanks.
 

tale

Volunteer
Veteran
Joined
Dec 16, 2016
Messages
711
Reaction score
1,196
First Language
English
Primarily Uses
N/A
Would you happen to know if this script is available for commercial use? I tried looking at the terms on the blog page, as suggested in the script, but I cannot read a word of it.
有料同人ゲームへの利用
個人・サークル規模で、あくまで趣味として制作している場合に限り
有償での配布やDL販売を行うゲームにもご利用頂けます。
※まず無いとは思いますが、企業様への商用作品にはご遠慮下さい。

Use for for-profit indie games or doujin games.
Use is limited to games created as hobbies by individuals or groups.
May be used for games sold as either hard or soft (DL) copies.
*Not for use by commercial businesses.

-

I used gengo translation service to be sure. Also I updated Nana's scripts that I shared with these terms included.

You're welcome.
 
  • Like
Reactions: Kes

Kes

Veteran
Veteran
Joined
Aug 3, 2012
Messages
22,299
Reaction score
11,713
First Language
English
Primarily Uses
RMVXA
Thanks. It's good to have this clear.
 

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

Latest Threads

Latest Profile Posts

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:
attack on titan final season is airing tomorrow, I'm excited and scared at the same time!

Forum statistics

Threads
105,882
Messages
1,017,230
Members
137,607
Latest member
Maddo
Top