Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

> +Player Plus+, Draws a picture that follows the player
SojaBird
post Nov 3 2008, 03:49 AM
Post #1


Level 51
Group Icon

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




Player Plus

Version v1.0.3
Author SojaBird
Release Date
v1.0.2 > 03-11-08
v1.0.3 > 05-11-08


Introduction
Just something I had on my shelf. Started it as try for playershadow.


Features
v1.0.2 (release)
- A lot of options.
v1.0.3 (bug fixes)
- Fixed a bug with custom Y.

To come features
- Only on request.


Script
Attached File  Player_Plus.txt ( 5.09K ) Number of downloads: 1655



<div style="margin:20px; margin-top:5px"><div style="margin-bottom:2px">[Show/Hide] Screenshots</div><div style="margin: 0px; padding: 6px; border: 1px inset;"><div style="display: none;">

</div></div></div>


Compatibility
VX only.


Installation
Put the script above main.
Make the picture you want to show as the players extra.
Tweek the options to your needs.


Terms and Conditions
Credit me pls.
The script is free for use in NONCOMERCIAL projects.
For use in comercial project, contact me first.
If anyone want some changes, please pm me or post it here, I'll 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   +Player Plus+   Nov 3 2008, 03:49 AM
- - JoRu   Oh, this is really nice! I tried using this sc...   Nov 3 2008, 08:07 AM
|- - Hunter1787   QUOTE (JoRu @ Nov 3 2008, 08:07 AM) Oh, t...   Dec 3 2009, 06:47 PM
- - toboisgreat   Could we have some screenies of what things can be...   Nov 3 2008, 10:55 AM
- - VerifyedRasta   Yea I'd like some screens   Nov 3 2008, 04:32 PM
- - pim321   Version 1.0.3 Custom Y bug fixes As well some scr...   Nov 5 2008, 02:03 AM
- - Jonny   Could you make a demo, id like to see it in action...   Nov 6 2008, 09:11 AM
- - Ken Shiro X   can make a demo please?   Nov 6 2008, 09:17 AM
- - pim321   I'll soon be making a demo or vid   Nov 7 2008, 03:08 AM
- - Mickadell   Comment Rate: Ok I don't understand how to us...   Jan 17 2009, 04:07 PM
|- - Mr. Bubble   QUOTE (Mickadell @ Jan 17 2009, 04:07 PM)...   Jan 17 2009, 04:40 PM
|- - jens009   QUOTE (Mickadell @ Jan 17 2009, 04:07 PM)...   Jan 18 2009, 09:35 AM
- - pim321   Hey all, I've been working on the podcast lat...   Jan 18 2009, 05:23 AM
- - rendy1287   hey pim321, i'm very really interested, and i...   Jan 18 2009, 05:54 AM
- - omegazion   Dude. I think it would be good to Alias methods in...   Jan 18 2009, 06:05 AM
- - pim321   Mmm not sure...what I've actualy made I think...   Jan 18 2009, 06:32 AM
|- - omegazion   QUOTE (pim321 @ Jan 18 2009, 06:32 AM) Mm...   Jan 18 2009, 08:55 PM
- - pim321   O well that is stupid indead...that actualy someth...   Jan 19 2009, 12:54 AM
- - Fr33   Umm...when is that demo coming out? xD It's a...   Jan 24 2009, 08:28 AM
- - kaleygatore   very impresive i like it....a lot :bllink: i...   Jan 24 2009, 12:57 PM
- - pim321   Hey all, Sorry for the misses of the demo...thoug...   Jan 25 2009, 02:27 AM
- - Felkmaster   Do you have a demo of this including the pictures ...   Feb 3 2009, 09:53 AM
- - pim321   Nope not yet. I actualy think I'm going to but...   Feb 3 2009, 02:48 PM
|- - Felkmaster   Actually I'm refering to the blackness on the ...   Feb 4 2009, 09:24 AM
- - rendy1287   hey, when the demo is out? on how precisely?   Feb 4 2009, 08:14 PM
- - pim321   @Felk I've actualy done something what AutoLig...   Feb 5 2009, 01:57 AM
- - Trek   yo man.... you really need to post a demo with the...   Feb 15 2009, 07:35 AM
- - Kikojui   I'd just like to point out that I myself have ...   Feb 15 2009, 09:41 AM
- - pim321   Hey all, I must say that this script is actualy s...   Feb 15 2009, 02:51 PM
- - imakickuall   i know this is a noob question but how do you make...   Feb 28 2009, 12:58 PM
- - ninjaheldransom   In my game this script will fit just right in most...   Feb 28 2009, 07:31 PM
- - pim321   Hey both of you I actually really suggest you to...   Mar 1 2009, 02:21 AM
- - elfyelf   you have some really good scripts usefull for my g...   Jul 10 2009, 02:20 PM
- - Hunter1787   I can post a tutorial for this. Only on the way wh...   Sep 11 2009, 07:02 PM
- - brendmar   how would i go about changing the key binding for ...   Dec 3 2009, 06:06 PM
- - Xzygon   I have no idea about the second part, because I ha...   Dec 3 2009, 06:18 PM
|- - brendmar   QUOTE (Xzygon @ Dec 3 2009, 06:18 PM) I h...   Dec 3 2009, 06:43 PM
- - ZeroManArmy   Could you make this work with Kylocks Time System?...   Jan 14 2010, 07:42 PM
- - exiost   I confuse how to use it... pliz give us the demo.....   Mar 19 2010, 06:04 PM
- - kyle?   @exiost: Look on the last page...   Mar 19 2010, 11:33 PM
- - SojaBird   Sorry but I'm back now. @Hunter1787 Sure go a...   Apr 18 2010, 03:34 AM
- - muffin1232   Umm uhh... How do you turn the player plus off...?...   May 1 2010, 03:07 AM
- - SojaBird   QUOTE CODEUse = true # Wheter or not to draw the p...   May 1 2010, 04:10 AM
- - muffin1232   I mean how do you turn the player plus off and on ...   May 1 2010, 04:30 AM
- - MK621   This script looks awesome.   May 1 2010, 10:07 AM
- - SojaBird   Hey muffin, Sorry for the short awnser before. An...   May 1 2010, 12:08 PM
- - muffin1232   Thanks for answering!   May 3 2010, 12:39 AM
- - SojaBird   O problemo. I hope it was usefull to you Let me...   May 3 2010, 01:30 AM
|- - Negelein   QUOTE (SojaBird @ May 3 2010, 05:30 AM) L...   Jun 12 2010, 06:11 AM
- - SojaBird   Hey there, Yes you can let it not be a light. All...   Jun 12 2010, 06:13 AM
- - Palsa   Cool script. ^_^ I have a couple suggestions. Havi...   Dec 28 2010, 12:56 AM
- - ShinGamix   QUOTE (Palsa @ Dec 28 2010, 02:56 AM) Coo...   Dec 29 2010, 12:56 PM


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: 23rd May 2013 - 03:39 PM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker