Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Custom Commands
#1
Custom Commands
by Dargor
Version 1.9

Introduction

I'll start posting all my VX scripts here, and I'll start with this one!

This scripting tool deals with general commands such as Menu, Party and Actor commands.
It helps modifying these commands without having to worry about their index in the window.
NEW: Version 1.5 supports commands substitution based on actor's class ID.
Search for
Code:
class RPG::Class
and edit the @commands array.

IMPORTANT: READ THE NOTES BELOW!

Features
  • Supports Menu, Title, Party and Actor Commands
  • Commands are now 'String Based' (Instead of 'Index Based')
  • Add/remove any commands of any windows at any index
  • Support for commands substitutes (based on an actor class ID)
  • Comes with a template for Custom Battle Commands!
Script
Read the script comments carefully before using this it!
Script

Demo
http://www.mediafire.com/?2oafnsrq0jg

Extra Commands

Battle Commands
Menu Commands

Notes

An important note:
This script overrides the following methods:
> Window_PartyCommand
<> initialize
> Window_ActorCommand
<> initialize
<> setup
> Scene_Menu
<> create_command_window
<> update_command_selection
<> update_actor_selection
> Scene_Battle
<> update_party_command_selection
<> update_actor_command_selection
This script will be incompatible with any other scripts modifying these methods unless they are based on the Custom Commands script methods.

BE SURE TO PLACE THIS SCRIPT ABOVE EVERY CUSTOM SCRIPTS!

Enjoy!
-Dargor
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   ACBS - Atoa Custom Battle System 3.2 Victor Sant 150 223,853 03-02-2019, 04:47 AM
Last Post: dragonprincess44
   Draining Skills! / Compatible with ABSes and custom non-active BSes / No SDK required DrHouse93 0 4,362 06-24-2016, 11:43 AM
Last Post: DrHouse93
   Individual Battle Commands by Charlie Fleed, Version 1.0 Charlie Fleed 3 10,184 01-25-2014, 12:15 PM
Last Post: Charlie Fleed
   Legacy's 1-Man Custom Menu System Legacy 2 6,750 11-13-2012, 04:53 AM
Last Post: Legacy
   Victor Engine - Custom Hit Formula Victor Sant 0 4,455 08-18-2012, 06:05 AM
Last Post: Victor Sant
   Victor Engine - Custom Slip Effect Victor Sant 0 4,478 08-03-2012, 12:44 AM
Last Post: Victor Sant
   Victor Engine - Custom Basic Actions Victor Sant 0 4,288 01-12-2012, 03:41 AM
Last Post: Victor Sant
   Victor Engine - Custom Description Victor Sant 0 4,047 01-12-2012, 03:32 AM
Last Post: Victor Sant
   Victor Engine - Custom Vehicles Victor Sant 0 4,432 12-30-2011, 06:31 AM
Last Post: Victor Sant
   Victor Engine - Custom Collapse Victor Sant 0 5,276 12-28-2011, 08:37 AM
Last Post: Victor Sant



Users browsing this thread: