RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Need a title screen! (Resolved)

Started by Irock, January 07, 2007, 10:00:19 PM

0 Members and 1 Guest are viewing this topic.

Irock

If you can make me for a title screen for my game The Dark Seraph that would be great!

You can do basicly whatever you want.


I want the words like...

The
Dark
Seraph
(With the T centered over the word "Dark".

First Word should look holy with a nice holy glow.

The second needs to be evil looking maybe a midnight purple color.

And the last word needs to look holy like the first word

For the background I want a dark looking heaven. If you can't find that a normal one will do.

Snailer


Irock


Snailer

Dunno if you like it but tell me what i did wrong..
I need to know :P


Irock

It looks great! But when I use it the "New Game, Load Game, Quit" Thing will cover up part of the word seraph. Other than that it's great.

Arrow

There's a way to move that menu...lemme look at my scripts.

Arrow

There's a way to move that menu...lemme look at my scripts.

EDIT: Find this in Scene_Title

@command_window.x = 320 - @command_window.width / 2
    @command_window.y = 288

and replace it with this

@command_window.x = 124 - @command_window.width / 2
    @command_window.y = 142

Snailer

#7
Great thanks,
but if you need some tweeking and all  to the pic just tell me i was a little short on time yesterday..

Irock

Quote from: arrowone on January 08, 2007, 05:48:22 AM
There's a way to move that menu...lemme look at my scripts.

EDIT: Find this in Scene_Title

@command_window.x = 320 - @command_window.width / 2
    @command_window.y = 288

and replace it with this

@command_window.x = 124 - @command_window.width / 2
    @command_window.y = 142


Wow, thanks. I didn't know that.

:)

you can close this topic now that you got everything done.
Watch out for: HaloOfTheSun