Zelaron Gaming Forum  
Stats Arcade Portal Forum FAQ Community Calendar Today's Posts Search
Go Back   Zelaron Gaming Forum > Zelaron Gaming > RPGMaker

 
 
Thread Tools Display Modes

 
Reply
Posted 2008-10-09, 11:22 AM in reply to flappykun2349's post "variables"
flappykun2349 said: [Goto]
would you mind going into further detail if you know how plz?[know how to make an airship fir rmxp or redeclare variables]
Re-Declare - To declare again

Declaring a variable - setting its value.

Re-declaring Variables is simple. After you use a variable and have no use for it, use it again! that way you don't use 500,000 variables in one game. If you had a variable that was used in tutorial island, and you don't need it anymore. just go ahead and use it in the fire dungeon. Understand?

Ok, let me see if i can try to explain the boat/airship thing without a demo.
(the thing about not having a demo is i don't know if this would work or not. GLG if you could test this for me.. it would be appreciated)

Make a common event that will set your speed higher, set a move route to make yourself "through" and then, change your graphic to the boat/airship. (i say make a common event that way you don't have to keep making them over and over, you can just call the event)

To make unpassable areas, make an event that has no graphic (or have a graphic if you want) and make sure that its like this
Event starts on Event touch (not player touch) Then set the move route for the way opossite of the clear event, that way when he runs into it, he turns around. Understand? You can do that for the deep areas if you only have like a row boat, you can't go cross-country with it into deep water. Pretty simple

Thats the basic idea, just make sure that if it doesn't work. Do what your gut says. Try everything, write ideas down when your not by the computer. (Seriously, keep a pen/pencil and paper by at all times) Thats the way you make great games.


Edit: OK! I made it. Heres the simplest way to do it. Make an airship event that looks like this

Text: "Would you like to board the \C[3]Airship\C[0]?" (the \C[0] stuff is the text colors in VX :P)
Show Choices: Yes, No
When [Yes]
@>Set move route: Player [wait for completion]
$>Through = On
$>Move 1 step towards event (so that he moves on it)
@>Set move route: Player [wait for completion]
$>Change graphic to "Airplane.jpg"
@>Set move route: Player [don't wait]
$>Change speed to X (test the speeds out to see which you like.)
Control Self Switch > A = ON
Erase Event
When [No]
Nothing here
Now, make a new event page. And put that the only way that it activates is if self switch A is on. Make sure it runs as a parallel process and then do this.

Conditional Branch: Button (Blah) is being pressed?
Yes:
Text: Are you sure you want to land? (if you land in an unmoveable tile then you will be forced to start the game over from were you last saved)
Show choices: Yes,no
When [yes]
Set move route player
Change speed back to normal
Through = off (that way he doesn't keep going through walls and such)
Change graphic back to his own body.
when [no]
nothing happens.


(I like that event lol took me about 5 seconds to think it up. Muahaha GLG i'm getting up to your thinkings (btw thanks for the advice "think like a programmer"))

Now for areas that you don't want to be passable. This is the easiest one yet.

Make an event. No graphic but make it activate on EVENT TOUCH.
Then just put this

Set move route player
1 step backward.

Thats it. :P LOL! I love being able to answer peoples questions. Keep sending em this way!


Last edited by Wolfturn; 2008-10-09 at 03:14 PM.
Old
Profile PM WWW Search
Wolfturn enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHzWolfturn enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHz
 
 
Wolfturn
 



 
Reply
Posted 2008-10-09, 11:11 PM in reply to Wolfturn's post starting "Re-Declare - To declare again ..."
Wolfturn said: [Goto]
Muahaha GLG i'm getting up to your thinkings (btw thanks for the advice "think like a programmer"))

I am programmer, so RPG Maker stuff is easy. Right now I'm currently studying Regex right now. It's the most completed thing I've ever done. That's why I've been so busy, plus all of the work for a company, church, and two friends of mine.

Also, Wolfturn, good job explaining what re-declaring a variable means.
 
Work List
疲れていますから 寝むってありますね。 むずかしいです。 また、ケーキ屋で ケーキを食べていました。

I've considered being a translator, but I dunno. It feels like a lot of work. If someone gets angry then I have to deal with it, you know? I'd rather just relax.

 
Speed Test
 
Favorite Anime/Manga
#01 Clannad ~After Story~
#02 Trigun {Maximum}
#03 Koi Kaze
#04 Berserk
#05 Outlaw Star
#06 Slayers
#07 Desert Punk
#08 Spirited Away
#09 Fullmetal Alchemist
#10 Shakugan no Shana
#11 Death Note
#12 FLCL
#13 Tokyo Magnitude 8.0
#14 Toradora
#15 Gunslinger Girl

 
Anime List
Old
Profile PM WWW Search
Goodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to be
 
 
Goodlookinguy
 



 
Reply
Posted 2008-10-10, 06:42 AM in reply to Goodlookinguy's post starting "I am programmer, so RPG Maker stuff is..."
Goodlookinguy said: [Goto]
I am programmer, so RPG Maker stuff is easy. Right now I'm currently studying Regex right now. It's the most completed thing I've ever done. That's why I've been so busy, plus all of the work for a company, church, and two friends of mine.

Also, Wolfturn, good job explaining what re-declaring a variable means.
I'm a wanna-be programmer, in other words i wanna be one :P But, i haven't taken any classes or anything on anything, i've tried all the books i can find and none of them really help. (proggramming for me is a more handson type of thing) RPG maker was the only thing i could learn.

And thanks, I'm just glad i understand em enough to actually be able to explain

Old
Profile PM WWW Search
Wolfturn enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHzWolfturn enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHz
 
 
Wolfturn
 



 
Reply
Posted 2008-10-10, 08:51 PM in reply to Wolfturn's post starting "I'm a wanna-be programmer, in other..."
Wolfturn said: [Goto]
I'm a wanna-be programmer, in other words i wanna be one :P But, i haven't taken any classes or anything on anything, i've tried all the books i can find and none of them really help. (proggramming for me is a more handson type of thing) RPG maker was the only thing i could learn.

I'm a self-taught programmer. If you wanted to, you could be too. By the way, if you're poor, "free" E-books are a valid way to go. Just be sure to read them and delete the books later once you understand what you're doing.

Wolfturn said: [Goto]
And thanks, I'm just glad i understand em enough to actually be able to explain

You're welcome. You explained them as well as anyone could have. Variables are just variables, they have no defined value until given one. Then when you no longer need that value, then you can reuse the variable to define it if you want.

PHP Code:
class programmer {
 function 
find_lie($user) {
  
$user $this->detect($user);
 }
 function 
detect($user) {
  
// This function has a hidden value :D
  // Could I have used this function alone?
  // Yes, but I felt like adding in more to
  // seem special and smart.
 
}
}
$programmer = new programmer(true);
$Wolfturn $programmer->find_lie($Wolfturn);
if (
$Wolfturn == "lie") {
 echo(
"You're no programmer!");
}
elseif (
$Wolfturn == "truth") {
 echo(
"I'm glad to see you at least know something.");
}
else {
 echo(
"Oh, dear lord, Regular Expressions are hard!");

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

Anyways, all of this chit-chat about RPG Maker has gotten me all excited to create something no one has ever done before.

By the way flappykun, I hope all of this crud helped you.
 
Work List
疲れていますから 寝むってありますね。 むずかしいです。 また、ケーキ屋で ケーキを食べていました。

I've considered being a translator, but I dunno. It feels like a lot of work. If someone gets angry then I have to deal with it, you know? I'd rather just relax.

 
Speed Test
 
Favorite Anime/Manga
#01 Clannad ~After Story~
#02 Trigun {Maximum}
#03 Koi Kaze
#04 Berserk
#05 Outlaw Star
#06 Slayers
#07 Desert Punk
#08 Spirited Away
#09 Fullmetal Alchemist
#10 Shakugan no Shana
#11 Death Note
#12 FLCL
#13 Tokyo Magnitude 8.0
#14 Toradora
#15 Gunslinger Girl

 
Anime List
Old
Profile PM WWW Search
Goodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to be
 
 
Goodlookinguy
 



 
Reply
Posted 2008-10-11, 12:21 PM in reply to Goodlookinguy's post starting "I'm a self-taught programmer. If you..."
Goodlookinguy said: [Goto]
I'm a self-taught programmer. If you wanted to, you could be too. By the way, if you're poor, "free" E-books are a valid way to go. Just be sure to read them and delete the books later once you understand what you're doing.




You're welcome. You explained them as well as anyone could have. Variables are just variables, they have no defined value until given one. Then when you no longer need that value, then you can reuse the variable to define it if you want.

PHP Code:
class programmer {
 function 
find_lie($user) {
  
$user $this->detect($user);
 }
 function 
detect($user) {
  
// This function has a hidden value :D
  // Could I have used this function alone?
  // Yes, but I felt like adding in more to
  // seem special and smart.
 
}
}
$programmer = new programmer(true);
$Wolfturn $programmer->find_lie($Wolfturn);
if (
$Wolfturn == "lie") {
 echo(
"You're no programmer!");
}
elseif (
$Wolfturn == "truth") {
 echo(
"I'm glad to see you at least know something.");
}
else {
 echo(
"Oh, dear lord, Regular Expressions are hard!");

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

Anyways, all of this chit-chat about RPG Maker has gotten me all excited to create something no one has ever done before.

By the way flappykun, I hope all of this crud helped you.
First off, lol thats funny btw Thanks for the little coding up there. I could sorta read it, But not all of it, (if you could explain what it is.. might help me later on)
anyways, you know any good Ebooks i could find to use? (yes i'm a poor dude here) only 15 so i'm poor until further notice. lol.
I want to learn a language that will let me make a program without anything, On notepad. I Have a friend and he says that binary is the best language to learn, but thats a pretty tough thing.. lol too many 0's and 1's :P any easier languages, a good one for a begginer? (i've tried VisualBasic, but there are no good E-books for that, that teach you how to use it correctly)

Old
Profile PM WWW Search
Wolfturn enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHzWolfturn enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHz
 
 
Wolfturn
 



 
Reply
Posted 2008-10-11, 04:32 PM in reply to Wolfturn's post starting "First off, lol thats funny btw Thanks..."
Wolfturn said: [Goto]
First off, lol thats funny btw Thanks for the little coding up there. I could sorta read it, But not all of it, (if you could explain what it is.. might help me later on)
anyways, you know any good Ebooks i could find to use? (yes i'm a poor dude here) only 15 so i'm poor until further notice. lol.
I want to learn a language that will let me make a program without anything, On notepad. I Have a friend and he says that binary is the best language to learn, but thats a pretty tough thing.. lol too many 0's and 1's :P any easier languages, a good one for a begginer? (i've tried VisualBasic, but there are no good E-books for that, that teach you how to use it correctly)
Off-topic: I'm barely 17 and I've only been studying php for 6-or-so months. That tells you how easy it should be to pick up a programming language. I suggest starting with a web-language, as I always do. It's just easier to pick up something you can see easily, plus XHTML and CSS are easy. By the way, what the Hell, binary! No kid, binary is not the way to go. Understanding how binary works is fine, but no, not as a language.

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

Make sure to come and read my "How to use Classes and Functions" with RPG Maker tutorial later today. It might make what I wrote below make sense.
 
Work List
疲れていますから 寝むってありますね。 むずかしいです。 また、ケーキ屋で ケーキを食べていました。

I've considered being a translator, but I dunno. It feels like a lot of work. If someone gets angry then I have to deal with it, you know? I'd rather just relax.

 
Speed Test
 
Favorite Anime/Manga
#01 Clannad ~After Story~
#02 Trigun {Maximum}
#03 Koi Kaze
#04 Berserk
#05 Outlaw Star
#06 Slayers
#07 Desert Punk
#08 Spirited Away
#09 Fullmetal Alchemist
#10 Shakugan no Shana
#11 Death Note
#12 FLCL
#13 Tokyo Magnitude 8.0
#14 Toradora
#15 Gunslinger Girl

 
Anime List
Old
Profile PM WWW Search
Goodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to be
 
 
Goodlookinguy
 



 
Reply
Posted 2008-10-12, 12:21 PM in reply to Goodlookinguy's post starting "Off-topic: I'm barely 17 and I've only..."
Goodlookinguy said: [Goto]
Off-topic: I'm barely 17 and I've only been studying php for 6-or-so months. That tells you how easy it should be to pick up a programming language. I suggest starting with a web-language, as I always do. It's just easier to pick up something you can see easily, plus XHTML and CSS are easy. By the way, what the Hell, binary! No kid, binary is not the way to go. Understanding how binary works is fine, but no, not as a language.

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

Make sure to come and read my "How to use Classes and Functions" with RPG Maker tutorial later today. It might make what I wrote below make sense.
lol, i've never really thought HTML was a proggramming language. In that case, yes i know a bit of HTML

lol, not too much (i don't really use it anymore). But enough to make a simple website. CSS... i learned it, but i don't think i could make anything with it (its been so long) umm... XHTML i learned also, (really easily actually)
Javascript i started learning, i can make some simple stuff with javascript also.. but thats it. (so i understand all the basic functions of a proggraming language. Text-Printing,If statements, Variables ect.

Old
Profile PM WWW Search
Wolfturn enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHzWolfturn enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHz
 
 
Wolfturn
 



 
thnx
Reply
Posted 2008-10-12, 08:37 AM in reply to Goodlookinguy's post starting "I'm a self-taught programmer. If you..."
thnx GLG and Wolfturn this rly helped me alot lmao i'm too dumb to be a programmer no way in hell i could rap my head around it lol



Goodlookinguy said: [Goto]
I'm a self-taught programmer. If you wanted to, you could be too. By the way, if you're poor, "free" E-books are a valid way to go. Just be sure to read them and delete the books later once you understand what you're doing.




You're welcome. You explained them as well as anyone could have. Variables are just variables, they have no defined value until given one. Then when you no longer need that value, then you can reuse the variable to define it if you want.

PHP Code:
class programmer {
 function 
find_lie($user) {
  
$user $this->detect($user);
 }
 function 
detect($user) {
  
// This function has a hidden value :D
  // Could I have used this function alone?
  // Yes, but I felt like adding in more to
  // seem special and smart.
 
}
}
$programmer = new programmer(true);
$Wolfturn $programmer->find_lie($Wolfturn);
if (
$Wolfturn == "lie") {
 echo(
"You're no programmer!");
}
elseif (
$Wolfturn == "truth") {
 echo(
"I'm glad to see you at least know something.");
}
else {
 echo(
"Oh, dear lord, Regular Expressions are hard!");

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

Anyways, all of this chit-chat about RPG Maker has gotten me all excited to create something no one has ever done before.

By the way flappykun, I hope all of this crud helped you.
Old
Profile PM WWW Search
flappykun2349 enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHzflappykun2349 enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHz
 
 
flappykun2349
 



 

Bookmarks

« Previous Thread | Next Thread »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules [Forum Rules]
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Font Wed-G General Gaming 0 2008-07-18 12:52 PM
Bush Administration Admits to Anthropogenic Climate Change Demosthenes News and Events 1 2008-05-30 04:55 PM
RMXP Midis Noob101 RPGMaker 2 2007-07-11 06:20 AM
Rmxp Faq - *Please Read before posting!* Atnas RPGMaker 5 2007-04-13 10:41 AM
Fav. Pixel Font? spa Tech Help 0 2002-04-20 06:33 AM


All times are GMT -6. The time now is 11:39 AM.
'Synthesis 2' vBulletin 3.x styles and 'x79' derivative
by WetWired the Unbound and Chruser
Copyright ©2002-2008 zelaron.com
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.