The RPG Maker Resource Kit

RMRK RPG Maker Creation => Resources => Topic started by: kitten2021 on July 04, 2011, 12:03:22 AM

Title: [VX] Incorrect Title Screen Showing
Post by: kitten2021 on July 04, 2011, 12:03:22 AM
Greetings everyone,
   I've been experimenting with my title screen creation skills in Photoshop, the first one I made is below (and is titled "Title_Old.png"):

(https://rmrk.net/proxy.php?request=http%3A%2F%2Frpgmaker.net%2Fmedia%2Fcontent%2Fusers%2F4763%2Flocker%2FTitle3.png&hash=0eab33746fc23ac10745ec26d0542856e361a09b)

And the second one, the one I am officially going to be using, is this one (and is title "Title.png"):

(https://rmrk.net/proxy.php?request=http%3A%2F%2Frpgmaker.net%2Fmedia%2Fcontent%2Fusers%2F4763%2Flocker%2FTitle.png&hash=804c16d7b06b32b4507858c5ffc5a889e9bf124b)

My problem is, every time I run the game, I get Title 1 showing up instead of Title 2; I have went into every single folder of my game, into the RGSS2>RTP>System folder directory and made sure Title 1 wasn't showing up. Every where I look, this title screen does not appear - can someone explain to me why this title screen is still showing up and how to get rid of it? I've tried looking at several other images to try and see if it was just an incompatibility issue with Title 2, but it still shows Title 1 every time I get into the game. (I only have this problem with this game, btw, I've made another complete game and changed the title screens a lot but this problem didn't exist.)

Thank you for your help and time with this matter.
~Kitten
Title: Re: [VX] Incorrect Title Screen Showing
Post by: exhydra on July 04, 2011, 12:38:32 AM
And you're absolutely positive that you've over-written the 'Title.png' underneath the (Game Name)\Graphics\System folder with the new image? There's really no reason why it shouldn't be showing properly if it is in that folder. Unless you're using a script that changes the way that Scene_Title loads the title graphic.
Title: Re: [VX] Incorrect Title Screen Showing
Post by: pacdiggity on July 04, 2011, 12:39:15 AM
I was going to say it was probably a script.
Title: Re: [VX] Incorrect Title Screen Showing
Post by: kitten2021 on July 04, 2011, 12:53:29 AM
Its not script and yes I'm positive I've checked the "title.png" and made sure that's the only one showing up; I was thinking though, what about if I imported title 1 into the game directly, would it keep it in there???
Title: Re: [VX] Incorrect Title Screen Showing
Post by: exhydra on July 04, 2011, 01:15:39 AM
If the Title.png is within the (Game Name)\Graphics\System folder, it will take that file over everything else. Certainly, you might only have one Title.png in that folder, but you've checked to make sure that one is the correct graphic, right? If you're sure that it isn't a scripting issue, I'm really not sure what else you could try besides verifying without a doubt that the graphic you have as your Title.png in the (Game Name)\Graphics\System folder is the right one.
Title: Re: [VX] Incorrect Title Screen Showing
Post by: kitten2021 on July 04, 2011, 01:48:05 AM
Interestingly enough, I went into the game itself in the engine and opened the Resource Manager window and it was still sitting in there, but it wasn't in the games folder. I had to delete it from there, re-copy Title 2 over to the folder and now it offically works... I have no clue what happened there but it's fixed now. That is one strange glitch.

Thanks for the help and advice everyone!