Monthly Summary: December 2015

Here’s a summary of activities that have taken place at HimeWorks for the month of December 2015.

The purpose of this summary is to let you know all of the plugins that have been created, or are currently in progress, and potentially future plans that I have for the next month!

There are three sections to this summary. You can just

  1. Patreon Summary
  2. Plugin Summary
  3. Game Summary

Patreon Summary

For those that might not have known, I have a Patreon account. You can visit it here: http://patreon.com/himeworks or click on the logo:

patreon_logo4
The purpose of the patreon is to provide a way for me to offer some exclusive content, in return for your support. I feel this is more useful as a donation option since you can get cool stuff in return that others don’t get to see!

In total, there were 40 supporters in December, compared to 18 in the previous month, which is a great increase. I’m wondering if there’s anything specific that you’re pledging for, that I should do more of. Let me know what you think.

Reward Tiers

Now let’s take a look at each tier that I’m offering:

Dev Logs

I have been publishing more “dev log” type of posts, which are exclusive to supporters that are pledging $1 or more per month. The purpose of the dev logs is to allow you to get involved in my own development processes, where I talk about things like design considerations, issues that I’ve run into while writing a certain plugin, as well as ideas I’ve had but haven’t completely figured out how I might go about implementing them.

Reflecting on the posts, more effort could be made to explicitly ask for feedback. Phrasing things in terms of questions instead of statements generally appear to be more inviting. I will take this into consideration in future posts.

Beta Tests

Beta testing is available for supporters that are pledging $5 or more per month. This allows you to try them before I release them to the public.

So far I feel it hasn’t been executed very well, and could be presented in a more structured way rather than just a single post that says  “beta test! Here’s how it works, and here’s the link” and that’s it. I definitely should consider putting together a list of plugins that are in beta testing somewhere.

Video Features

For supporters that are pledging $10 or more per month, I am offering to promote you or your work in my videos. So far I have not advertised this very much, so you might not have known about it.

Early Features

I offered 5 spots for “early” featured supporters, which have all been snatched up. You can see them in the Thank You section of my main patreon page. Early featured supporters get to have their banners displayed publicly on my patreon (and later, my website, when I have come up with a design for it). Apparently this main page isn’t shown to supporters…so I’ll have to think of something else for it. Maybe add them to the end of each video.

New Rewards

No new rewards were introduced this month. Is there anything you would like to see?

Are you a Patreon Creator?

Let me know, and I can let others know about it as well! Maybe we can promote each others’ work.

Plugin Summary

The number of plugins that I’ve released this month has decreased compared to November. This is because I have been exploring new systems and designing larger systems that require a considerable amount of planning in order to write a versatile plugin.

Plugin Releases

Here are the plugins that were relased in December.

  • Self Variables
    • Allows you to manage “self-variables” for each event. Self-variables are like self-switches, except they can hold any type of data like numbers, text, items, and so on. You can have any number of self-variables as long as you can give them a name, and you can access other events’ self-variables as well if you wanted to manage them from a single location.
  • Movement Direction Lock
    • This plugin allows you to prevent the player from moving in certain directions. For example, you can an event to allow players to move left and right, but not up and down, during a cut-scene. Movement directions can be locked and unlocked anytime, and supports both 4-dir and 8-dir movement.
  • Message Pause Cursor
    • This plugin allows you to customize the small icon that is shown in the message window when it is waiting for the player to press a button to continue. You can create animated cursors of any size and any number of frames, and manage them easily using a simple set of script calls.

      summary_dec2015_messagePauseCursor

  • Save Title
    • This plugin allows you to customize the “title” of the save game. When the player saves their progress, the game will choose a title to display for the save file, which is the game’s title by default. Now you can customize the save title based on the player’s progress during the game.

      saveTitle2

  • Sync Save Data
    • This plugin allows you to “synchronize” save data whenever the game is saved. Certain switches and variables can be designed as “sync” data, which means when you change its value in one game, it will affect every other game. Sync data are also accessible from the title screen, so if you wanted to create conditions based on certain progress in the game, you can use sync data to keep track of it.Here’s a video demonstrating how you can “change the past” by changing variables in one game, which affects other save files created in the past.

      https://www.youtube.com/watch?v=6DuzcHOjnS0

  • Equip Slots Cannot Be Empty
    • This plugin allows you to designate that certain equip slots must have something in them. Basically, the player can’t remove an equip from that slot, but they can freely change what the equip is.
  • Actor Battle Commands
    • This plugin allows you to customize each and every actor’s battle commands. It also provides functionality to enable or disable commands so that they cannot be selected, or to hide or show commands if the player can’t see them. This plugin serves as a core plugin for all other actor battle commands
  • Battle Command: Use Skill
    • This is the first add-on for Actor Battle Commands. It allows you to assign skills directly to actors as commands so that they can use the skill directly without having to go to the skill selection menu.battleCommandsUseSkill2
  • Exp Tables
    • This plugin allows you to customize the amount of experience required to reach the next level. Rather than using a specific formula provided to you by the engine, you can use an external file that can be managed using spreadsheet software to keep track of your EXP values for every actor.

      expTables2

  • Elemental Negation
    • This plugin allows you to specify negative element rates as a trait. This is primarily used for “reversing” a certain elemental effect. For example, if a light-elemental cure spell originally heals you, having a negative element rate would result in receiving damage from it.

      elementalNegation2

Plugins in Development

Currently, there are a few plugins that I’ve been developing on and off from time to time for the past month. They are a bit more complex so it’s taken some time to figure out how to implement them.

  • Hime Message System
    • A set of plugins that will provide you with more control over your messages, such as having a message window pop up over a character’s head when they are speaking, showing pictures instead of faces during dialog, having custom animations depending on whether someone is speaking or listening, displaying multiple messages at the same time, and so on.
  • Shop Manager
    • A set of plugins that provides you with more shop related functionality. The core “shop manager” changes the way shops are handled, giving you access to a number of mechanics that originally isn’t possible with the default shop implementation.
  • Animated Battle Scenes
    • A set of plugins that allows you to create animations during the battle, such as moving backgrounds and other effects.

New Projects

I’ve recently announced my interest in developing a tactics battle system which will allow you to implement a tactics battle system in your game.

This is a fairly large project that I’ve never done before so I’m not sure how long it might take to complete. I post regular discussions and updates on Patreon to track my development progress.

Game Summary

I have a few game ideas that are currently in development. They are more like mini-games to demonstrate how RPG Maker MV can be used for projects that are not limited to a conventional RPG genre.

Mini-games are designed as follows

  1. The mini-game engine, which allows you to incorporate the mini-game in your own project
  2. The mini-game itself, which is a game that is built using the mini-game engine

So basically, instead of just making the game, I’m also releasing tools to allow you to build your own! For free!

I will post more information when more work has been done.

You may also like...

1 Response

  1. Val says:

    Great summary of your month! I can’t wait to see what your doing next! Continue your great work 🙂
    I think that it’s really a good idea to make tool to help everyone making better great game with RPG Maker MV thank you for that !

Leave a Reply to Val Cancel reply

Your email address will not be published. Required fields are marked *