Test Play Assist (YEP)

From Yanfly.moe Wiki
Jump to navigation Jump to search

Welcome to the wiki! This is where you can find resources from Yanfly.moe, Ækashics.moe,
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.



Download

System

This is a plugin created for RPG Maker MV.

For help on how to install plugins, click here.

For help on how to update plugins, click here.

Got errors with your RPG Maker MV plugin? Click here.


Masterarbeit Writer

Yanfly Engine Plugins

This plugin is a part of the Yanfly Engine Plugins library.


Introduction

Test playing your game can be quite time consuming. Each second you spend on
the title screen, each time you accidentally picked Continue instead of
New Game, the time it takes to turn on the FPS counter, and more. While each
of these take little time on their own, the amount of extra time wasted adds
up fast. This plugin will give you access to various features that will aim
to help you save more time when it comes to test playing your game. These
features will only occur during test play and will not run in finalized
versions of the game.

All of the following are optional and can be turned on/off:

Auto New Game
- This will automatically start a new game each time you hit test play. That
way, you can avoid selecting the Continue option by accident, go immediately
to where you've placed your Start Player position, and test whatever you
need to do.

On Switches
- This is a list of switches that will automatically turn on each time a new
game starts during Test Play. This can be helpful for activating/bypassing
certain events, starting parallel common events, etc.

Common event
- Run a specific common event each time a new game starts in test play. This
can be used for just about anything ranging from adding party members, giving
the party certain weapons, leveling up the party, etc.

Startup Code
- For those that know JavaScript, this code will be ran at the start of a
new game during test play. By default, the code included with this plugin
will add 10x of each item in the database that isn't a key item or hidden
item for better testing.

Show FPS
- Normally, one would press F2 to show the FPS meter. Enabling this plugin
parameter will turn it on automatically with each time to save you time.

Full Screen
- This will automatically full screen the game upon starting up during test
play to speed up any time you have to test the game in full screen without
needing to press the F4 key.

Changelog

Version 1.00:
- Finished Plugin!