Charas-Project

Game Creation => Requests => Topic started by: jynce on May 14, 2006, 07:07:19 AM

Title: Custom Menu
Post by: jynce on May 14, 2006, 07:07:19 AM
I Really Need Help Please I Dont Know How To Make A Custom Menu And I Really What One So I Would Apreciater If Some Could Make One For Me, Thanks In Advance.
Title:
Post by: the keyblade master on May 14, 2006, 10:05:23 AM
umm...
do u need custom menu GFX or Scripting?
Title:
Post by: Prpl_Mage on May 14, 2006, 10:14:24 AM
Instead of asking us to do one for you would it not be better to ask how to do one? And not knowing how to do one is not an excuse.

First of all, tell me what should be in the CMS.

A small tut:

-Create a new map with a meny looking chipset or a picture in the back.

-If you have letters on the chipset use them, if not import a charset with letters.Or if you have the words already.

-Put the letters/words together untill you have everything you need.

-Create a new map for each part of it(Item,Equip,Status ect).

-Limit the walking on the map so you just can move up and down,
-Put a event(Below hero) at the begining of the word, and when you click, tint screen and teleport the the map(for example items). For the Save, just put a event to open up the save screen. The Quit is a question and if Yes, Return to Title screen.
 
Create a Event to forbid the default menu.

<>Main Menu Access:Forbid

And for those times you may not use the menu, create a Switch called 'Menu Disabled'


-Enter Common event and create a new event(parralel proses).

<>Branch: Switch [****:Menu Disabled] is ON
<>
:Else Handler
<>Key Input Proc: [****:Cancel](The cancel button)
<> Memorize Location: [****ID].[****X].[****Y]
<>Tint Screen: (R000 G000 B000 S100) 1.sec(wait)
<>Change Sprite Association: Hero1 Charset1
<>Teleport:****:Mapname (cords.cords),Face down.
<>Tint Screen: (R100 G100 B100 S100) 1.sec(wait)
<>Switch operation: [****:Menu Disabled] ON
<>

:End
<>
------------------
This one let you got to your CMS map.

And then create a event in your Menu map:

(Auto start)
<>Key Input Proc: [****:Cancel](The cancel button)
<>Tint Screen: (R000 G000 B000 S100) 1.sec(wait)
<>Recall to Location: V[****ID].(V[****X].V[****Y])
<>Change Sprite Association: Hero1 Charset1
<>Tint Screen: (R100 G100 B100 S100) 1.sec(wait)
<>Switch operation: [****:Menu Disabled] OFF
<>
------------
This one makes you go back to the same place you stood when you presses the Cancel button.

This should be pretty easy to understand.(I hope)

BTW, why do you start each word with a capitol letter?
Title:
Post by: jynce on May 14, 2006, 10:16:27 AM
thats purple mage i do it right now
Title:
Post by: jynce on May 18, 2006, 12:26:39 AM
you dont know how confusing this was
Title:
Post by: Dragoon de Sol on May 18, 2006, 12:39:17 AM
Of all the...
For the love of...


*sigh*


You ask us all these questions about your game...
AND YOU HAVE THE GAUL TO ASK ABOUT A CMS?!?!?!?!?!?!
a game and learn to program before even trying such a feat
Hell no!

Finish a game or learn to program ON YOUR OWN before trying such a thing.
Title:
Post by: neb87 on May 18, 2006, 01:23:13 AM
go here
http://charas-project.net/forum/showthread.php?threadid=10074&forumid=22&catid=8
this is the one i used
a example
Title:
Post by: Meiscool-2 on May 18, 2006, 02:01:29 AM
Using maps for a CMS don't work in ABS games.
Title:
Post by: drenrin2120 on May 18, 2006, 02:19:31 AM
You don't know how to make a CBS and you're attemping an ABS? Dude, I'd suggest using the default systems to make your first game, as you get more comfortable with rm2k/3 you'll get better at coding. I don't think you should attempt making much of anything custom at this point in time.

Besides, if someone else makes you a CMS not only will it prolly go to waste but what if you wanted to make a new item? You wouldn't know how, or what if something changed in your game and you had to edit something in your CMS? You couldn't. What I'm saying is everyone's first game never gets finished, maybe a demo, but that's it. Use your first game as a stepping stone.

If you still really REALLY want this, then the only other thing you can do is open up the help file, study some tuts, and look at coding from other games. In my opinion though, experience is the best teacher.
Title:
Post by: jynce on May 18, 2006, 06:27:35 PM
dragoon de sol i know how to use

the program, like to trigger events

you have to go to a seperate event

and click switch and either create a

switch or use a switch let's say if we

were going to make a tutorial let's say

we killed the grunts so if i want the

instructor to  talk after thier dead i would

just put the switch killed grunts

so dont say i dont know how to use

rm2k3 i do know i just need a tut to

help with cms
Title:
Post by: Linkizcool on May 21, 2006, 04:53:39 AM
 Here are some tuts. Try the one that shows how to make a picture cms, they're much easier. (http://www.gamingw.net)
Title:
Post by: Shadowless1 on May 21, 2006, 07:41:51 AM
most of all your posts are requests?, try searching google for cms tuts, i found some right away when i searched

and try googling it first before asking every time you have a request or problem
Title:
Post by: ZeroKirbyX on May 21, 2006, 07:45:35 PM
Why are you typing like Lonewolf? Don't steal his style man.
Title:
Post by: Shadowless1 on May 21, 2006, 08:54:06 PM
am i?, wow thats a coincidence, but i dont really know how he types
Title:
Post by: Archem on May 21, 2006, 09:03:18 PM
I think he was talking to jynce
Title:
Post by: Meiscool-2 on May 21, 2006, 11:03:52 PM
Quote
Originally posted by jynce
Bunch of gay crap. Oh, look I finally used a period!


Oh, look, he can use switchs. Yay, bravo.
Title: how to learn CMS
Post by: syro9 on May 22, 2006, 11:26:46 PM
Wow switches!  impressive! why dont you go to [php]CMS tutorial[php].   I found that in a few seconds.
You could also get  a game that already has a CMS to [php] [php]to get a Utopian Chaos 2 demo[php[php] and check out its CMS works.  If you cant understand stuff on it post it here and ill explain it.  And don't ask ppl to make stuff for you it makes you look stupid.
Title:
Post by: PyroAlchemist on May 22, 2006, 11:49:31 PM
Quote
Originally posted by syro9
Wow switches!  impressive! why dont you go to CMS tutorial.   I found that in a few seconds.
You could also get  a game that already has a CMS to to get a Utopian Chaos 2 demo and check out its CMS works.  If you cant understand stuff on it post it here and ill explain it.  And don't ask ppl to make stuff for you it makes you look stupid.


Alrighty. Who are you?
Title:
Post by: Archem on May 23, 2006, 12:15:25 AM
Quote
Originally posted by Meiscool
quote:
Originally posted by jynce
Bunch of gay crap. Oh, look I finally used a period!


Oh, look, he can use switchs. Yay, bravo.

He finally had his period... Must've been a pretty exciting week, huh?  ;)
Title:
Post by: Meiscool-2 on May 23, 2006, 12:21:10 AM
Quote
Originally posted by Archem2
quote:
Originally posted by Meiscool
quote:
Originally posted by jynce
Bunch of gay crap. Oh, look I finally used a period!


Oh, look, he can use switchs. Yay, bravo.

He finally had his period... Must've been a pretty exciting week, huh?  ;)


Indeed. He bleeds, yet he doesn't die.
Title: A little bio on me
Post by: syro9 on May 23, 2006, 07:35:45 PM
Quote

Alrighty. Who are you?[/B]

I am a  >: pyro >:  i have had rm2k for about a 2 years i have had 2k/3 for a little less i am very experienced with them however i usually made my own resources (chipsets and stuff) and didn't discover charas until recently.    

Who are you?