Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: Caro Ru Lushe on January 30, 2008, 07:02:50 pm

Title: <Request> Custom Map-Picture Title Menu
Post by: Caro Ru Lushe on January 30, 2008, 07:02:50 pm
(First Time I request here D: )

Ok, I wanted a different Title Menu other than the Default one, after seen CP & QtBV title, I sorta wanted something Similar, yet Original =X

I wanted that, the Scene Title, Title screen itself would Change via variables having a Map from within the game, yet it changes when the player . . . has a certain character's Value Rised up. (Using a Specific Variable) Would obviously need a default one, also that there isn't a text box. Want the Fonts/options & such to be scrolled Up or down.

Simply: A Title that changes depending on which Heroine is more in love with the Main Character, the Title Screen Changes, No Font Box & the Text can be scrolled.



Simple as that >__>;;; I hope, If it can be done, whoever does it, I'd add him/her to the Credits in Soul-Rave: Twilight Hoax. I sorta would like to, if it's possible to make, then I can sorta make a small Trial for the game itself =X
Title: Re: <Request> Custom Map-Picture Title Menu
Post by: Nortos on January 31, 2008, 12:19:45 am
Yeah I can do it pretty easy, but I don't get what you mean for the command window you want everything the same, same normal commands? just different title background depending on variable?
Title: Re: <Request> Custom Map-Picture Title Menu
Post by: Caro Ru Lushe on January 31, 2008, 04:22:42 pm
Yep =X I just want the same Command Window & that the Title background changes depending on the Value of the Variable =X
Title: Re: <Request> Custom Map-Picture Title Menu
Post by: Calintz on January 31, 2008, 05:13:58 pm
Interesting way of organizing things!!
Title: Re: <Request> Custom Map-Picture Title Menu
Post by: Caro Ru Lushe on February 01, 2008, 10:49:07 pm
=X I rather curious to ask . . . but what exactly you meant by "Way of Organizing things"?
Title: Re: <Request> Custom Map-Picture Title Menu
Post by: Nortos on February 02, 2008, 02:04:49 am
I'm atm working on spoofus's request but this one is pretty easy just reading a part in the rgss reference later for a piece of syntax and I  should have it done
Title: Re: <Request> Custom Map-Picture Title Menu
Post by: Calintz on February 02, 2008, 10:01:31 pm
The way things change from one to another...
Title: Re: <Request> Custom Map-Picture Title Menu
Post by: Fantasist on February 03, 2008, 09:48:47 am
Does that mean your game has only one save slot? I mean, the title might be different in different save games. After all, variables are saved in savefiles, and from what I understand, this is not something global (like unlocking of modes).
Title: Re: <Request> Custom Map-Picture Title Menu
Post by: Nortos on February 03, 2008, 04:51:38 pm
that's what I was thinking but Blizz said just to use the highest variable
Title: Re: <Request> Custom Map-Picture Title Menu
Post by: Caro Ru Lushe on February 03, 2008, 08:51:18 pm
Quote from: Fantasist on February 03, 2008, 09:48:47 am
Does that mean your game has only one save slot? I mean, the title might be different in different save games. After all, variables are saved in savefiles, and from what I understand, this is not something global (like unlocking of modes).

I was about to answer, but Nortos Answered:
Quote from: Nortos on February 03, 2008, 04:51:38 pm
that's what I was thinking but Blizz said just to use the highest variable

The Save File with the Highest Variable shall change the Title itself, I forgot to add that detail >__>;;
Title: Re: <Request> Custom Map-Picture Title Menu
Post by: Caro Ru Lushe on February 20, 2008, 11:56:05 pm
I meant to ask but, are you goig to make it? =X If it's hard or easy I dunno since I don't know scripting
Title: Re: <Request> Custom Map-Picture Title Menu
Post by: Nortos on February 21, 2008, 12:04:22 am
haven't had too much time and I don't really know the syntax to use in game variables FTS could do this but if he doesn't I'll take a look at help file later and have a go
Title: Re: <Request> Custom Map-Picture Title Menu
Post by: Blizzard on February 21, 2008, 09:39:02 am
$game_variables[ID]
Title: Re: <Request> Custom Map-Picture Title Menu
Post by: Nortos on February 21, 2008, 04:52:55 pm
I'll have a look later than ty
Title: Re: <Request> Custom Map-Picture Title Menu
Post by: Caro Ru Lushe on March 24, 2008, 02:06:24 pm
Sorry for been picky but, ermm, has there been any work or so on?


Last reply was from February 21st, & we're at March 24th (well, in my region), so was wondering the status on this =<
Title: Re: <Request> Custom Map-Picture Title Menu
Post by: Sase on March 30, 2008, 09:33:21 am
You can use CMS that has a background, and put something like this on the picture stuff:

if $game_variables[1] = 1
--Draw pic 1
if $game_variables[1] = 2
--Draw pic 2

and so on