Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

4 Pages V   1 2 3 > »   
Reply to this topicStart new topic
> [Demo + Script] Skip Title Script v.2.0, *Updated 21/04/2008* Version 2.0!!!
woratana
post Jan 30 2008, 07:55 PM
Post #1


Looking for scripter to hire? PM me *O*
Group Icon

Group: +Gold Member
Posts: 1,038
Type: Scripter
RM Skill: Undisclosed




Skip Title Script
Version 2.0
by Woratana
Release Date: 21/04/2008


Introduction
This script will skip the Title Screen to Map when game start,
I script this to make VX possible to make game's intro by event before Title Screen.


Features
Version 1.0
- Set Map_ID/X/Y of Location
- Set Party Members when skip Title (or) Use Default Start Members from Database


Demo
You can download demo that shows how this script works with intro made by events.
Attached File  Demo_Skip_Title.zip ( 272.96K ) Number of downloads: 1612
<< Version 1.0 Demo


Script
Place it above main.
Version 2.0
Attached File  skiptitle20.txt ( 1.46K ) Number of downloads: 688


Attached File  skiptitle10.txt ( 3.85K ) Number of downloads: 380
<< Version 1.0


Instruction
After placed script, go to Main in Script Editor and find the line:
CODE
$scene = Scene_Title.new

replace it with
CODE
$scene = Skip_Title.new


You can set start location by edit these lines:
CODE
MAP_ID = 2
START_XY = [8,7]
START_MEMBER = [1,2,3]

MAP_ID = ID of Map
START_XY = [X,Y] of Start Location
START_MEMBER = [id of actor in database,id of other actor in database,...]
^ For example, START_MEMBER = [2,4,5,8] will add the actors id 2,4,5,8 from database in the party.

If you want to use Start Party Members that you set in database, use START_MEMBER = 0


Author's Notes
Free for use in your non-commercial work if credit included. If your project is commercial, please contact me.

Please do not redistribute this script without permission.
And don't post this script out of http://rpgrevolution.com/ without permission.


__________________________
Check out my NEW blog!!!



MVP (Most Valuable Poster) Award 2008


Go to the top of the page
 
+Quote Post
   
SeeYouAlways
post Jan 31 2008, 02:07 AM
Post #2


Demented Moogle
Group Icon

Group: Banned
Posts: 1,130
Type: None
RM Skill: Undisclosed




Nice. After the introduction, does it return to the title screen, or does the title screen show up after you reset the game and have seen the introduction?

Also, some people have wanted some splash screens before the title screen appears. Will this script allow that?

Apologies for the stupid questions... My PC is really slow at the moment and I can't try this out. sad.gif


__________________________
Go to the top of the page
 
+Quote Post
   
Rory
post Jan 31 2008, 07:07 AM
Post #3


GFX Pro
Group Icon

Group: +Gold Member
Posts: 409
Type: Artist
RM Skill: Skilled




You mean if this will skip the Splash Screens too?


__________________________

THE SAVAGE NYMPH
Note: this is Magdreamer, I'm using my real name for my forum name now.
Go to the top of the page
 
+Quote Post
   
woratana
post Jan 31 2008, 11:53 AM
Post #4


Looking for scripter to hire? PM me *O*
Group Icon

Group: +Gold Member
Posts: 1,038
Type: Scripter
RM Skill: Undisclosed




You can use this to move player to map that there's splash screen. (If you made splash screen by event)

And make the event in that map to check if player press the right button, use call script
CODE
$scene = $Scene_Title.new

will move player to the title screen.

edit:
I forgot that there's event command that will send player to title screen too =_____=~

so you don't have to use that call script >_<~


__________________________
Check out my NEW blog!!!



MVP (Most Valuable Poster) Award 2008


Go to the top of the page
 
+Quote Post
   
Puppet Of Fate
post Jan 31 2008, 05:41 PM
Post #5


Please join my site!
Group Icon

Group: Revolutionary
Posts: 675
Type: Mapper
RM Skill: Advanced




Does this work for Xp too?


__________________________
Go to the top of the page
 
+Quote Post
   
woratana
post Jan 31 2008, 11:44 PM
Post #6


Looking for scripter to hire? PM me *O*
Group Icon

Group: +Gold Member
Posts: 1,038
Type: Scripter
RM Skill: Undisclosed




Demo Uploaded!
You can download demo of this script from the first post

@Kira
No, RMXP and VX Scene has a bit different structure,
I can script XP for you if you want~^^


__________________________
Check out my NEW blog!!!



MVP (Most Valuable Poster) Award 2008


Go to the top of the page
 
+Quote Post
   
Dainreth
post Feb 2 2008, 07:11 AM
Post #7


Level 2
Group Icon

Group: Member
Posts: 16
Type: None
RM Skill: Undisclosed




Oh, I don't reply on this topic. As you know, I love this script, it's one of the scripts I've mostly waited for! Thanks for scripting and give me the link on the german board. Keep up the good work!
Go to the top of the page
 
+Quote Post
   
Puppet Of Fate
post Feb 3 2008, 08:51 PM
Post #8


Please join my site!
Group Icon

Group: Revolutionary
Posts: 675
Type: Mapper
RM Skill: Advanced




QUOTE (woratana @ Feb 1 2008, 01:51 AM) *
Demo Uploaded!
You can download demo of this script from the first post

@Kira
No, RMXP and VX Scene has a bit different structure,
I can script XP for you if you want~^^



Sure i'd love you too. Just send me a pm when your finished.


__________________________
Go to the top of the page
 
+Quote Post
   
woratana
post Feb 3 2008, 10:15 PM
Post #9


Looking for scripter to hire? PM me *O*
Group Icon

Group: +Gold Member
Posts: 1,038
Type: Scripter
RM Skill: Undisclosed




Finished!

Check your PM, Kira.

Should I post it here? I mean in RGSS1 forum.


__________________________
Check out my NEW blog!!!



MVP (Most Valuable Poster) Award 2008


Go to the top of the page
 
+Quote Post
   
Nechi
post Feb 3 2008, 10:20 PM
Post #10


Certamen Promus
Group Icon

Group: Revolutionary
Posts: 117
Type: None
RM Skill: Beginner




Good Script!!
Wor-Kun


__________________________


Now, I 'm very busy.I'm work hard in the university. If you send me PM, sorry that I can't answer them at the moment.
Go to the top of the page
 
+Quote Post
   
Dainreth
post Feb 5 2008, 08:23 AM
Post #11


Level 2
Group Icon

Group: Member
Posts: 16
Type: None
RM Skill: Undisclosed




A question, wora. Is there any possibility to add something like a transparent function? So that the you can't see the hero when skipping the title? I know theres a eventfunction which do this..but it's slower than the script.
Go to the top of the page
 
+Quote Post
   
woratana
post Feb 5 2008, 04:11 PM
Post #12


Looking for scripter to hire? PM me *O*
Group Icon

Group: +Gold Member
Posts: 1,038
Type: Scripter
RM Skill: Undisclosed




You may add no member in party when game start,
so you will not see any player character unless you use event command to add actor.

If you want to use script, call script like this:
CODE
$game_player.transparent = true/false

true to make player transparent
false to make player non-transparent


__________________________
Check out my NEW blog!!!



MVP (Most Valuable Poster) Award 2008


Go to the top of the page
 
+Quote Post
   
Dainreth
post Feb 6 2008, 02:27 AM
Post #13


Level 2
Group Icon

Group: Member
Posts: 16
Type: None
RM Skill: Undisclosed




Ah, that's the way I should do this..thanks wora!
I really should learn RGSS it seems that it isn't so difficult smile.gif
Go to the top of the page
 
+Quote Post
   
neclords
post Feb 6 2008, 07:47 AM
Post #14


Love me! I wanna you to love me!
Group Icon

Group: Revolutionary
Posts: 196
Type: Event Designer
RM Skill: Beginner




This script is awesome..

Hhe..

The opening before title...

Awesome..


__________________________

~Time To sWallow tHe Pain and VaniSH OuR HuRt~
Go to the top of the page
 
+Quote Post
   
Dragooner
post Feb 11 2008, 06:54 PM
Post #15



Group Icon

Group: Member
Posts: 2
Type: Artist
RM Skill: Skilled




Woratana, this one is really good.
I have two questions:
If I set a video(using BGM), can I get it stop replaying over and over again?
And, two windows (the Active Movie one) appears, but only one plays the video, is there a way to block the wrong one?
rolleyes.gif
Go to the top of the page
 
+Quote Post
   
woratana
post Feb 11 2008, 07:05 PM
Post #16


Looking for scripter to hire? PM me *O*
Group Icon

Group: +Gold Member
Posts: 1,038
Type: Scripter
RM Skill: Undisclosed




Umh, I don't sure about how video script works.

So I cannot answer your question right now. Sorry about that.


__________________________
Check out my NEW blog!!!



MVP (Most Valuable Poster) Award 2008


Go to the top of the page
 
+Quote Post
   
elflyfreely
post Feb 11 2008, 10:08 PM
Post #17



Group Icon

Group: Member
Posts: 4
Type: None
RM Skill: Beginner




I love it, really.


__________________________
Trying.
Go to the top of the page
 
+Quote Post
   
Dragooner
post Feb 12 2008, 03:54 PM
Post #18



Group Icon

Group: Member
Posts: 2
Type: Artist
RM Skill: Skilled




I've fixed the problem with the video(taked some time), but now I got an error on the line 237 of Game_Play.
Undefined method 'character_name' for:NilClass


maybe it's time to give up on the intro vid.
confused.gif
Go to the top of the page
 
+Quote Post
   
Cirka88
post Feb 18 2008, 05:45 PM
Post #19


Level 3
Group Icon

Group: Member
Posts: 31
Type: Writer
RM Skill: Masterful




Can you post the XP version of the script mentioned earlier? I'd really appreciate it.


__________________________
Go to the top of the page
 
+Quote Post
   
woratana
post Feb 18 2008, 06:45 PM
Post #20


Looking for scripter to hire? PM me *O*
Group Icon

Group: +Gold Member
Posts: 1,038
Type: Scripter
RM Skill: Undisclosed




@Cirka

I can't find it. You may want to ask Kira for that smile.gif


__________________________
Check out my NEW blog!!!



MVP (Most Valuable Poster) Award 2008


Go to the top of the page
 
+Quote Post
   

4 Pages V   1 2 3 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 23rd May 2013 - 07:42 PM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker