Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

4 Pages V  < 1 2 3 4 >  
Reply to this topicStart new topic
> [Scripting][Series]RGSS: Windows - Lesson 1: An Introduction to Windows
SeeYouAlways
post Jan 16 2008, 10:07 AM
Post #21


Demented Moogle
Group Icon

Group: Banned
Posts: 1,130
Type: None
RM Skill: Undisclosed




Sure. You have to buy it online. Go to http://www.rpgrevolution.com/rmxp and click on the "Buy" link. It'll direct you to the online store. Hope you come back with the legal version. tongue.gif


__________________________
Go to the top of the page
 
+Quote Post
   
ccoa
post Jan 16 2008, 10:08 AM
Post #22


Storm Goddess
Group Icon

Group: Revolutionary
Posts: 989
Type: Scripter
RM Skill: Masterful




RPG Maker XP is sold as a download, so anyone anywhere in the world can buy it in theory.

http://www.download.com/RPG-Maker-XP/3000-....html?tag=lst-1

EDIT: Gah, Ninja'd!


__________________________
Go to the top of the page
 
+Quote Post
   
bryandamage
post Jan 16 2008, 10:33 AM
Post #23


Level 1
Group Icon

Group: Member
Posts: 9
Type: Scripter
RM Skill: Beginner




thank you both! although i try to restrain myself to buy things online i really want to get to grips with rmxp! it was really confusing though when a blank box appeared even though the script was ok...

i didnt think this version was illegal.... dry.gif cba to email my brother...he doesnt reply hardly and he lives too far away to give a good kicking up the backside
Go to the top of the page
 
+Quote Post
   
SeeYouAlways
post Jan 16 2008, 10:50 AM
Post #24


Demented Moogle
Group Icon

Group: Banned
Posts: 1,130
Type: None
RM Skill: Undisclosed




Good news is that you get a free 30 day trial with the program, so download it, try it out for 30 days, then register for a license!


__________________________
Go to the top of the page
 
+Quote Post
   
bryandamage
post Jan 16 2008, 11:00 AM
Post #25


Level 1
Group Icon

Group: Member
Posts: 9
Type: Scripter
RM Skill: Beginner




K it will give me some time to learn some scripts and plan out my game more. I've had fun making doors, movable objects and makng long conditional branched events etc. but they have a lot of limitations...

btw can you use events to make a player press a button and the char will increase walking speed for a certain length of time? I tried adding wait commands but the char stops moving then... i did make a simular event sequence like pegasus boots from zelda

*another thought* going to try and make other chars jump out the way in terror when approached by speeding player

This post has been edited by bryandamage: Jan 16 2008, 11:03 AM
Go to the top of the page
 
+Quote Post
   
SeeYouAlways
post Jan 16 2008, 11:05 AM
Post #26


Demented Moogle
Group Icon

Group: Banned
Posts: 1,130
Type: None
RM Skill: Undisclosed




Well, let's not derail from the thread since it's about the tutorial, so post a new topic on our support forum if you need help. thumbsup.gif

To answer your question, yes, it can be done. You need to use parallel process. Read this tutorial for reference: http://www.rpgrevolution.com/tutorial/28

Now, on to discussing this tutorial.


__________________________
Go to the top of the page
 
+Quote Post
   
Ember
post Jan 16 2008, 05:20 PM
Post #27


Level 68
Group Icon

Group: Revolutionary
Posts: 2,799
Type: Artist
RM Skill: Advanced




[Show/Hide] Obvious pro skillz:


Emby did his homework. It's a first, ever.


__________________________
Go to the top of the page
 
+Quote Post
   
ccoa
post Jan 17 2008, 07:32 AM
Post #28


Storm Goddess
Group Icon

Group: Revolutionary
Posts: 989
Type: Scripter
RM Skill: Masterful




Great job playing around with it! That's what I like to see. smile.gif


__________________________
Go to the top of the page
 
+Quote Post
   
bryandamage
post Jan 18 2008, 10:02 AM
Post #29


Level 1
Group Icon

Group: Member
Posts: 9
Type: Scripter
RM Skill: Beginner




sweat.gif i will buy the official version but i got around the 'no text' problem in postality knights i had earlier. i just wanted to know what was missing (determind not to be beaten by an annoying code)

for some reason it won't show without "self.contents.font.name = $defaultfonttype" just thought you would like to know... i can't look at postality knights the same way now i know it's an illegal remake... sad.gif
Go to the top of the page
 
+Quote Post
   
jamiez
post Jan 18 2008, 10:27 AM
Post #30


Level 1
Group Icon

Group: Member
Posts: 6
Type: Event Designer
RM Skill: Beginner




Hey ccoa I know you're here!!!
Why you not make a book for the newbie like me!?
Go to the top of the page
 
+Quote Post
   
SeeYouAlways
post Jan 18 2008, 10:31 AM
Post #31


Demented Moogle
Group Icon

Group: Banned
Posts: 1,130
Type: None
RM Skill: Undisclosed




Err... Aren't her tutorials helping you enough already? Maybe you can request for a tutorial to be written if you need help in other areas.


__________________________
Go to the top of the page
 
+Quote Post
   
animetor07
post Jan 18 2008, 08:34 PM
Post #32



Group Icon

Group: Member
Posts: 1
Type: None
RM Skill: Beginner




I am super new to scripting, I adjusted my codes to match yours. Was I supposed to delete some codes off of them? And if I want to add more codes in, where do they go?
Go to the top of the page
 
+Quote Post
   
ccoa
post Jan 19 2008, 06:43 AM
Post #33


Storm Goddess
Group Icon

Group: Revolutionary
Posts: 989
Type: Scripter
RM Skill: Masterful




Your question is too vague to really be answered. If you want to do something different than what I've done, you will need to change some lines or add some.

If you're completely new to scripting, I recommend reading some of the beginner tutorials on scripting on the main site before doing this lesson. It assumes at least some small familiarity with programming, Ruby, or RGSS scripting.


__________________________
Go to the top of the page
 
+Quote Post
   
Jadak
post Jan 21 2008, 12:56 AM
Post #34


R3? Pfffft! You'll Always Be RRR to ME
Group Icon

Group: Revolutionary
Posts: 1,201
Type: Event Designer
RM Skill: Advanced




I get an error on line 9.

CODE
  #-------------------------------------------------------
  # * Window First
  # * First_Script happy.gif
  #-------------------------------------------------------
  # * Credit:
  # * Ccoa-Tan
  #-------------------------------------------------------
[b]  class Window_First > Window_Base [/b]
  #-------------------------------------------------------
  # *Object Initialization
  #-------------------------------------------------------
  def initialize
     super(0, 0, 256, 96)
     self.contents = Bitmap.new(width - 32, height - 32)
    
  refresh
end


   #------------------------------------------------------
   # * Refresh
   #------------------------------------------------------
  
   def refresh
     self.contents.clear
    
     self.contents.draw_text(0, 0, 256,32, "Hello...Shuyu-tan!", 2)
   end
end


__________________________


Current Project: A Tainted Memory ~(Early Development)~
Go to the top of the page
 
+Quote Post
   
jens009
post Jan 21 2008, 02:14 AM
Post #35


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

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




Line 9?

You're not suppose to have an error over there since it's commented. Unless of course you delete that bold tag on line 8 [ b ]


__________________________

My RMXP Project:


Farewell RRR. =]
Go to the top of the page
 
+Quote Post
   
Kinnison
post Jan 21 2008, 06:05 AM
Post #36


The not-so-revolutionary guy
Group Icon

Group: Revolutionary
Posts: 162
Type: Event Designer
RM Skill: Masterful




I think you got the arrow pointing the wrong way, it should be pointing the other way, like the one below:

CODE
class Window_First < Window_Base


This post has been edited by Kinnison: Jan 21 2008, 06:07 AM


__________________________
[Show/Hide] Current Game Project:

[Show/Hide] On Hold:
Go to the top of the page
 
+Quote Post
   
Jadak
post Jan 21 2008, 12:43 PM
Post #37


R3? Pfffft! You'll Always Be RRR to ME
Group Icon

Group: Revolutionary
Posts: 1,201
Type: Event Designer
RM Skill: Advanced




ah...that's probably why then. XD Thanks.

This post has been edited by Jadak: Jan 21 2008, 12:44 PM


__________________________


Current Project: A Tainted Memory ~(Early Development)~
Go to the top of the page
 
+Quote Post
   
darkkyros
post Jan 23 2008, 12:40 AM
Post #38


Level 4
Group Icon

Group: Member
Posts: 50
Type: Artist
RM Skill: Intermediate




Here's mine. smile.gif

Go to the top of the page
 
+Quote Post
   
jamiez
post Feb 20 2008, 02:52 PM
Post #39


Level 1
Group Icon

Group: Member
Posts: 6
Type: Event Designer
RM Skill: Beginner




I'm Sorry ohmy.gif ,but it's make me confuse wacko.gif
cuz you make like thousand script with you...
and damn...... sweat.gif how long you make a script
so i have idea why you not make some e-book? happy.gif
Go to the top of the page
 
+Quote Post
   
S_n_a_k_e
post Feb 21 2008, 02:02 PM
Post #40



Group Icon

Group: Member
Posts: 4
Type: Scripter
RM Skill: Beginner




Nice tutorial (Y)

i have a question.. if you would want to remove the window, when you press a button, lets say C, how would you script that? ^^
If you wouldn't want to wait 80 frames and then the window is removed automaticlly, but make it so that the player can press a button to remove it himself..

i hope you understand what i mean ^^
Thx.
Go to the top of the page
 
+Quote Post
   

4 Pages V  < 1 2 3 4 >
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: 19th June 2013 - 08:12 AM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker