Charas-Project

  • Home
  • Help
  • Search
  • Calendar
  • Login
  • Register
*
Please login or register.

Login with username, password and session length
 

News:

New forum theme up and running!



  • Charas-Project »
  • Game Creation »
  • Requests »
  • Anyone here know of or use DynRPG/Cherry 2k3?
« previous next »
  • Print
Pages: [1]

Author Topic: Anyone here know of or use DynRPG/Cherry 2k3?  (Read 9322 times)

Offline Felix-0

  • And we'll never be
  • Royal
  • *
  • Posts: 3,563
  • (royals)
Anyone here know of or use DynRPG/Cherry 2k3?
« on: December 10, 2014, 06:07:42 AM »
I'm just looking around, trying to find someone who knows how to work this thing in a sense.
Logged
------------------------------------------------------------
Hence nothing remains except for our regrets...
------------------------------------------------------------

Offline Zoltar

  • ♈♉♊♋♌♍♏♐♑♒♓⛎
  • Acolyte
  • *
  • Posts: 373
  • Gnarly Tubular Ghost Hunting Machine.
Re: Anyone here know of or use DynRPG/Cherry 2k3?
« Reply #1 on: December 10, 2014, 05:32:50 PM »
Umm what exactly is it?
Logged

⚳⚴⚵⚶☊⚷⚹⚺⚼⛋☊☋⚜☿☽♃♅♆♄⚝⚜
EVERABODY CONGA~

Offline Meiscool

  • Staff
  • Exemplar
  • *
  • Posts: 1,138
  • I died for YOUR sins.
Re: Anyone here know of or use DynRPG/Cherry 2k3?
« Reply #2 on: December 11, 2014, 12:35:35 AM »
I've used it. Quit using it due to it lagging the main program (rm2003 can't handle much :/ )

It is overall pretty great. Adds a lot of potential to rm2003. However, it messes with transparency values and animation speeds, so watch for that.

Most plugs require you to use the comment command to start things. Example: a particle creating command used something like "comment: particle 1 cord x,y, size x, amount x, color x, begin".

Other plugins reserve certain variables and switches to do their work. I remember a mouse clicking plugin used variables 2001 and 2002 for the mouse screen x and y and switch 201 for if the right mouse was pressed down or not.

The majority of plugins come with an example project that you can look at the coding of to see how things are activated.
Logged

Offline A Forgotten Legend

  • Your neighborhood box of colors
  • Royal
  • *
  • Posts: 4,428
    • Website
Re: Anyone here know of or use DynRPG/Cherry 2k3?
« Reply #3 on: December 11, 2014, 01:46:56 AM »
Quote from: Zoltar on December 10, 2014, 05:32:50 PM
Umm what exactly is it?

Its sort of like a patch for rm2k3.  You can add various plugins that work similar to the scripts in the newer rpg makers to add new features to your game or change of the mechanics, etc.  The plug-ins are copy and paste into a folder so it's very easy to place them.  They don't add anything to the program itself, just to your game when you test it.  (Common plug-ins include bypassing title screen, getting rid of the save/load menus and placing that information into variables to create your own, mouse compatibility, etc.)


I use it.  It's certainly something you need to do before you start your project or as Meis points out it could cause issues with events and systems already coded.  Cherry's topics for it on other sites have a bunch of information on it and just do a search and you can find a small but decent number of plug-ins.
Logged

Offline Felix-0

  • And we'll never be
  • Royal
  • *
  • Posts: 3,563
  • (royals)
Re: Anyone here know of or use DynRPG/Cherry 2k3?
« Reply #4 on: December 11, 2014, 08:33:08 AM »
Quote from: Meiscool on December 11, 2014, 12:35:35 AM
I've used it. Quit using it due to it lagging the main program (rm2003 can't handle much :/ )

It is overall pretty great. Adds a lot of potential to rm2003. However, it messes with transparency values and animation speeds, so watch for that.

Most plugs require you to use the comment command to start things. Example: a particle creating command used something like "comment: particle 1 cord x,y, size x, amount x, color x, begin".

Other plugins reserve certain variables and switches to do their work. I remember a mouse clicking plugin used variables 2001 and 2002 for the mouse screen x and y and switch 201 for if the right mouse was pressed down or not.

The majority of plugins come with an example project that you can look at the coding of to see how things are activated.

How would I go about "checking" if an enemy is attacking. I know RPG Maker plays a flash animation over the target if they're attacking, do you know of a way where I could make the target sprite swap out for a "Blank" sprite?
Logged
------------------------------------------------------------
Hence nothing remains except for our regrets...
------------------------------------------------------------

Offline zuhane

  • Freakalicious
  • Leader
  • *
  • Posts: 2,192
  • Kill me
Re: Anyone here know of or use DynRPG/Cherry 2k3?
« Reply #5 on: December 11, 2014, 03:36:00 PM »
I started an old project using it a while ago to experiment with different aspects of it. I'll upload it if you want,
so you're welcome to use any of the "code" for yourself :) pretty easy to pick up!
Logged
Geese ruined my life.

https://soundcloud.com/tom-kingston-3/geese

Offline Felix-0

  • And we'll never be
  • Royal
  • *
  • Posts: 3,563
  • (royals)
Re: Anyone here know of or use DynRPG/Cherry 2k3?
« Reply #6 on: December 11, 2014, 03:45:27 PM »
Quote from: zuhane on December 11, 2014, 03:36:00 PM
I started an old project using it a while ago to experiment with different aspects of it. I'll upload it if you want,
so you're welcome to use any of the "code" for yourself :) pretty easy to pick up!
That would be interesting. This project I'm working on isn't exactly mine. I'm just the one in charge of the combat system and puzzle mechanics.
Fun parts of RPG Making for me.
Whenever you have time, I'll be here.
http://youtu.be/1BLDgjtz-LE?list=UUdwfMKIIsywqX0JvTliWGVA

here is the project of question.
« Last Edit: December 11, 2014, 06:51:41 PM by Felix-0 »
Logged
------------------------------------------------------------
Hence nothing remains except for our regrets...
------------------------------------------------------------

Offline A Forgotten Legend

  • Your neighborhood box of colors
  • Royal
  • *
  • Posts: 4,428
    • Website
Re: Anyone here know of or use DynRPG/Cherry 2k3?
« Reply #7 on: December 11, 2014, 04:17:29 PM »
If you want a target hero to be a blank sprite, then just making that section of the battle animation blank would work, but I'm not sure that you can exactly tell which party member the enemy is attacking.
Logged

Offline Felix-0

  • And we'll never be
  • Royal
  • *
  • Posts: 3,563
  • (royals)
Re: Anyone here know of or use DynRPG/Cherry 2k3?
« Reply #8 on: December 11, 2014, 06:31:56 PM »
Quote from: A Forgotten Legend on December 11, 2014, 04:17:29 PM
If you want a target hero to be a blank sprite, then just making that section of the battle animation blank would work, but I'm not sure that you can exactly tell which party member the enemy is attacking.
I'm wanting the enemy sprite to become transparent so when their battle animation plays they're not seemingly standing in two places at once. Like what I have going on in my video, but I'm sure there's an easier way to do it with Cherry 2k3 than having to use my gimmicky method of battle events and hidden enemies
Logged
------------------------------------------------------------
Hence nothing remains except for our regrets...
------------------------------------------------------------

Offline A Forgotten Legend

  • Your neighborhood box of colors
  • Royal
  • *
  • Posts: 4,428
    • Website
Re: Anyone here know of or use DynRPG/Cherry 2k3?
« Reply #9 on: December 11, 2014, 08:32:06 PM »
I wasn't sure which you meant from your post, but ah.

Well, I haven't come across anything like that yet.  Not to say there isn't anything out there though.  Your video seemed pretty effective, but I'm sure its a pain.
Logged

Offline Meiscool

  • Staff
  • Exemplar
  • *
  • Posts: 1,138
  • I died for YOUR sins.
Re: Anyone here know of or use DynRPG/Cherry 2k3?
« Reply #10 on: December 12, 2014, 01:01:28 AM »
Quote from: Felix-0 on December 11, 2014, 08:33:08 AM
How would I go about "checking" if an enemy is attacking. I know RPG Maker plays a flash animation over the target if they're attacking, do you know of a way where I could make the target sprite swap out for a "Blank" sprite?

Since I don't code with the DBS I don't know how to answer that. :/ Sorry.
Logged

Offline Felix-0

  • And we'll never be
  • Royal
  • *
  • Posts: 3,563
  • (royals)
Re: Anyone here know of or use DynRPG/Cherry 2k3?
« Reply #11 on: December 12, 2014, 05:34:39 AM »
Quote from: A Forgotten Legend on December 11, 2014, 08:32:06 PM
I wasn't sure which you meant from your post, but ah.

Well, I haven't come across anything like that yet.  Not to say there isn't anything out there though.  Your video seemed pretty effective, but I'm sure its a pain.
Yeah. It involves having a hidden enemy thats sprite matches the background, then the battle event checks if an enemy makes a turn, and then if they can act. Then, it unhides and unkills the background sprite so it covers up the enemy sprite, and then plays their forward animation. Then each enemy has 4 variants. one for each position because each enemy needs its own switch. Then it turns on that switch, which only plays after a skill animation is finished. Which then plays the return animation and then kills the background sprite, revealing the enemy again. :D

Logged
------------------------------------------------------------
Hence nothing remains except for our regrets...
------------------------------------------------------------

Offline Prpl_Mage

  • Administrator
  • Sage
  • *
  • Posts: 7,645
  • The Administrator Mage
    • Check out our itch website
Re: Anyone here know of or use DynRPG/Cherry 2k3?
« Reply #12 on: December 12, 2014, 06:31:18 AM »
Quote from: Felix-0 on December 12, 2014, 05:34:39 AM
Yeah. It involves having a hidden enemy thats sprite matches the background, then the battle event checks if an enemy makes a turn, and then if they can act. Then, it unhides and unkills the background sprite so it covers up the enemy sprite, and then plays their forward animation. Then each enemy has 4 variants. one for each position because each enemy needs its own switch. Then it turns on that switch, which only plays after a skill animation is finished. Which then plays the return animation and then kills the background sprite, revealing the enemy again. :D



That's a brilliant idea.
Logged
Cool RPGM Project!
Sprite till you die

Oh my god, this was ...10 years ago...

Offline Felix-0

  • And we'll never be
  • Royal
  • *
  • Posts: 3,563
  • (royals)
Re: Anyone here know of or use DynRPG/Cherry 2k3?
« Reply #13 on: December 12, 2014, 12:39:46 PM »
Quote from: Prpl_Mage on December 12, 2014, 06:31:18 AM
That's a brilliant idea.
It's such a silly idea but overall it works. I'm really amazed by the results.
Logged
------------------------------------------------------------
Hence nothing remains except for our regrets...
------------------------------------------------------------

  • Print
Pages: [1]
« previous next »
  • Charas-Project »
  • Game Creation »
  • Requests »
  • Anyone here know of or use DynRPG/Cherry 2k3?
 

  • SMF 2.0.10 | SMF © 2015, Simple Machines
  • XHTML
  • 2O11
  • RSS
  • WAP2
  • Simple Machines Forum