Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

> Actor Enhanced, With this script, your menu gets a awsome new look!
SojaBird
post Aug 8 2008, 12:37 PM
Post #1


Level 51
Group Icon

Group: Revolutionary
Posts: 1,573
Type: Scripter
RM Skill: Advanced




Actor Enhanced

Version v1.0
Author SojaBird and Asdren
Release Date
v1.0 > 08-08-'08


Introduction
This script was started by Asdren and finished by SojaBird.


Features
v1.0
- Plug and Play.

To come features
- Only on request.


Script
Attached File  Actor_Enhanced.txt ( 5.55K ) Number of downloads: 997



Compatibility
VX only.


Screenshot



Installation
Put the script above main.
Credit us pls.


Terms and Conditions
Credit us, and the script is free for use in NONCOMERCIAL projects.
If anyone want some changes, please pm one of use or post it here, well track the topic.


__________________________
Art from the highest shelf?

Scriptology, scripting podcast



HUD's Request Lobby (multiple hud-scripts)


------------------------------------------------------------------

Random Stuff
OMG, it's Hab!!


This is a crazy drawing application! (by me)

How did I learned to script
QUOTE
Hey pim! I'm the Law G14!

For the past couple of months I've been learning RGSS and I've got the basic stuff down such windows, variables, conditional statements, ect. But, I can't see myself making big scripts such as a jumping system or a side view battle system. I was wondering how you learned to script because I really want to know how to script really well.

Thanks in advance.


Hey there,

Well I don't make battle neither though I can still teach you some things :)...
The way I've learned to script is by reading other scripts for the most part.
I've allways been interested in other peoples work but this time I though I had to try to make something myself...and it worked!!
The most importand thing when you go scripting is (at least in my case) that you want to make something to help an other wich can't script.
You also need to feel the competition that's around in the scripting-community.
Cause, I have to say, if you get pushed to get a sertain request done before an other scripter does, you feel POWERFULL!! :P
So that's an other thing...
You also don't need to be afraid to learn from others or helpfiles.
When I write my scripts, I actualy always have the helpfiles open to look things up I don't know or remember.
Then, you must be calm, cause you need to try the script a lot of times.
When I write a script, I test it after almost every changes.
First I set up the major structure.
Like when I make a window-script or part of a script I start with something like this:
CODE
class Window_Name < Window_Base
def initialize(x,y,width,height)
super(x,y,width,height)
refresh
end

def refresh
self.contents.clear
draw_contents
end

def draw_contents
draw_something(with, some, parameters)
end

def update
refresh if @something != @what_it_should_be
end
end
So that's also very important.
Then, the biggest thing I learned scripting from is TRIAL AND ERROR.
That's the most irritating way to learn something, cause it's more ERROR than TRIAL, but it does the trick realy good.

So that's it how I did it.
Now it's up to you.
Do some requests (if I didn't do it allready :P) and learn from them.

Hope that helped you out a little.
If not, keep your eye on the Scriptology-topic (see my sig) where I'll be updating for my scripting(video)tutorials.
Perhaps they're going to be usefull for you one day ;)


Greatzz,
SojaBird.
Go to the top of the page
 
+Quote Post
   

Posts in this topic
- pim321   Actor Enhanced   Aug 8 2008, 12:37 PM
- - userjosh704   I have a request. Could you remove that awkward bo...   Aug 8 2008, 02:10 PM
|- - VerifyedRasta   QUOTE (userjosh704 @ Aug 8 2008, 02:32 PM...   Aug 9 2008, 08:53 PM
- - Loki333   I can't wait to get home and try this out. I...   Aug 8 2008, 03:01 PM
- - asdren   My first script and i couldn't finish it by my...   Aug 9 2008, 01:43 AM
- - asdren   I tried to do that with the boxes but i didn't...   Aug 9 2008, 05:20 AM
|- - userjosh704   QUOTE (asdren @ Aug 9 2008, 05:42 AM) I t...   Aug 9 2008, 08:58 AM
- - asdren   thank you userjosh! Maybe I'm gonna update...   Aug 9 2008, 11:06 AM
- - pim321   working on that now   Aug 10 2008, 02:07 PM
|- - VerifyedRasta   QUOTE (pim321 @ Aug 10 2008, 02:29 PM) wo...   Aug 10 2008, 04:09 PM
- - pim321   I'll try to update this soon.   Dec 8 2008, 02:36 PM
|- - Genshyu   Hey this is the perfect script, I love you for tha...   Jan 1 2009, 04:19 PM
- - pim321   Haha well ya're welcome... Perhaps I'll st...   Jan 1 2009, 05:00 PM
- - MegaDethKlok   So, like... What the heck does it do? There's ...   Jan 1 2009, 05:07 PM
- - pim321   Or you could just read throught the posts that hav...   Jan 1 2009, 05:21 PM
- - Genshyu   Hey, I wan't to know, did you learn RGSS2 by s...   Jan 1 2009, 05:22 PM
- - pim321   Hey Genshyu, I learned RGSS2 all by myself...usin...   Jan 1 2009, 05:30 PM
- - Genshyu   THANKS SO MUCH . I'll leran now ^^. I really a...   Jan 1 2009, 05:37 PM
- - MegaDethKlok   I already saw that post, but it tells me nothing. ...   Jan 1 2009, 05:39 PM
- - Genshyu   Hehe, He's saying practice making your own scr...   Jan 1 2009, 05:43 PM
- - pim321   Hey MegaDethKlook, It realy astunnish me that you...   Jan 2 2009, 02:14 AM
- - tidushyuga   This is exactly what I've been looking for. T...   Jan 27 2009, 11:33 AM
- - pim321   Well thank you Nice you like it. Greatzz, SojaB...   Jan 28 2009, 01:20 AM
- - ichiruki   i don't like it for my game   Jun 18 2010, 07:54 PM
- - SojaBird   Well you don't MUST use it... So it's a pr...   Jun 19 2010, 03:15 AM
- - leongon   Is pointless posting in threads of scripts that yo...   Jun 19 2010, 08:31 AM
- - ichiruki   haha you're right   Jun 19 2010, 05:19 PM
- - Regashi   @ichiruki Stop spamming somebody's thread. it...   Jun 20 2010, 08:49 AM


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: 24th May 2013 - 06:11 AM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker