Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

 
Closed TopicStart new topic
> N543 Skit System, Now in RMXP!
Night5h4d3
post Sep 1 2011, 07:05 AM
Post #1


The past tense
Group Icon

Group: +Gold Member
Posts: 1,199
Type: Scripter
RM Skill: Undisclosed




Skit System
version 4.6.01
By Night5h4d3




Introduction

So actually, I was working on an undisclosed project with some other people, and I was requested to make this script a while back, in the end, we've changed engines so now I'm uploading this script for the general public. It's basically the skit system from the Tales of series, and runs off of common events.

Features

> Display, move, and remove custom face graphics and expressions (See how to use)
> Runs from common events
> Custom music
> Easy to configure

Installation

To install, just place the script anywhere below other scripts and above main. Make sure you have the required resources!

Script

v4.6.0.1 Standalone

Demo

Skit System Demo 4.6.0.1

Compatibility

Changes/Aliases
Game_Temp
Game_System
Game_Interpreter
Window_Message
Spriteset_Map
Scene_Title
Scene_Map
Scene_Load
Scene_Save


This script isn't compatible with RMVX, but there is an RMVX version, see the FAQ


Screenshots

These are the RMVX screenshots, it looks almost exactly the same.
spoiler




Required Resources

spoiler


Save this as skitbg:



Positioning is relative, so it will be in the same area of the screen in both 544 and 640 resolutions.


How to use

1) create the skit - in the script you'll find the Skits module, add a new array in the specified format
2) create a common event - make sure it corresponds to the common event you used in the skits module
3) Begin coding your skit!
NOTE: Use the following script snippets to make use of faces
CODE
$scene.new_face(face, expr, pos, mir?, num)

face - the filename of the face set to use
expr - the face expression (0 is the top left face, 1 is the one to it's right.. 4 is on the bottom left, etc) default is 0
pos - the position of the face a number ranging from 0 to 18, or use an array to specify a direct placement, (refer to the cheat-sheet) default is 0
mir? - set to true to mirror the face graphic default is false
num - the index of the face to use, normally the first face created is 0, the second is 1, etc, but you can specify the index.

CODE
$scene.change_face(pos1, pos2, new_expr, new_face, mir?)
$scene.dispose_face(pos1)

pos1 - refers to the current position of the face being modified, must be between 0 and 18 or an array (refer to pos) default is 0
pos2 - refers to the destination of the face being modified, must be between 0 and 18 or an array (refer to pos) default is 0
new_expr - new expression to use, set to nil to keep current expression (see expr) default is nil
new_face- new face graphic to use, set to nil to keep current face (see face) default is nil


FAQ

Q: Is this for VX?
A: Nope, but I made one for VX! You can find it here.


Disclaimer

Please do not claim as your own, if you'd like to post this script on other sites, please notify me before hand.


__________________________
Got 30 minutes? Then you've enough time to play this awesome game:

- potentially promising project page
- thanks holder
My growing space of user-bars:

about me:







I made the following!





Go to the top of the page
 
+Quote Post
   
TheBen
post Sep 1 2011, 07:24 AM
Post #2


Intolerable Noob
Group Icon

Group: Revolutionary
Posts: 344
Type: Developer
RM Skill: Beginner




This is hilariously whiny, especially coming from a scripter, but I think less abstract usage of the skit positions would be helpful to people that didn't know a lot of RGSS(2) (e.g. you could include a tutorial to explain how to add new positions). Aside from that, however, this is a pretty cool script.


__________________________
QUOTE
Great people talk about IDEAS
Average people talk about THINGS
Small people talk about OTHER PEOPLE

- A plaque on a BBQ restaurant in VA
Go to the top of the page
 
+Quote Post
   
Night5h4d3
post Sep 1 2011, 08:17 AM
Post #3


The past tense
Group Icon

Group: +Gold Member
Posts: 1,199
Type: Scripter
RM Skill: Undisclosed




Hah, I think I know where you're coming from. But when you work on a script as abstract as this for a long enough time, everything seems common sense. I'm terribly lazy when it comes to the documentation part, and that's mainly because by the time I'm done, I've moved on to another project and I spend my time coding for it rather than completely writing up the info for the previous script.

The topic itself is pretty much a copy and paste from the RMVX version, and it's not likely I'll have the time to fully elaborate on the features and functions of the script. It's far easier to help those who don't understand how to do X then it is to write how to do X, Y and Z in the topic post.


__________________________
Got 30 minutes? Then you've enough time to play this awesome game:

- potentially promising project page
- thanks holder
My growing space of user-bars:

about me:







I made the following!





Go to the top of the page
 
+Quote Post
   
carnie_natas
post Sep 2 2011, 08:38 AM
Post #4


~Noctem~Shinai~
Group Icon

Group: Revolutionary
Posts: 261
Type: Developer
RM Skill: Advanced




Haha i love the undisclosed project, gives this script a sense of rarity for that fact. Looks nice though i personally can't use it. Good work!

This post has been edited by carnie_natas: Sep 2 2011, 08:38 AM


__________________________
Light one up!
You can run.....But you'll only die tired!
Go to the top of the page
 
+Quote Post
   
VVBlazeFuryVV
post Sep 2 2011, 06:09 PM
Post #5


Level 1
Group Icon

Group: Member
Posts: 9
Type: Mapper
RM Skill: Skilled




Oops wrong topic.

This post has been edited by VVBlazeFuryVV: Sep 2 2011, 07:43 PM


__________________________
Hello...

Name's Blast Fury.
I've been RPG making for the past 1 year now and I've gotten really, REALLY good at it. I'm working on my first RMVX project called Lunai Stories - Era of Old Miltia, which has been redone about... like a million times because I couldn't come up with a story. So hopefully I can get along with the people here in the RPG Maker forums...
Go to the top of the page
 
+Quote Post
   
Night5h4d3
post Sep 2 2011, 06:24 PM
Post #6


The past tense
Group Icon

Group: +Gold Member
Posts: 1,199
Type: Scripter
RM Skill: Undisclosed




Sorry, blazefury, since this script modifies Window_Message it is incompatible with neo message system. I'm unable to make them compatible right now, but you could start a new request topic for someone to compatiblize the two.


__________________________
Got 30 minutes? Then you've enough time to play this awesome game:

- potentially promising project page
- thanks holder
My growing space of user-bars:

about me:







I made the following!





Go to the top of the page
 
+Quote Post
   
VVBlazeFuryVV
post Sep 2 2011, 07:58 PM
Post #7


Level 1
Group Icon

Group: Member
Posts: 9
Type: Mapper
RM Skill: Skilled




QUOTE (Night5h4d3 @ Sep 2 2011, 06:24 PM) *
Sorry, blazefury, since this script modifies Window_Message it is incompatible with neo message system. I'm unable to make them compatible right now, but you could start a new request topic for someone to compatiblize the two.

Oh, okay.


__________________________
Hello...

Name's Blast Fury.
I've been RPG making for the past 1 year now and I've gotten really, REALLY good at it. I'm working on my first RMVX project called Lunai Stories - Era of Old Miltia, which has been redone about... like a million times because I couldn't come up with a story. So hopefully I can get along with the people here in the RPG Maker forums...
Go to the top of the page
 
+Quote Post
   
VVBlazeFuryVV
post Sep 2 2011, 08:54 PM
Post #8


Level 1
Group Icon

Group: Member
Posts: 9
Type: Mapper
RM Skill: Skilled




QUOTE (Night5h4d3 @ Sep 2 2011, 06:24 PM) *
Sorry, blazefury, since this script modifies Window_Message it is incompatible with neo message system. I'm unable to make them compatible right now, but you could start a new request topic for someone to compatiblize the two.

But even if I tried it, it still got an error during my game...


__________________________
Hello...

Name's Blast Fury.
I've been RPG making for the past 1 year now and I've gotten really, REALLY good at it. I'm working on my first RMVX project called Lunai Stories - Era of Old Miltia, which has been redone about... like a million times because I couldn't come up with a story. So hopefully I can get along with the people here in the RPG Maker forums...
Go to the top of the page
 
+Quote Post
   
CelestOrion
post Dec 5 2011, 04:25 AM
Post #9


Level 8
Group Icon

Group: Revolutionary
Posts: 119
Type: Writer
RM Skill: Intermediate




I had a question. Let's say I wanted to change the size of the template files to be more 'square' instead of rectangle, and up'd the size of each individual frame to be about 150x150 pixels. How would I go about doing this?

This post has been edited by jessethehedgehog: Dec 7 2011, 12:47 AM


__________________________
Go to the top of the page
 
+Quote Post
   

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 19th May 2013 - 04:48 PM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker