Nicke 150 Posted November 5, 2012 XS - Pre Title Version 1.0e IntroductionThis script enables you to have a pre title scene before the original title screen is presented. You can then show off pictures, texts and even play movies in that scene.Features The ability to show unlimited amount of pictures, texts and movies. Easy to control using the settings included. Play music when the scene loads. And more! ScreenshotsNone.How to UseTo install any of my scripts, open up your script editor and copy/paste the script to an open slot below Materials but above Main. Remember to save.ScriptGet the script here.UpdatesReleased 1.0e. Pre title scene will now be skipped if a save file exists.CreditDo credit me, Nicke, if you are planing on using any of my scripts. Thanks.Can be use in commercial projects. 2 sanggameboy and Virus reacted to this Share this post Link to post Share on other sites
KiyoSan 0 Posted November 13, 2012 Hi Niclas, this script is a very great idea. But the script can't start the Movie, which I make for. I tried all directions. "Movies/AWP Intro" "Movies/AWP Intro.wmv" "AWP Intro" "AWP Intro.wmv" But even when I will start the game I get this Message: "RGSS3 have find a Problem" What can I do? Share this post Link to post Share on other sites
Nicke 150 Posted November 13, 2012 Don't think the format wmv is supported, use ogg instead. Share this post Link to post Share on other sites
KiyoSan 0 Posted November 13, 2012 Thanks for help. Can you tell me how I can put the Gold-Icon to the Main Menu? It looks better than "G" or "GOLD" Share this post Link to post Share on other sites
TheGnaR 0 Posted November 26, 2012 Amazing Script!I love it, it's the only one i've found that does what i need it to, Lol. Hmm... Just out of curiosity though, would there be any way to make this check to see if there is currently a save file, and if it detects one, automatically skip the Pre-Title sequence? Kind of a jury-rigged only on first launch credits sequence? That would be amazing. Share this post Link to post Share on other sites
Nicke 150 Posted December 29, 2012 Sorry for late reply. I can do that in a patch @TheGnaR. Share this post Link to post Share on other sites
TheGnaR 0 Posted December 29, 2012 Nice, i wasn't sure if it were possible. I can't wait. Share this post Link to post Share on other sites
Nicke 150 Posted December 30, 2012 Alright, grab the newer version it should be what you want Share this post Link to post Share on other sites
TheGnaR 0 Posted December 30, 2012 Ha! Yes that is amazing! Thanks a million! Share this post Link to post Share on other sites
Hokobishu 13 Posted February 1, 2013 How do I make the small delay between the pre-title text and actual game title go away? Share this post Link to post Share on other sites
regendo 204 Posted February 2, 2013 Edit the numbers in the following method (found in line 244 and following) to change the delay. class Scene_Pre_Title < Scene_Base def goto_title # // Method to go to title scene. RPG::BGM.fade(1000) delay?(500) RPG::BGM.stop SceneManager.goto(Scene_Title) end end Share this post Link to post Share on other sites
Hokobishu 13 Posted February 4, 2013 I hate the default coloring for the mu system...how do I change that? Wasn't sure if it was core-script or not :l Share this post Link to post Share on other sites
RPGNARUTO 0 Posted March 4, 2013 (edited) I put nil in the pictures ( PICTURES = nil ) I got this: undefined method 'keys' for nil:NilClass Please help me! Edited March 5, 2013 by RPGNARUTO Share this post Link to post Share on other sites
Lordsodor 1 Posted April 20, 2013 in which folder am i supposed to put the movies/images ??? Share this post Link to post Share on other sites
KKim8906 0 Posted April 24, 2013 I keep getting sound.play is not a method on line 294. It works fine if I just comment it out but what if I do want to play a bgm? Share this post Link to post Share on other sites
Wiisit 0 Posted July 3, 2013 I have put in the script and the core thats needed. I change some setting to what i want to be played. I launch the game, i dont get any error but i end up at the title screen without my logo movie played (which are in OGG format). Anything i do wrong? Share this post Link to post Share on other sites
Bludleef 0 Posted July 16, 2013 I am having the same issue as Wiisit. Any help would be great. Share this post Link to post Share on other sites
GreyWolf 0 Posted June 23, 2014 Is there some way to make the BGM continue after the pre-title scene, and then fade when a new game is selected? Share this post Link to post Share on other sites
SpikerzZ 0 Posted August 21, 2014 I got a quick question?How can we change the location of the picture? It shows on the top left and I want my logo to be in the center of the screen, is there a way to do this? Share this post Link to post Share on other sites
Halfmoon Media 2 Posted August 27, 2014 Is this compatible with Custom Resolution? Share this post Link to post Share on other sites
aldwin7894 0 Posted October 2, 2014 Why is that the movie is not skippable? Or it is not skippable? How can I make it skippable when I press :C or :B?Please respond, thanks.. Share this post Link to post Share on other sites
Nicke 150 Posted October 2, 2014 I don't have any movies so cannot test it properly but it should work. I will look into it as soon as possible hopefully. Share this post Link to post Share on other sites
near 0 Posted December 2, 2014 PLEASE Help! i put : PICTURES = { 0 => ["Graphics/Pictures/mglogo.bmp", 255, 15000, 100, 100], } # Don't remove this line. ...... SKIP_PRE_TITLE = false I put the core before this script, and Nothing happened ._. Am I missing something? Share this post Link to post Share on other sites
Coolie 147 Posted December 2, 2014 You don't need to put the file extension or the path of the picture, it defaults to looking into the Pictures folder. Just put the filename. PICTURES = { 0 => ["mglogo", 255, 15000, 100, 100], } # Don't remove this line. ...... SKIP_PRE_TITLE = false Like this. Not sure if that's your issue, but it might be. Share this post Link to post Share on other sites
YamiKitsune 23 Posted March 12, 2015 A couple of questions. I want to make my "Company" logo appear before the title, and I'm not an experience Scripter at all. So, is it easy enough to do this? How would I do it? Also, is it possible to show some of the ingame maps and stuff before the title? As if I was teleporting the character to different maps? I have an opening where a song plays and I want it to show each of the characters and then the main character, etc, and I wanted to know if it's possible to do that...Sorry if I make not as much sense. English isn't my first language. Share this post Link to post Share on other sites