Nov 21, 2009

Does Anyone Know Rpg Maker 2003 - There are a lot of basics that i need to learn

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > Programming > Game Programming

Does Anyone Know Rpg Maker 2003 - There are a lot of basics that i need to learn

carbonboi
For weeks now i've been searching the net looking for help on rpg maker 2k3 and wherever i go I'm treated with hostility for being a newb. So now I'm looking for some genuine help. As a newb I've been reading and reading trying to find out how to use the functions, below I'll leave a list of things i can't figure out.
1. Switches
*Probably the most important thing in the game but I can't figure out how to turn them on and off.
2.a password thing
3. More sprites if available

Now I would prefer if the answers they could be short and sweet. Thanks for your help

Comment/Reply (w/o sign-up)

Alegis
Well if you want a short and sweet answer, check out existent documentation like the extensive help file.

You seem to have rather general questions, which are explained in documentation. I advise you only to ask on fora for more specific questions (like, 'A combination of X and Y seems to give Z error, although in this case that is impossible because of B - whats going wrong?'). Those on fora will not reconstruct the manuals for you.

this topic lists some good (with friendly!) communities.

Comment/Reply (w/o sign-up)

Archaas
I've been using the RPG Maker series since version 2000. I could help a lot with it if you ask. I'll try to help what you've asked of now.

1. Switches

Switches are just variables with only 2 possible definitions. If you don't know what that means, think of a light switch. It can only go up and down, on and off. This makes things very defined and specific, causing you much discomfort when wanting too broaden the aspects of things such as NPC speech. To say it plainly, don't use switches unless you really need to. If you want to use them for things like chests do something like:
Make an event of a chest.
Define the name of the switch as something like "Chest001".
When the character opens the chest, turn the switch on.
Make a page in the event with the requirement of the switch "Chest001" being ON.
Use that page to define what happens when the chest is empty or open.
There you go, player opens chest, gets something and when he checks the chest again, the chest can be empty.

2.a password thing

As in the game asking for a password? This is a little harder with RPG Maker 2003. You can only ask for sets of numbers using an event command. Sorry, I don't remember the name of the command. You can use the command to ask for the input of some numbers and it places those numbers in a specific variable. Then create a Conditional Loop checking if the saved variable matches a certain number and if it does, they get in. If it doesn't, they get yelled at.

3. More sprites if available

There are many, many websites with resources for the RPG Makers. Try using google.

Hope I helped and/or can help further.

 

 

 


Comment/Reply (w/o sign-up)

mikesoft
QUOTE(carbonboi @ Jul 4 2007, 03:11 PM) *
For weeks now i've been searching the net looking for help on rpg maker 2k3 and wherever i go I'm treated with hostility for being a newb. So now I'm looking for some genuine help. As a newb I've been reading and reading trying to find out how to use the functions, below I'll leave a list of things i can't figure out.
1. Switches
*Probably the most important thing in the game but I can't figure out how to turn them on and off.
2.a password thing
3. More sprites if available

Now I would prefer if the answers they could be short and sweet. Thanks for your help


for passwords, you use variables!

there's a command in RPG maker 2k3 (input password) that requires you to set how many numbers you want as password (sorry, can't use letters, at least not the easy way), and also you will be asked to where to store password (variable)

for example, you want to ask for a key combination password for a chest. You want your secret password to be 2343, what you have to do is:

1) create a new event, ADD the chest graphic, and on the first line add a command for variables, SET [0001] (or your variable name) to 2343.
2) ADD command "input password", and store the password in another variable (i.e [0002])
3) ADD an IF conditional,
CODE
IF
variable [[b]0002[/b]] EQUALS variable [[b]0001[/b]]
then
open chest event (could be a switch)
ELSE
say: "wrong code"


It's something like that, you could change it a little bit, and if you need further help please reply to this post I'll be glad to help.

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : rpg, maker, 2003, lot, basics, learn

  1. Can You Link Game Maker With Mysql/php
    Title says it :D (0)
  2. Rpg Maker Xp?
    (9)
    Anyone heard of it? It's great program for making RPG games, I use it about 2 years and I can
    say its great just try it, you have to pay for legal versions about 60$. Search at google for
    download 30 day free! ~Adam....
  3. How Hard Is C++ Compared To Gml
    GML is the built-in language of Game Maker (11)
    I am right now considering to move on to C++ or maybe VB, since I'm now using the program Game
    Maker. This program has a built-in programming language. And I noticed that many languages somewhat
    have the same syntax, so I wonder how hard it is compared to GML. Anyone here who has used Game
    Maker before, and has moved on to a different language? If so, was it a hard change?....
  4. Is There An Online Rpg Maker And Game Tester ?
    (11)
    Is there any online RPG game maker, where I can design and playtest a RP game? I know there are
    quite a few that would let me download and design and playtest. But I would like one online. The
    problem is, my PC is broken (and I do not have enough dough to repair it), and I have access to only
    internet from cafes. I cannot download a RPG maker in every internet cafe I go, and keep moving the
    data files among them, right? So, I was thinking if there were a online RP game maker. I know, the
    possibility is very thin, but are there any sites that would let me hold an ac....
  5. Rpg Maker Series
    Details about the rpgmaker series for pc (15)
    The following is a list of the different makers and other info: -----From the several links on
    http://x-rpg.net/xrpg/gamemakers.php -----szupie QUOTE >RPG maker 95- is an RPG creating
    and editing program originally made in japanese but now has been translated and is fully usable to
    the public. The program of course, allows you to create your own Role playing games, in the style of
    Dragon Warrior or Final Fantasy. There are 4 tilesets included, which are used to create the towns,
    maps, etc.., which can be later edited by hand or added with different ones . ....
  6. Rpg Sprites/graphics
    RPG Maker Sprite/Graphic Sets (10)
    Hello, I have RPGMaker, and I require some Sprite Sets and Graphic sets for the system. Some
    different tiles, and things like that. It's all pretty well 2D but if there are some 3D looking
    graphics that can be applied to the tile-like format of RPGMaker I'd love to see that website.
    Does anyone else have some suggestions to different RPG Creating Modules? Or perhaps other ideas on
    programs that can create RPG Gaming formats all together? I only have ideas at this stage so any
    help would be appreciated. I'm not really trying to make a game for millions m....
  7. Online Game Development In Game Maker
    (7)
    Does anyone here use the program called "Game Maker"? If you do I'd like to have a discussion
    about the Online features of Game Maker. First of all I have a few questions for you regarding your
    preference on connecting. 1. Do you like a IP/TCP, Serial Connection, Modem Connection, or DLX? Why
    do you think it's the best? 2. Do you use Direct Connet (Mplay), or a Socket System (like
    GMSock)? What is you logic for this? 3. How do you dead-reckon for games that involve a moving
    object? 4. Do you prefer sending garaunteed messages or not garuanteed but faster message....
  8. Wuts A Good Game Maker Program?
    (13)
    whats a good game maker program where i can add them to my site?....

    1. Looking for rpg, maker, 2003, lot, basics, learn

See Also,

*SIMILAR VIDEOS*
Searching Video's for rpg, maker, 2003, lot, basics, learn
advertisement



Does Anyone Know Rpg Maker 2003 - There are a lot of basics that i need to learn

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com