Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions Data/Scripts/051_AddOns/IntroScreen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,26 @@ class Scene_Intro
alias main_old main

def playIntroCinematic
intro_frames_path = "Graphics\\Pictures\\Intro\\INTRO-%03d"
intro_bgm = "INTRO_music_cries"
intro_movie = Movie.new(intro_frames_path,intro_bgm,230,true)
intro_movie.playInViewPort(@viewport)
intro_sprite = Sprite.new
intro_sprite.bitmap = Bitmap.new("Graphics/Pictures/Intro/INTRO.gif")
14.downto(1).each do |i|
frame = Bitmap.new(sprintf "Graphics/Pictures/Intro/INTRO-%03d", i)
intro_sprite.bitmap.add_frame frame, 0
end
intro_sprite.bitmap.looping = false
intro_sprite.bitmap.play
pbBGMPlay("INTRO_music_cries")
while intro_sprite.bitmap.playing and not @skip do
wait(1)
end
pbBGMStop
end

def main
Graphics.transition(0)
# Cycles through the intro pictures
@skip = false


playIntroCinematic
# Selects title screen style
@screen = GenOneStyle.new
Expand Down
79 changes: 0 additions & 79 deletions Data/Scripts/051_AddOns/Movie.rb

This file was deleted.

Binary file modified Graphics/Pictures/Intro/INTRO-001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Graphics/Pictures/Intro/INTRO-002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Graphics/Pictures/Intro/INTRO-003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Graphics/Pictures/Intro/INTRO-004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Graphics/Pictures/Intro/INTRO-005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Graphics/Pictures/Intro/INTRO-006.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Graphics/Pictures/Intro/INTRO-007.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Graphics/Pictures/Intro/INTRO-008.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Graphics/Pictures/Intro/INTRO-009.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Graphics/Pictures/Intro/INTRO-010.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Graphics/Pictures/Intro/INTRO-011.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Graphics/Pictures/Intro/INTRO-012.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Graphics/Pictures/Intro/INTRO-013.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Graphics/Pictures/Intro/INTRO-014.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Graphics/Pictures/Intro/INTRO-015.png
Binary file not shown.
Binary file removed Graphics/Pictures/Intro/INTRO-016.png
Binary file not shown.
Binary file removed Graphics/Pictures/Intro/INTRO-017.png
Binary file not shown.
Binary file removed Graphics/Pictures/Intro/INTRO-018.png
Binary file not shown.
Binary file removed Graphics/Pictures/Intro/INTRO-019.png
Binary file not shown.
Binary file removed Graphics/Pictures/Intro/INTRO-020.png
Binary file not shown.
Binary file removed Graphics/Pictures/Intro/INTRO-021.png
Binary file not shown.
Binary file removed Graphics/Pictures/Intro/INTRO-022.png
Binary file not shown.
Binary file removed Graphics/Pictures/Intro/INTRO-023.png
Binary file not shown.
Binary file removed Graphics/Pictures/Intro/INTRO-024.png
Binary file not shown.
Binary file removed Graphics/Pictures/Intro/INTRO-025.png
Binary file not shown.
Binary file removed Graphics/Pictures/Intro/INTRO-026.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-027.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-028.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-029.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-030.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-031.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-032.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-033.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-034.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-035.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-036.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-037.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-038.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-039.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-040.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-041.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-042.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-043.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-044.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-045.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-046.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-047.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-048.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-049.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-050.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-051.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-052.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-053.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-054.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-055.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-056.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-057.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-058.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-059.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-060.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-061.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-062.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-063.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-064.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-065.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-066.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-067.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-068.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-069.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-070.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-071.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-072.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-073.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-074.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-075.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-076.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-077.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-078.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-079.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-080.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-081.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-082.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-083.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-084.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-085.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-086.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-087.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-088.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-089.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-090.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-091.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-092.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-093.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-094.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-095.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-096.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-097.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-098.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-099.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-100.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-101.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-102.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-103.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-104.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-105.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-106.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-107.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-108.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-109.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-110.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-111.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-112.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-113.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-114.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-115.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-116.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-117.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-118.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-119.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-120.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-121.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-122.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-123.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-124.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-125.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-126.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-127.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-128.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-129.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-130.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-131.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-132.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-133.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-134.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-135.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-136.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-137.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-138.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-139.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-140.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-141.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-142.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-143.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-144.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-145.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-146.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-147.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-148.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-149.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-150.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-151.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-152.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-153.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-154.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-155.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-156.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-157.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-158.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-159.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-160.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-161.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-162.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-163.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-164.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-165.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-166.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-167.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-168.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-169.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-170.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-171.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-172.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-173.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-174.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-175.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-176.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-177.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-178.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-179.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-180.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-181.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-182.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-183.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-184.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-185.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-186.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-187.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-188.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-189.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-190.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-191.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-192.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-193.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-194.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-195.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-196.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-197.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-198.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-199.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-200.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-201.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-202.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-203.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-204.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-205.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-206.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-207.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-208.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-209.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-210.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-211.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-212.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-213.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-214.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-215.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-216.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-217.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-218.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-219.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-220.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-221.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-222.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-223.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-224.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-225.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-226.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-227.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-228.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-229.png
Diff not rendered.
Binary file removed Graphics/Pictures/Intro/INTRO-230.png
Diff not rendered.
Binary file added Graphics/Pictures/Intro/INTRO.gif