Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

 
Reply to this topicStart new topic
> [VX Ace] Actor Creation system
Tsukihime
post May 24 2012, 09:46 AM
Post #1


Level 25
Group Icon

Group: Revolutionary
Posts: 560
Type: None
RM Skill: Undisclosed
Rev Points: 25




Actor creation system
Author: Tsukihime

Large Image


Overview

This script provides basic functionality for creating new actors during the game and updating existing actor information.
Note that these are completely new actors, and won't be available for modification from the database side.

Features
  • Choose your own actor face, character sprite, and class
  • Choose how to distribute bonus stats
  • Choose a name for your new actor
  • Easily customize your face/classes/character sprite choices
  • Lock or unlock classes from being selected
  • Acts as a very simple stat distribution system

Usage

Actor creation is accessed via script call

CODE
SceneManager.call(Scene_ActorCreate)


If you want to modify an existing actor, you must prepare the scene with an extra call

CODE

SceneManager.scene.prepare(actor_id, class_fixed?, face_fixed?, char_fixed?)


The actor ID must be one of the actors that are currently in the game.
The rest of the arguments are for locking fields from editing.

You can lock or unlock classes with the following script calls

CODE

$game_system.lock_class(n)
$game_system.unlock_class(n)


Where n is the class ID.

In the actor information screen, you can specify details about your new actor, distribute bonus stats, and choose a name.

At the top of the script there is some configuration. In particular, if you want to add more faces and character sprites, you just have to add the filenames to the lists. Note that I'm assuming you're using Ace's 4x2 sprite sheets.

You can also specify how much bonus stats actors start with using the simple stat distribution system provided.

Downloads

Script: http://db.tt/PcZ84zgR
Required: Custom Database


__________________________
My Scripts
Go to the top of the page
 
+Quote Post
   

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 20th May 2013 - 08:54 AM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker