GALENMERETH'S PROFILE

The Vendor
Turn a profit and indirectly save the world

Search

Filter

Fidchell will stream your games!

Hi Fidchell! I'd love for you to play my game and to hear what you think of it: The Vendor.

It was made for the IGMC, but it's polished and thoroughly tested. I know that might sound a bit weird when I mention it, but a few people I've talked to have come to expect bugs due to the deadline, and I understand that it can hinder motivation to give contest games a try for some people.

[VX Ace] Ease Script – Varied and smooth movement for Move / Tint Picture and Move Routes

Yes, you can have different speeds/durations, and it also works with however many pictures you want to move at the same time :) The idea was to show what just changing the easing method would do when the Move / Tint Picture commands were the same. But I think you're right, and I'll put together a more comprehensive video to show more variation in what can be achieved, using actual footage from my own game :)

In terms of compatibility, this script is made to be as compatible as possible, which is also why it works with the editor's built in Move and Tint Picture event calls; on the surface, no core methods are changed. I've been very careful with not changing the core engine methods in any way when it comes to parameters as well, and the easing motion hooks into the core update loop, progressing the motion every frame so that there's absolute consistency.

[VX Ace] Ease Script – Varied and smooth movement for Move / Tint Picture and Move Routes

Since I'm sure not everyone is familiar with the term "easing", I thought I'd "advertise" my script here and explain what it does through the use of youtube videos.

Easing is the use of mathematical formulas to change the movement curve of a property; you can make a bouncing ball animation, a fast-to-short speed slide, and many other variations simply by setting the start and end value of a parameter. This comes in especially handy for Move Picture, and for script calls in Move Routes. Take a look at the following videos:



The video above shows how a Move Picture event and a Tint Picture event are changed based on the selected easing method; the duration and settings in the events are the same, only the applied easing algorithm changes, to often drastic effect. Here's a screenshot of how easy it is to set an easing method:



By setting the Game_Picture.easing value to Easing::BOUNCE_OUT, all subsequent calls to Move Picture and Tint Picture are affected. You can set different easing methods for tint and move by adding another script call in between them, and there is no limit to how many pictures you can animate like this at any time. The script hooks into the update loop and replaces the default animation methods with the new easing one; as far as I can tell, there is no performance hit whatsoever.



This second video shows the use of three new Move Route script calls you can call to use easing for moving events and characters:

* ease_moveto(x, y, duration, easing_method)
* ease_moveto_char(char_id, duration, easing_method)
* ease_opacity(opacity, easing_method)

For more information, check out the script's page: http://rpgmaker.net/scripts/356/

If you have any questions or feedback, I'd love to hear from you!

Rhythos RPG Builder - a Free and Open Source Dev Tool

author=terra0nova
if the community and features continue to improve between this campaign and the next one, I have high hopes that I'd have a better chance succeeding the next time around! I've even been getting some community contributions to the editor, and that'll definitely help keep the project going!


It's good to hear that you want to keep going even if the kickstarter should fail. This project has a lot of potential, and I'd love to support it, but I feel there's a bit too little "meat on the bone" for the project so far. I like the looks of it, and the use of haxe and export possibilities are really great, but I'll be awaiting some more details before I commit to it myself. Best of luck! :)

Rhythos RPG Builder - a Free and Open Source Dev Tool

What is the future of this project if the Kickstarter doesn't work out?
Pages: 1