Zelaron Gaming Forum

Zelaron Gaming Forum (http://zelaron.com/forum/index.php)
-   RPGMaker (http://zelaron.com/forum/forumdisplay.php?f=188)
-   -   Where and How do I put i NPC's? (http://zelaron.com/forum/showthread.php?t=32907)

EvilLeprechaun 2004-09-02 10:56 AM

Where and How do I put i NPC's?
 
Okay, series of question:

1)NPC's. I have no idea how to place them, needless to say where they are.
Where are they?

2)How do is set where they go?

3)How do I incorporate a story?
I mean, what do I have to do to make text, etc...To make a good game.
4)I downloaded some sprites, and when I try to import them, it says invalid image size. Why?

Lenny 2004-09-02 11:05 AM

NPC's - usually just put them in as an event --> set the picture the the character you want as an NPC.

To set where they go, click the drop down menu next to Type, in the movement Pattern, and choose custom. Below the drop down menu, a button will become active (Define route), click the button and choose the directions you want the NPC to move. If you want them to repeat this over and over then make sure Repeating is checked. Once you have done, click the drop down menu in the top right of the define route screen, and make sure it is set to This Event.

To incorporate a story, use a series of events. If you are using rmxp, then click the blue cube on the toolbar to choose the event layer, then double click on a square on the grid. This will bring up the event menu. If you double click on the <> then it will bring up the different events you can use. Many speak for themselves, but others may do things you don't know. Ask Bluecube for more info.

As for the sprites, the way I stopped that was to download iDraw (search Google for it), then opened the sprites in iDraw, and saved them as pics (png. bmp.) in a folder. Then go into rmxp, and import them into the Character folder, it will ask you to set the transparent colour, choose the background of the sprites (e.g if the colour behind the sprites is green, then LEFT click somewhere on the green). Look the translucent colour blank. Press the clear button next to it if you want to make sure it is blank. Your sprites should then work. All you need to do is choose them for your characters onm the database.

BlueCube 2004-09-02 11:28 AM

Beaten because I had to upload a picture, bah.

Quote:

1)NPC's. I have no idea how to place them, needless to say where they are.
Where are they?
1) NPCs are just Events that can move around. Observe (RM2k3, since RMXP still refuses to work):

http://www.iownjoo.com/freeimghost/imps/NPCSetup.JPG

Quote:

2)How do is set where they go?
2) Either using randomized movement, or by building a "custom pattern" (check the "Movement Type" dropdown box). You can also move Events by using other events, using the event command <>"Move Event"

Quote:

3)How do I incorporate a story?
I mean, what do I have to do to make text, etc...To make a good game.
3) Event command <>"Message" will put text on the screen. Using multiple <>Message commands, you can have the effect of conversation. How to make a good game, though, is an unanswerable question - just make a game that you won't mind playing over and over to fix random errors.

Quote:

4)I downloaded some sprites, and when I try to import them, it says invalid image size. Why?
4) Because.. the image.. is an invalid size? What's the image type / RPGMaker version, and the size of the image in pixels? And are you clicking on the proper folder to import first? (On the left side of the Resource Manager, there's a bunch of folders. Click on the file type you want to import, THEN attempt to import it.)

EvilLeprechaun 2004-09-02 11:59 AM

When I said incorporate, I mean, How can I have a conversation with someone?
When I talk to someone, I don't want them to just talk. Also, how do I set up a store? I want to have stores to buy stuff. i have no clue how to set that stuff.

Tyrannicide 2004-09-02 01:28 PM

Stores are also an event, search through the pages og events to find it.
--

Conversations: So you want people to say different things depending on what's going on?

This can be done with simple 'conditional bracnhes'
What you do is make a switch for each set of text you want the NPC/Character to say when they talk and have the appropriate switch turned on after whatever event you want(make sure to turn off other convo events) and just have the text put in under the rite branch.

<>Branch if Switch [0001: Dialogue 1] is ON
<> Message:Bob: (Bob talks)
<> Message:James:(james talks)((they just go back and forth))
:END
<>Branch if Switch [0002: Dialogue 2] is ON
<> Message:Bob: (Bob talks)
<> Message:James:(james talks)((they just go back and forth))
<>
:END

<>Branch if Switch [0003: Dialogue 3] is ON
<> Message:Bob: (Bob talks)
<> Message:James:(james talks)((they just go back and forth))
<>
:END
-- And so on. Basic rundown.

BlueCube 2004-09-02 03:47 PM

RM2k3 again (I STILL DON'T KNOW WHAT YOU HAVE RIGHT NOW):

There's an event command called <>Open Shop Window for the store. Page 2 of the event commands. Put whatever items you want to sell in there (it'll be based on the prices you set in the Items tab, so you have to have items set up to sell)

--

For conversation in general, you can put as many <>Message event commands as you need, right after the other. Just double-click on an empty <> line and you'll be fine. I THINK there's a limit on event commands in a single event (it's something like 65535 though)

---

Tyrannicide:

I'll also say that pages are preferred for conversation changes, since they don't require you to turn off other event switches to see them alone. In this case, that allows "King Assassinated" and "Boss Destroyed" to affect their own events (say, the king sprite not being there and the boss sprite not being there), while making the townspeople say different things depending on the situation. Of course, it's even better (if it's a linear story line) to use variables for story advancement, but that's more of a "squeeze everything into the smallest possible file" thing.

Aurvian 2004-09-02 03:54 PM

Quote:

Originally Posted by EvilLeprechaun
Okay, series of question:

1)NPC's. I have no idea how to place them, needless to say where they are.
Where are they?

2)How do is set where they go?

3)How do I incorporate a story?
I mean, what do I have to do to make text, etc...To make a good game.
4)I downloaded some sprites, and when I try to import them, it says invalid image size. Why?

You how the game has three placement modes Event and then the two others ("you need to play around with those modes before starting a project" I think thats bluecubes words) Well in the event you can place the NPCs

Aurvian 2004-09-02 06:42 PM

Quote:

Originally Posted by Aurvian
You how the game has three placement modes Event and then the two others ("you need to play around with those modes before starting a project" I think thats bluecubes words) Well in the event you can place the NPCs

^_^ I ssid this without scrolling down hehe my fault ^_^

Tyrannicide 2004-09-03 12:52 PM

Yes, that is true. But he wasn't specific enough with it, I figured he'd always want the person to be there, just different conversations. We''l wait and see.


All times are GMT -6. The time now is 08:21 AM.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.