The RPG Maker Resource Kit

Other Game Creation => Program Troubleshooting => Topic started by: TeaBag on November 04, 2011, 06:20:56 AM

Title: Workaround to have extended charsets in 2k3?
Post by: TeaBag on November 04, 2011, 06:20:56 AM
I've been considering making an adventure game that utilizes rpg maker 2k3s battle system (I don't want to go the 2000 route), however the sprites i'm working with are very tall, so I'm hoping someone can help me think up a workaround. I personally can think of two approaches:

A.)Is there a way to 'stack' charsets, particularly the player charset and have another event track and copy its direction and movement?

B.)Is there a tutorial on making a player out of images? this strikes me as very difficult.
Title: Re: Workaround to have extended charsets in 2k3?
Post by: Esmeralda on November 04, 2011, 03:51:53 PM
Guess you could just make an event that follows you constantly one tile above you as a variable using common events? It shouldn't be too hard, just make good use of variables.
Title: Re: Workaround to have extended charsets in 2k3?
Post by: RikaPSO on November 04, 2011, 11:49:29 PM
Quote from: TeaBag on November 04, 2011, 06:20:56 AM
I've been considering making an adventure game that utilizes rpg maker 2k3s battle system (I don't want to go the 2000 route), however the sprites i'm working with are very tall, so I'm hoping someone can help me think up a workaround. I personally can think of two approaches:

A.)Is there a way to 'stack' charsets, particularly the player charset and have another event track and copy its direction and movement?

B.)Is there a tutorial on making a player out of images? this strikes me as very difficult.

Soo, your using rp2k3 battle system, but they sprites don't fit in the box cause they are too big?

If this, I think you can use battle animations are character sprites in the Animation 2 section, should have character pose, just hit the other option Battle animation. I'm not sure if this is what your looking for though. =x
Title: Re: Workaround to have extended charsets in 2k3?
Post by: TeaBag on November 05, 2011, 06:25:25 AM
To clarify, I'm talking about the out of battle char sets that one would just use for movement. I'm thinking I may find a caterpillar system tutorial and maybe learn from that how to do Option A. If anyone has any further suggestions please let me know. thank ya.
Title: Re: Workaround to have extended charsets in 2k3?
Post by: Large on November 20, 2011, 05:40:23 AM
Check out http://rpgmaker.net/tutorials/498/ (http://rpgmaker.net/tutorials/498/); it doesn't strike me as hard to do as you could think it'd be. This should work for your B option.

Let me know...