PDA

View Full Version : Newbie GameMaker Seeking Assistance.


Wolfturn
2007-06-22, 09:00 AM
Well first of all i need help changing Images. Is there a way thats easy to just clear all the images and start from scratch?

I also need help with quests.. i made one with a tutorial but i really need help understanding switches and conditional branches and such. Pretty much would be good if you could direct me to a complete tutorial or help me through E-mail or here. My E-mail is Wolfturn@Hotmail.com Thanks!
:)

!King_Amazon!
2007-06-22, 09:02 AM
I can't personally help you but I'd like to welcome you to Zelaron. Enjoy your stay! There are a few people here who are really sharp with RPGmaker, and I'm sure they could help you.

Lenny
2007-06-22, 09:32 AM
I had a couple of problems when starting with it, but easy to sort out with a bit of thought.
Quick question - have you migrated to RMXP from RM2K3 or RM2K, or is it the first RPG Maker you've used?

Welcome, by the way.

Wolfturn
2007-06-22, 09:46 AM
First Rpg Maker Ever. Hence the Newbie lol

Lenny
2007-06-22, 09:50 AM
Fair enough.

I'll leave someone else to help with the tutorial, as I prefer to answer the shorter questions.

What exactly do you want to do with these images?

Wolfturn
2007-06-22, 09:56 AM
Well, i want to change the images from the defualt ones that come with the game, those look very ugly.

Lenny
2007-06-22, 09:58 AM
Righto.

First of all, do you have your own pictures with which to replace the default ones?

Wolfturn
2007-06-22, 09:58 AM
Eh, i was hopping you'd help me with that part also? =)

Wolfturn
2007-06-22, 10:03 AM
Well would i look for them on the internet or what?

Lenny
2007-06-22, 10:03 AM
Well, there are two ways you can go about it:

1. If you're a good enough artist, you can create your own images and import them.

2. If you're not, or you're just lazy, then there are sites around the net that will have a goodly amount of images.

http://charas-project.net is usually a good place to start looking for things.

Wolfturn
2007-06-22, 10:06 AM
Ok then what do i do when i have the images?

Lenny
2007-06-22, 10:16 AM
If you want to get rid of all the default images first, then you'll need to go into C:\Program Files\Common Files\Enterbrain\RGSS\Standard\Graphics and delete all the image files in the folders under Graphics.

If you want to keep the default ones there (some are quite nice, and it's always good to have some things to fall back on in case, say, you're unhappy with the new images), then obviously don't delete them.

Whichever of the two you decide to do, you'll need to do the following to import new images:

- Open up RMXP
- Open up your project
- On the toolbar, you'll see an icon that looks like a folder with three documents to its bottom right. Click it.
- This brings up the Resource Manager.
- Choose the folder into which you'll import your images (if it's a tileset, then it goes into Graphics/Tilesets, and so on).
- Click import, and browse to the file.
- Select it.
- Hit OK.
- Repeat as necessary.

That should work perfectly.

Wolfturn
2007-06-22, 10:31 AM
Wow it works!! Now if someone can just explain to me how to make a basic quest.

---

*cough* Lenny? Would you do the honors?

---

Thanks Lenny! I guess my Previus Thanks Post didint come out. Anyways i still need someone to help me out with some basic quest making. And help with switches and such.

Lenny
2007-06-22, 10:35 AM
Sorry - I'm a bit slow today.

All new members have to have their first ten posts apporved before they show up. So if you post, and it doesn't appear, it just means that one of the Mods hasn't approved it, yet.

---

As for quests and switches... explain exactly what it is you want to do, and someone like BlueCube or Atnas will pop up sometime and talk you through it.

Wolfturn
2007-06-22, 10:46 AM
I want to make a quest that involves you killing a certain amount of monsters. and i would just like to know how it works also so i can make my own quests without help. I seem to not take to understanding variables, switches and conditionals easily.

Wolfturn
2007-06-22, 11:03 AM
Would Anyone Know how to do that? Im getting bored of staying here i think im just ganna play some piano...

Lenny
2007-06-22, 11:10 AM
Don't worry, you'll get a reply eventually. The RPG forum is basically the Zelaron backwaters - slow moving, but it does move.

!King_Amazon!
2007-06-22, 11:12 AM
Would Anyone Know how to do that? Im getting bored of staying here i think im just ganna play some piano...
If you're bored here, try visiting the other areas of the forum. If you look through the RPG maker forum, there's tons of helpful stuff. Also, outside of the RPG maker forum, there's plenty of conversation going on about other topics. :)

Atnas
2007-06-22, 11:43 AM
I'll run you through switches.

A switch is what it sounds like. A switch. Think of it like this.

You're in your room and there's an old guy sitting in the corner.

He says (if Switch:Light=off) "Turn on the light, honey."

So you walk over to the light switch, and you turn the switch on.

There's another page to the old man's event. This time the precondition is (if Switch:Light=on) and the old man says, "Good job." and you recieve 1 groping.

Basically you can have up to, I forget... 600 something switches and you are able to name each one and they are either turned off or on by an event.

Do you need more of an example?

Atnas
2007-06-22, 11:52 AM
Hey, excuse the double post, I know there's an edit button, but I don't feel like editing. I left this on a tab while I was doing something else and forgot about it, then finished and saw all the replies.

Make a variable called Monsterthingy1 or whatever... And make it so that everytime you kill a monster it adds one to that variable, and maybe have a conditional branch or something where you have a graphic for each number and you show the graphic in the upper left corner of the screen or wherever, depending on the value of the variable Monsterthingy1. You would add to the variable by making special troops in the database and say :if rabbit Hp=0 add 1 to variable Monsterthingy1. Something like that. I'm not using the exact syntax, but you should be able to get the idea if you know anything about boolean logic.

Hey, I'm fine with all this typing, it's just opening up RMXP and taking screenies or making demo's that I'm slightly opposed to. It's summer, so hey, just throw anything up in the air, I'll try.

I depleted my coke reserves.

Goodlookinguy
2007-06-28, 09:15 AM
Aww...Atnas you beat me to it, by 6-days.
I just finished a variable and switch map which is modeled after the first Final Fantasy game. You open a door and the roof pops off and the surrounding area dims a bit. It is awsome, I've been trying a hole bunch of new things like this recently.
Also created a character switcher with 16 characters.
Hey Wolfturn if you need to go advanced with the colonial branches, switches and variables, ask me, it's my specialty.