Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Common Event Library (Development + Brainstorm thread)
#1
Brick 
Alright, not sure how to start this but this is my next big idea. The intent behind making this is to streamline the game-making process and to allow for a greater deal of consistency whenever eventing something as simple as "Item x## Received."

The inspiration behind it came from two things: Script calls, and the premade scripts from RPG Tsukuru 5/RPG Maker 2 (PS2)
Here's what I'm talking about with the premade scripts:
Content Hidden

The unfortunate thing about this is, unless there's a much better way of going about it, I'm going to have to make use of Game Variables. I have 5 game variables set up (which the IDs of them could be changed through the script editor). They all act as parameters to the common event that is being called next. Not all of the common events will require all 5 of those variables (some are going to require none to 4 at most). Some of those variables being used as parameters would later get reused as something that could later be inserted into a message, such as a string.
The way it's being handled right now is certainly not set in stone. I might end up ditching game variables entirely and just go with creating variables through the Game_System class.

What I'm attempting to do is build common event templates that are somewhat "automated" that dynamic so people could reuse them as much as they desire. They're going to feature some heavy use of both eventing and scripting (through script calls). Going back to the "Item Received" example, say we use a script call and then a common event call referring to the Item Received common event. It would look like this:
> Comment: 2 arguments: Item ID, Amount (optional)
> Call Script: cel_argument_set(1, 2)
> Call Common Event: [Item Received]

Returns:
> (Might play a sound cue)
> (Might receive an item, if the user wants to make it more than a message)
> Message "Potion x2 Received"

Also, there are certain common events I want to put together that would return a value (Example: Waiting Until Button Input), which may prove useful for whatever you want to do with it.

So far I've jotted down 77 ideas (a few came from [member=FenixFyreX]) though I have yet to work on them all and I can't seem to think of anymore ideas. Now here's where the community comes in. I want you to come up with ideas for common events. It could be something about as elaborate as (or even more than) setting up an Inn but not something that's better suited as a full-blown system (Farming, Day/Night System).

Got any ideas? Questions? Do you have suggestions on how this could be better implemented?

Edit: Some Common Events might even include settings (similar to the event systems I submitted here this year) which you could use to easily tweak certain aspects to suit your game.
Reply }


Messages In This Thread
Common Event Library (Development + Brainstorm thread) - by PK8 - 09-08-2012, 02:36 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Maps and screenshots thread aerendyll 1,051 977,206 03-18-2024, 04:54 AM
Last Post: Remi-chan
Smile  Common Sense Corner Bounty Hunter Lani 85 122,919 12-01-2020, 08:25 AM
Last Post: DerVVulfman
   Game Development Dream Team Kain Nobel 2 6,003 06-17-2016, 03:43 AM
Last Post: Bounty Hunter Lani
  Game Idea Thread KasperKalamity 30 34,731 11-14-2012, 12:58 AM
Last Post: KasperKalamity
  NaGaDeMo - National Game Development Month PK8 2 5,504 05-26-2012, 06:53 PM
Last Post: yamina-chan
   The Critique & Feedback thread deValdr 15 19,374 11-27-2010, 06:45 PM
Last Post: Guardian
   What Makes an Event System DerVVulfman 8 12,750 01-19-2010, 09:07 PM
Last Post: Bolt
   [Hiatus] Windowskin Generator Contribution Thread PK8 7 14,551 07-06-2009, 01:26 AM
Last Post: decibel
   When should I use global, instance, local, and constants in event systems? PK8 17 25,019 12-28-2008, 08:08 AM
Last Post: Charlie Fleed
   What is "event scripting?" PK8 11 15,963 12-19-2008, 11:20 PM
Last Post: PK8



Users browsing this thread: