28 August 2012

How To Convert an RMVX Game To RMVXA

Here's another essential utility for all RMVX/RMVXA users. I've not had an opportunity to try it out, but judging from the video it is very useful for those who have made the transition from RMVX to RMVXA.


You can download the utility directly here.

Caveat: It's important to note (as mentioned in the video) that it's highly unlikely that this utility will convert scripts, since RGSS2 and RGSS3 are vastly different. You'll have to convert the scripts on your own or find alternative scripts.
18 August 2012

RMXP to RMVX Ace Windowskin Converter

It's easy to convert windowskins from RMXP to RMVX and RMVX to RMVXA, but not really from RMXP to RMVXA. This utility (in the form of a script) lets you convert RMXP windowskins to RMVXA format. And while I can't test this out yet, it has some positive reviews so is definitely worth sharing.

So, here is the link to the RGSS3 utility. Install it as you would any other script. Get the RMXP to RMVXA Windowskin Converter.
15 August 2012

Custom Menu System [Radial] for RM2K3

This tutorial demonstrates how to create your own Custom Menu System (CMS) and "radial" menu for RM2K3. This is the first RM2K3 entry I've done in quite some time, but someone I know requested it so this is for you, my friend.


This is the Part 1. The second part can be found here.

Note: This should also work with RM2K with some tweaking.
12 August 2012

Simple Animated Title (RMVXA)

This simple script manipulates the title (defined in the Database) and animates it, from the top of the screen to the centre of the screen above the menu. It was written specifically for the Paranormality 1: Darkling before the Trial ran out.



Note: This version does not have the mouse system or the "Continue" feature implemented.
11 August 2012

Cutscene Tutorial - RMVX

This is a very commonly asked question, so here is a good tutorial from GeniusInMotion. It's around 30-minutes long, but it's worth watching to give an idea of how to create a cutscene.



The same principles also apply to RMXP and RMVXA, although if you're competent at making movies from scratch RMVXA will allow you to call the movie instead.
29 July 2012

RMVXA Windowskins

In RMVXA, windowskins aren't really necessary since you can change the windowskin colours in the Database. However, this is the same as the standard default window prevalent in RMVX.

All RMVX windowskins will work in RMVXA. Caveat: The "Window Color" will override the windowskin background colour unless you change it manually.

How To Import A Windowskin Into RMVXA

  • Open the Resource Manager (F10).
  • Import the RMVX Windowskin into the
    Graphics/System
    and set the transparencies (the same way you would in RMVX).
  • Open the Database (F9) and in the System tab, double-click on Window Color to change the RGB accordingly via the sliders.
  • In the same way as RMVX, the the Window_Base script needs to be modified to update to the new windowskin.
    class Window_Base < Window
      alias cwvxws_initialize initialize
      def initialize(x, y, width, height)
        cwvxws_initialize(x, y, width, height)
        self.windowskin = Cache.system("Roma")
      end
    end
Note that this is from memory, since my copy of RMVXA Trial expired, so this might be slightly inaccurate.
21 July 2012

Automatic Door Script (RMXP/VX/VXA)

Visit the site
here
Setting up animated doors manually through eventing are now passé thanks to this script. It's compatible with RMXP, RMVX and RMVXA and it definitely makes life easier!

Now, instead of creating each door individually, using the same events commands with each one. The only thing you need to do is name the door event "Door". The animation will then be displayed.

View the script details here.
18 July 2012

Free RPG Maker Project Music

Want some free BGM music for your projects? Here are some decent, upbeat, techno-styled songs. DanoSongs provides royalty free music, including one of my favourites, Today Then Tomorrow.



All music can be downloaded from the site and freely used in any project, including RPG Maker ones, as they are available under the Creative Commons license. This means use them but give credit to DanoSongs in return.
17 July 2012

The Gladiator Project Official Title Theme

The results for this month's poll are in, with 50% votes in favour, and the winner is...



My favourite was A Clash of Kings, but the votes are final, so Magnum Proelium it is!

Incidentally, Magnum Proelium appropriately means "Grand Battle" or "Violent Battle".
12 July 2012

Giant Resources Archive for RMXP

I haven't updated anything for RMXP for a while, so here's something awesome! It's quaintly titled "Pandora's Box" and it certainly is full of surprises! There are a LOT of resources here; I'm tempted to reinstall RMXP just to try them all out.



All of the downloads can be found here, below the video.
Related Posts with Thumbnails
Template Design "Perfect World" by SkinCorner