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
> Actor's Options updated to version 2!, Now you can enable or disable the actor's options!
charbelramy
post Feb 7 2009, 04:09 PM
Post #1


Level 1
Group Icon

Group: Member
Posts: 10
Type: Scripter
RM Skill: Advanced




Actor's Options

Version 2
Author Charbel Ramy
Release Date February 14, 2009

Introduction
Adds the Actor's Options in the Status Window.

Features
Allows you to enable or disable the actor's options!

Script
Attached File  Actor_s_Options_version_2_by_Charbel_Ramy.txt ( 8.16K ) Number of downloads: 58


Screenshot




Installation
Past the script in the material section above main.

Terms and Conditions
Free for use in your work if credit is included.

This post has been edited by charbelramy: Jul 21 2009, 09:14 PM


__________________________
Go to the top of the page
 
+Quote Post
   
platipus
post Feb 7 2009, 07:36 PM
Post #2


Level 11
Group Icon

Group: Revolutionary
Posts: 191
Type: Event Designer
RM Skill: Skilled




hey that script isnt bad smile.gif


__________________________
using xp now and will continue to until a better rpg maker
Go to the top of the page
 
+Quote Post
   
TalesOf_Fantasy
post Feb 7 2009, 11:04 PM
Post #3


Level 3
Group Icon

Group: Member
Posts: 42
Type: Artist
RM Skill: Skilled




Great script!


__________________________



MZ Multimedia Studios current projcts:

Divine Fantasy
Entusia 'The Unlimited Sky'
Go to the top of the page
 
+Quote Post
   
SojaBird
post Feb 8 2009, 04:48 AM
Post #4


Level 51
Group Icon

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




Nice work.
This could go together with my ExtendedStatus script, very nice.


Greatzz,
SojaBird.


__________________________
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
   
charbelramy
post Feb 8 2009, 06:16 PM
Post #5


Level 1
Group Icon

Group: Member
Posts: 10
Type: Scripter
RM Skill: Advanced




Thanks!
SojaBird your ExtendedStatus script is very great
if you want, we can make a single script using both
( I don't speak english very well )


__________________________
Go to the top of the page
 
+Quote Post
   
Ziosin
post Feb 8 2009, 06:57 PM
Post #6


Doesn't ever stop believin'
Group Icon

Group: Revolutionary
Posts: 760
Type: Writer
RM Skill: Skilled




Hey this script isn't half bad. Seems pretty useful. Might use it in the future.


__________________________
Ziosin's signature, V3.0



Colossus Reborn

Project has been abandoned. I'm gonna keep around the kickass logo, though.
Go to the top of the page
 
+Quote Post
   
charbelramy
post Feb 12 2009, 10:05 AM
Post #7


Level 1
Group Icon

Group: Member
Posts: 10
Type: Scripter
RM Skill: Advanced




QUOTE (Ziosin @ Feb 9 2009, 12:57 AM) *
Hey this script isn't half bad. Seems pretty useful. Might use it in the future.

Thanks!
if anyone wants some change, please let me know.


__________________________
Go to the top of the page
 
+Quote Post
   
charbelramy
post Feb 13 2009, 07:41 PM
Post #8


Level 1
Group Icon

Group: Member
Posts: 10
Type: Scripter
RM Skill: Advanced




updated to version 2!


__________________________
Go to the top of the page
 
+Quote Post
   
ASCIIgod
post May 23 2009, 07:02 AM
Post #9


Demonic God of Snippets of Doom +10
Group Icon

Group: Revolutionary
Posts: 271
Type: Scripter
RM Skill: Intermediate




QUOTE (charbelramy @ Feb 12 2009, 11:05 AM) *
QUOTE (Ziosin @ Feb 9 2009, 12:57 AM) *
Hey this script isn't half bad. Seems pretty useful. Might use it in the future.

Thanks!
if anyone wants some change, please let me know.



hey how come it makes a bug when i use it along w/ the KGC_EquipExtension:

heres the g\bug im talking about.

i have to sets of shield slots. Shield and Buclers. when i use the two sword style, both slot didnt disappear or changed into Left or Right. how can i fix this???. Except removing KGC_EquipExtension:


__________________________

Go to the top of the page
 
+Quote Post
   
mortigneous
post May 23 2009, 10:41 AM
Post #10


Level 5
Group Icon

Group: Member
Posts: 64
Type: None
RM Skill: Intermediate




Try rearranging the order those two scripts are in. (place the other one below the other)

If that doesn't work, they're probably incompatible, or you have another script that's incompatible with one of them. OR you may have messed up something in the KGC script.


__________________________
Hmm.... rm2k isn't compatible with vista? Looks like I'll go to rmvx... Scripting?
Oh sweet, I get to add new stuff! OH DEAR GOD! *head explodes*

Fun game.

CLICK
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: 26th May 2013 - 01:08 AM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker