Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

10 Pages V   1 2 3 > »   
Closed TopicStart new topic
> Scripting Podcast...Interested? (RGSS2, HTML/CSS. ActionScript 2.0), Are you interested in scripting? Convince me to make a podcast!
! ~ VOTE ~ !
Are you interested in a scripting podcast?
Yes [ 179 ] ** [88.18%]
No [ 7 ] ** [3.45%]
Maybe [ 17 ] ** [8.37%]
Total Votes: 219
  
SojaBird
post Dec 29 2008, 06:09 AM
Post #1


Level 51
Group Icon

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




Hey all,

Since I've been on the forum, it seems that people are desperate to learn to script. Now when I came here, I also wanted to know a little about it, but coudn't find realy much like tutorials or what so ever. So I figured out I had to do it all by myself...Though, it was a pain in the @ss! So therefor I though I could help all those other people out, who want the same thing as me, Learning to script!

The way I want to do this, is by creating a podcast. In this podcast I'll discuss several scripting languages/methodes, wich are the following:
  • RGSS2 (RPGmakerVX)
  • HTML/CSS (Web)
  • ActionScript 2.0 (Flash)

Though the biggest part will be about RGSS2, since that's the one I'm most skilled in.

Now before I'll go work myself in sweat, I want to get a better view of howmany people are interested in this podcast, sinces it's going to take a lot of effort and time. I don't want to make podcasts for like only a couple of people that can be counted on a pair of hands. Therefor this topic.

If you like this idea of a script-teaching podcast, you may reply in the topic. Also you may place the banner in your sig, so that more people get to know this topic, so that it catch their attention as well. The more people want this idea to come true, the faster it will come!


-----

Oke so here's a little update.
It's been a while allready since I though of this idea.
I've been creating a site but didn't do anything with it for a long time (probabely because it was ugly (check it out @ this place).
So since I'm a student of a creative design study, I realy need to have all graphics and things to look good.
That's also a reason why I take so long with everything.
Now, I learned scripting all by myself so that I could improve my games and flash-videos with some more nice looking transitions and that kinda stuff.
So all my scripting is actualy graphics based so that's also something you guys should know before your gonna expect me to make a total awsome battle-system or what so ever...I can, but I won't (perhaps just a little).

So anyway, the reason why I'm doing this is that I want to let new people know that the site is allready up and keeps updating till I'm satisfied.
Here's the link.


Greatzz,
SojaBird.


Feel free to copy the code from the box and past it in your sig!
CODE
[url=http://www.rpgrevolution.com/forums/index.php?showtopic=25307][img]http://img.photobucket.com/albums/v401/pim321/Podcast.png[/img][/url]


__________________________
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
   
BlueEagle7
post Dec 29 2008, 06:31 AM
Post #2


Level 11
Group Icon

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




That would be fantastic, but I'm working with XP. I would still be interested with Action Script though. Can you use that with XP?


__________________________
Go to the top of the page
 
+Quote Post
   
SojaBird
post Dec 29 2008, 09:26 AM
Post #3


Level 51
Group Icon

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




Nope...ActionScript can't be used with XP or any other RPG maker (I guess). It's Flash only, as far as I know.
Thanks anyway, you're the first on the list! biggrin.gif

Please be free to put the banner in your sig, just copy the code from the codebox and past it in your sig. With it, everyone will know that you want this podcast to be realised. As well that they can support the podcast too. In that way I'll be more motivated to get it on tracks!


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
   
post Dec 29 2008, 10:05 AM
Post #4





Group:
Posts: 0
Type: Writer
RM Skill: Undisclosed




Sounds like a great idea Sojabird, if I was good at scripting I would help.

I have learned a lot about HTML in the past few years so I could help you out on that if it's needed.

And maybe I can learn more about the scripting of RGSS.
Go to the top of the page
 
+Quote Post
   
Endar
post Dec 29 2008, 10:45 AM
Post #5


Level 8
Group Icon

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




Deffinitely (I know I spelled it wrong, I'm norwegian, OK?) something I would download, as good tutorials are hard to find and often the worlds most effective sleeping medicine. At least with RGSS2, as I don't understand a sh*t of what I'm reading pinch.gif


__________________________
Go to the top of the page
 
+Quote Post
   
BigEd781
post Dec 29 2008, 10:50 AM
Post #6


No method: 'stupid_title' found for `nil:NilClass'
Group Icon

Group: Revolutionary
Posts: 1,829
Type: Scripter
RM Skill: Undisclosed




If you need contributors I don't mind helping.

I would suggest editing the first post a bit though, as RGSS/2 and HTML are not scripting languages. RGSS/2 is an API written in ruby, and HTML is a mark up language, i.e., not a programming language. Anyhow, I think it sounds good.


__________________________
`
Give me teh codez!!!


I am the master debator!
Go to the top of the page
 
+Quote Post
   
Stilleas
post Dec 29 2008, 10:53 AM
Post #7


Level 5
Group Icon

Group: Member
Posts: 68
Type: Event Designer
RM Skill: Advanced




My main problem with learning RGSS has been that every tutorial or bit of help on the entire Internet seems to want to discuss the very basics of Ruby, and then leave you at that. So as it stands I have a good basic understanding of how things work in Ruby, but I don't know how anything works in RPG Maker's actual scripts. Laaaaaaaame...
Go to the top of the page
 
+Quote Post
   
BigEd781
post Dec 29 2008, 11:06 AM
Post #8


No method: 'stupid_title' found for `nil:NilClass'
Group Icon

Group: Revolutionary
Posts: 1,829
Type: Scripter
RM Skill: Undisclosed




QUOTE (Stilleas @ Dec 29 2008, 10:53 AM) *
My main problem with learning RGSS has been that every tutorial or bit of help on the entire Internet seems to want to discuss the very basics of Ruby, and then leave you at that. So as it stands I have a good basic understanding of how things work in Ruby, but I don't know how anything works in RPG Maker's actual scripts. Laaaaaaaame...


If you know ruby you should have no problem learning how the API works. The real problem is that you know how to do things like declare a variable or create a new method, but you don't understand the more core programming concepts (like object oriented design principles) which you need to really understand how things are working.


__________________________
`
Give me teh codez!!!


I am the master debator!
Go to the top of the page
 
+Quote Post
   
SojaBird
post Dec 29 2008, 11:08 AM
Post #9


Level 51
Group Icon

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




Hey,

Thanks all for the quick reactions.
I hope this is going to be nice biggrin.gif


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
   
killerrin
post Dec 29 2008, 11:49 AM
Post #10


Level 4
Group Icon

Group: Member
Posts: 58
Type: Event Designer
RM Skill: Advanced




i would be interested


__________________________
Go to the top of the page
 
+Quote Post
   
vandelfan
post Dec 29 2008, 01:13 PM
Post #11


Level 4
Group Icon

Group: Member
Posts: 49
Type: Event Designer
RM Skill: Skilled




that's a great idea sojabird(or pim...), count me in, although I know almost nothing about scripting, hehe laugh.gif

This post has been edited by vandelfan: Dec 29 2008, 01:14 PM


__________________________


Click here to level up my card!

LEVEL ME!!!... plz?...

Knock Knock!
Who's there?
It's me, I'll Kill You
Go to the top of the page
 
+Quote Post
   
jens009
post Dec 29 2008, 01:17 PM
Post #12


L Did you know? Death gods... only eat apples
Group Icon

Group: +Gold Member
Posts: 2,976
Type: Scripter
RM Skill: Skilled




This sounds like a good idea. We ought to try it! =D


__________________________

My RMXP Project:


Farewell RRR. =]
Go to the top of the page
 
+Quote Post
   
SojaBird
post Dec 30 2008, 04:34 AM
Post #13


Level 51
Group Icon

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




Yea,

It sounds like it's going to be real!
Just a few more and I will start making all the preperations for the take-off of:

Scriptania, the ScriptingPodcast


ToDoList:
  • Name (perhaps Scriptania, the ScriptingPodcast sucks a little)
  • Logo
  • Blog/Webpage (perhaps with some donations/merchandise sold, I'll be able to buy a real site, one we'll be making in a HTML episode of the Podcast)
  • Schedual (how many times a week/month a new episode)
  • Subjects (the basic, more advanced or both? pure scripting or more design (I'm a designer from nature)?)
  • Style (am I going to make it alone, or will I invite some other scripters in my podcast as well?)

And that's only for a start...
So keep supporting me, and I'll do my best.

Greatzz,
SojaBird.


ps. If you come up with a cool name for the podcast, pls share it with us smile.gif


__________________________
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
   
Night5h4d3
post Dec 30 2008, 08:32 AM
Post #14


The past tense
Group Icon

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




QUOTE
ps. If you come up with a cool name for the podcast, pls share it with us smile.gif


I'm just gonna throw out what comes to mind:

script sanctum (meh, doesn't sound all that great once its typed)
scripter's sanctum (kinda the same as above)
scripture (ooh, looks like I've been "PUN"ished >_<)
scriptorium (sadly, I stole that out of a dictionary...)
scriptology (O.O the study of scripts!)
scriptanium (>_> umm, 3 parts script, 1 part podcasting, 2 parts odd: S3PO2)

Schedual: how about:
1st week: HTML/CSS
2nd week: RGSS2
3rd week: Actionscript
4th week: review & preview
??

It's entirely up to you though, i just want to save you a little time.

Subjects:
how about start out basic, and get advanced as you go along? or have 2 podcasts for each subject,
and have them be hard and basic?


P.S. I would really like to help anyway possible, I learned RGSS from just the help file, and
a week after starting RGSS2 I have the same skill on both. but, the problem is that I've got
neither a microphone or a webcam or any sort of camcorder at all, so anything i could do would
have to be using a screen-recorder(I've got Camtasia) or something 'behind the scenes.'

(and, I'd definatly listen into HTML/CSS and ActionScript)


__________________________
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
   
AmIMeYet
post Dec 30 2008, 08:54 AM
Post #15


new av & (dynamic) sig!
Group Icon

Group: Revolutionary
Posts: 149
Type: Scripter
RM Skill: Undisclosed




How about a free website? (PHP, MySQL, everything) I know of a few great free hosts, (take my website for example).
If you'll settle on free, pm me for details.

As for the name, this was all I could think of:
'I can has Script', but that really aint so great.

As for the logo; that's easy once you have a name.
Tip: *LOGO CONTEST*

Also, I know of a great free (yes I know, I'm cheap) screen recorder, so other's can contribute, without having to pay for it.

So basically, the only investment would be time. Then again, time = money, so .. argh.. nevermind..


__________________________

>>Latest EventScripter news: Conditional Branches fully working! Currently working on a documentation site. Topic: EventScripter
>>Portals (yes, in RPG Maker VX!)
>>Working with Sojabird on his Scriptology; I also invented Scriptuzzle.. Try one; make one!
[Show/Hide] USEFULL script snippets:
[Show/Hide] Do require's in VX:
CODE
$LOAD_PATH << Dir.getwd #You only need to call this once
Kernel.require("includable.rb") #replace includable.rb with the name of the file you want to load
[Show/Hide] Invert Dash enabling:
CODE
#=============================================================================#
# # #                            ANTI DASH HACK                           # # #
# # #                              By AmIMeYet                            # # #
# # #                           please credit me                          # # #
#=============================================================================#
class Game_Player < Game_Character
  def dash?
    return false if @move_route_forcing
    return false if in_vehicle?
    return true if Input.press?(Input::A) and $game_map.disable_dash?
  end
end

This snippet basically inverts the dashing.. allowing you to dash only when 'disable dashing' is checked.
This way, normal maps disable dashing, but the ones you set to disable actually allow dashing..

It should be placed where you normally place the scripts ('above main', in the materials section of the scripts window)..
Go to the top of the page
 
+Quote Post
   
SojaBird
post Dec 30 2008, 03:42 PM
Post #16


Level 51
Group Icon

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




Hey Dutch pal,

Nice you want to support this as well biggrin.gif (I listed you on the partisipants list)
I wanted to start free at first, though later on I realy would like to go profesional with this.
It's still a trial in the beginning. I'm actualy not sure if I'm cut for this job as podcast host tongue.gif hehe, though I'll try.

I thought to start with a simple thing like blogger or something to post my first couple of podcasts. After that, I would like to go real "online" with an prof. site, made in HTML ofcoarse biggrin.gif perhaps one where all the listeners could upload their on CSS file or so...That would be nice.

Anyway, thanks for the support.


Greatzz,
SojaBird.


PS:
And about the logo, a contenst would be nice.
I'll try making one myself as well, since I just learned it at school (previous block)


__________________________
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
   
Dusk noun
post Dec 30 2008, 03:53 PM
Post #17


Level 4
Group Icon

Group: Member
Posts: 51
Type: Developer
RM Skill: Skilled





I think i could help a bit. 1st you should know some things 'bout the 3 languages:

- HTML is markup language, it doesn't work for programs, and most people doesn't spend time to learnt it. They use some editors and they make it easily. I don't know many people who builds a webpage with notepad (I include myself), but i consider those editors may and often shall fill the page with unneccesary tags and you'll find up with an html file of 100 kb in default styles or default metta tags, someones are needed to some navigators but at the moment, the ie 7 or the firefox 3 can read HTML 4.0 or at least 3.5. I know some people don't understand nothing. Making it with notepad will be useful to have a clean page. But HTML isn't much useful without at least the dynamic. That's the programming side, the javascript. If you want to make a searcher you'll need it, or to make a simple onmouseover (an image changes of size when you put the mouse on it). I know HTML and i'm learning DHTML, you can count on me to solve some problems but you must think what will you put about HTML.
And the CSS is only the style, when you're very specific you load a file but that's a Dynamic HTML tag <style>. Don't treat it as another language.

- RGSS is NOT a language, the language is ruby, and RGSS is the amount of scripts that are as default in XP, and RGSS2 the ones of VX.
Ruby is a programming language, but also a markup one. The tutorials only put how to define variables because (i think) they took the structure of the tutorial of one of Visual Basic or C++. A program is made by a programming language which controls the proccess and usually a markup one (like HTML or XML) to put the texts on the screen. But here ruby makes those 2 things, so it needs another part to show you how to edit windows or the spriteset. I'm learning ruby so you can ask, when this starts i'll do a few sugestions in this part. OH and this tutorials aren't designed to make you a master scripter, i don't know why are they for but don't expect to be a master of ruby once you've learnt them. And if you don't understand them, you won't go so far in programming languages. Normally or at least what i have aroung me, is a class making know the basics of every program language and when you have those minimal notions WEEL UNDERSTOOD, you specialize on a language.
Ah, for those who only know how to define variables in ruby, this is to make a text appear on the screen
self.contents.draw_text(x position, y position, width, height, "text to appear")
And you must write it inside a class.

-About Action script, i know very little so i can't say anything. You can't count on me for this.



__________________________
------------- COMING SOON -------------

-Decryptor-holics Terror
Go to the top of the page
 
+Quote Post
   
SojaBird
post Dec 30 2008, 04:42 PM
Post #18


Level 51
Group Icon

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




Well thanks for your opinion Dusk noun.

You've realy showed me a con, a diffeculty of making this podcast work, what should I include in the podcast, and what should I not.
That's also a thing why I want to know how may people are interested and what they think of it...

So actualy I'll do a aditionals request...


What do you (ppl who are interested) want to hear, see, learn from the podcast?


Thanks for the feedback.



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
   
Vascious
post Dec 30 2008, 04:59 PM
Post #19


Level 13
Group Icon

Group: Revolutionary
Posts: 229
Type: Event Designer
RM Skill: Beginner




This sounds like a good idea biggrin.gif it would be nice to be able to create some menu screens like MOG's but more customizable or like in Fire Emblem 9 where you can have more facesets up during a cutscene and have the talking person be "highlighted" while the non speaking people are darker.


__________________________


Go to the top of the page
 
+Quote Post
   
SojaBird
post Dec 30 2008, 05:09 PM
Post #20


Level 51
Group Icon

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




Yep that's totaly doable.

I think I'll start off with the very basics of Ruby (rgss2), so that I can make it very easy to step in, and realy make something that works.

That's a goal I want to achieve for the first say 3 podcasts I think.
So I defenitly want to see some results after that biggrin.gif


Greatzz and thanks for your responds and support,
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
   

10 Pages V   1 2 3 > » 
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 June 2013 - 11:48 PM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker