Charas-Project

  • Home
  • Help
  • Search
  • Calendar
  • Login
  • Register
*
Please login or register.

Login with username, password and session length
 

News:

New forum theme up and running!



  • Charas-Project »
  • Off-Topic »
  • Archive »
  • Old Game Discussion »
  • Nead help!
« previous next »
  • Print
Pages: [1] 2

Author Topic: Nead help!  (Read 3954 times)

Offline Quezarlay

  • Member
  • Initiate
  • *
  • Posts: 89
  • Hablo espaņol e ingles
Nead help!
« on: November 03, 2005, 08:43:23 PM »
I really nead someone to make this for me becuase I DON'T understan at all. I get confuse with all the swiches. Please can someone help me?
If someone can do it is perfect. If someone one to explain it to me that will do too. But I really nead this.

I will give the proper credit.

This tutorial is made by Fallen_Spades




http://www.gamingw.net/tutorials/268
Logged
People!! Visit Neopets trough this link and register to help me have some money! But remember it must be with this link. Please help me gain some money for my neopets. http://www.neopets.com/refer.phtml?username=tanaskarel_quezarlay

  • Guest
(No subject)
« Reply #1 on: November 03, 2005, 09:53:55 PM »
Ah yes... Using switches...

After taking a good look at the tutoria lyou supplimented the tutorial didn't do a very good job at telling you what to really do. Who long have you been using RPGMaker anyway?
Logged

Offline Quezarlay

  • Member
  • Initiate
  • *
  • Posts: 89
  • Hablo espaņol e ingles
----
« Reply #2 on: November 04, 2005, 12:48:50 AM »
Like 3 years O_O and I never understand swiches.
Logged
People!! Visit Neopets trough this link and register to help me have some money! But remember it must be with this link. Please help me gain some money for my neopets. http://www.neopets.com/refer.phtml?username=tanaskarel_quezarlay

Offline Dashman

  • Just too cool for this planet
  • Associate
  • *
  • Posts: 237
  • i like food
(No subject)
« Reply #3 on: November 05, 2005, 01:06:14 AM »
3 years and don't understand switches?! I have like, erh... how long have I been registered here? Ah, I remember. I registered on my birthday, 25 of may. I downloaded it at the end of april. Since then, my knowledge on Rm2k/3 have been growing... and my knowledge on school going down...
Logged

Offline DragonBlaze

  • A Wild DB Appeared!
  • Royal
  • *
  • Posts: 3,329
(No subject)
« Reply #4 on: November 05, 2005, 01:53:43 AM »
Lol, I used the psx RPG Maker for like 2 years without knowing what a switch was :p. I always added an item/character/spell and had events triggered if the hero had them or not.

Anyway, I'll try to explain switches in a simple way, but I'm usually not the best at explaining things :(

A switch just has an ON and an OFF function. All switches start OFF. Through an event you can turn a switch ON.

A switches main goal is to determain if an event with run or not when triggered. To set up an event to run only if a switch is ON, all you have to do is find the 'preconditions' section in the top left corner of the event editor, click on the box next to swich, then select which switch its using.

Now the event will only run if that switch is ON.


Now to something a little more complex.


Each event has multiple pages. A page is basically differant layers of the event. However, only one page will run at a time. The LAST page is the page that will always be processed.

Now lets say you have two pages. If you set the second page to run only if a switch is ON, then the first page will run untill that switch is turned ON.

That may sound a little complicated, but really its not. Heres an example:

You have an event with two pages. Each page has the same character. The first page has the character say "get me a crown!", and the second page has him saying "did you get my crown yet?".

The second page however has a precondition that swich [crown], has to be ON. and at the end of the first page, theres an event turning switch [crown] ON.

When you talk to this character, he'll say "get me a crown!" since page 2 can't run without having switch [crown] ON. Now if you talk to him again, he'll say "did you get my crown yet?" since switch [crown] was turned on after the message on the first page.



Anyway, I hope that helped.
Logged
Hell Yeah! Just recovered all my old rm2k/3 games from my 10 year old, broken laptop hard drive that had been formatted and had a new OS installed on it. Oh, and I did all of this from my phone. WIN

Offline WarxePB

  • Action Sue
  • Royal
  • *
  • Posts: 3,601
  • What killed the dinosaurs?
    • The Gigaverse
(No subject)
« Reply #5 on: November 05, 2005, 04:50:32 AM »
And by the way, this is in the wrong forum. Something like this should go in RPG Maker Programming or Tutorials.

And DB pretty much summed up what a switch is.
Logged
Blog: The Gigaverse
Twitter: Initial Chaos

Offline Quezarlay

  • Member
  • Initiate
  • *
  • Posts: 89
  • Hablo espaņol e ingles
(No subject)
« Reply #6 on: November 10, 2005, 03:03:15 AM »
Thanks for explain it to me.
Can you or someone else go to this link and re make the tutorial? Step by step so I can understand it?
I get los in the cycle O_O  and in the common events.

Please the idea in this tutorial is greate and I want to do it but it is too complicate I nead someone to do it step by step. ^_^ Please

http://www.gamingw.net/tutorials/268
Logged
People!! Visit Neopets trough this link and register to help me have some money! But remember it must be with this link. Please help me gain some money for my neopets. http://www.neopets.com/refer.phtml?username=tanaskarel_quezarlay

Offline DragonBlaze

  • A Wild DB Appeared!
  • Royal
  • *
  • Posts: 3,329
(No subject)
« Reply #7 on: November 10, 2005, 04:34:33 AM »
Its a day/night script right? Here, I'll post a simpler one. The original tutorial was made by magnus989 from blade2k.net. I'm just editing a few parts to maybe make it a bit more easier for you to understand.

Before you read the tut, let me explain common events and cycling.

Common events - common events are events that aren't located on a map. Since they're not located on a map, they can be run from anywhere. This way the day/night system will run on all maps instead of just the map with the event on it. Common events are located in the Database (where you edit heroes, items, spells, ect). Theres a Tab labeled common events. This is where you have to build the day/night system.

Cycles - cycles are also known as loops, and thats probably whats labeled as in the event editor (on page 3). What a loop does is repeats the lines in it over and over. It'll basically keep the day/night system running.

First you need to go to the common events page and name it something that
has to do with day and night (day/night for example).Make it set under Parallel Process. Set it to run if a switch called Day/Night is ON.
In the events command box add a cycle/loop command.
<>Loop
<>
<>END Loop
Good.We need to use a loop so the event will keep going on and on.
Now we need to make a morning switch.Therefore you must go to chnge switch
and put a switch called morning in.Make it on set.Also you need to make another
switch called night,and set it on off set.By doing this when the loop resets whatever
you choose to put on night it will go off on morning.It should look like this.
<>LOOP
<>Change Switch:[0000]Morning-On Set. Note that the number beside the switch is
<>Change Switch:[0001]Night-Off Set whatever number you have the switch on.
<>END LOOP
Doing good so far?Okay we need a wait command.This will decide how long
the morning will last.I set my mornings to 30 seconds,but you can make it whatever you want.
Now here is the main part of the tutorial.On the maps that you want things to happen you need
to make the events happen under these switch conditions.(Sorry bad wording)
If you have a map of a castle or town and you want the background to change during the day you
will need to make an event and in the command box put Change Parralex BG to a Dawn picture
if it is morning.In the appearance switch make it appear under morning.By doing this the back ground
will change to morning when the morning switch is activated by the loop in the common events.
Also you will need to set a screen tone that looks like morning.Now make a new page.Make
the appearance switch on day.Chang the background to one of the morning pictures.Set the screen
tone to the normal level.(Everything at 100)Make a new page.Put in an
evening background and set the screen tone to something that looks like it is evening.Now make a
new page.Put in a night background.Set the screen tone where it looks kinda bluish.

You can also make Charas appear at certain times of day like at night make bats and day make birds.
To do this make an event and set the appearence swith on day and put a chara you want to see at
daytime.Do the same for night but make the appearence switch on night.
Anytime you want a place to change during the day or night make a copy of the event with
these steps and place it on the map you wish for them to happen.
Now that that's all cleared up we can go back to the common events and finish the thing that
triggers all of these events.If you forgot this is what the commands should look like so far.

<> LOOP
<>Change Switch:[0000]Morning-On Set
<>Change Switch:[0001]Night-Off Set
<>Wait: 30.0 s
<>
<>END LOOP
Now we need to make the day time.After the wait command out in switches day on set
and morning off set.
<>LOOP
<>Change Switch:[0000]Morning-On Set
<>Change Switch:[0001]Night-Off Set
<>Wait:30.0 s
<>Change Switch:[0003]Day-On Set
<>Change Switch:[0000]Morning-Off Set.
<>
<>END LOOP

By now you probably know how to use these commands in the common events so I'll
give you what the rest looks like.Here goes.

<>LOOP
<>Change Switch:[0000]Morning-On Set
<>Change Switch:[0001]Night-Off Set
<>Wait:30.0 s <--You can change this time if you want.
<>Change Switch:[0003]Day-On Set
<>Change Switch:[0000]Morning-Off Set.
<>Wait:100.0 s <--You can change this time if you want.
<>Change Switch:[0004]Evening-On Set.
<>Change Switch:[0003]Day-Off Set
<>Wait:30.0 s <--You can change this time if you want.
<>Change Switch:[0004]Evening-Off Set
<>Change Switch:[0001]Night-On Set
<>Wait:70.0 s <--You can change this time if you want.
<>
<>End LOOP
Now just stick in an event that you can't avoid at you starting position.Set it on Hero Touch
and in the event commands make it change switch to Morning On Set.Make a new page and make
the appearance switch on Morning.Set it to push key and leave everything else blank.

This should do it.The main reason I created this tutorial is when I used the
others they didn't work,or the screen would change from dark to light when I didn't want it to.
Some places I wanted the screen tone to stay normal but it didn't let it so I thought up this
tutorial.I hope it didn't confuse anyone.

By Magus989.
Logged
Hell Yeah! Just recovered all my old rm2k/3 games from my 10 year old, broken laptop hard drive that had been formatted and had a new OS installed on it. Oh, and I did all of this from my phone. WIN

Offline Quezarlay

  • Member
  • Initiate
  • *
  • Posts: 89
  • Hablo espaņol e ingles
O_O
« Reply #8 on: November 10, 2005, 09:23:00 PM »
YOU ARE SUCH A PIE DragonBlaze!!!!!

It work O_O and I understod it! ^_^ You are the best!

Can I ask you to maka the same with a timer an someting that show the time like real time.

It is because I'm making a Harvest Moon game and I'm stuk with this things.

But you are the BEST!
It work I cant belive it!

I will give the credit for it to you and Magus989.

Logged
People!! Visit Neopets trough this link and register to help me have some money! But remember it must be with this link. Please help me gain some money for my neopets. http://www.neopets.com/refer.phtml?username=tanaskarel_quezarlay

Offline Moosetroop11

  • Sage
  • *
  • Posts: 7,398
(No subject)
« Reply #9 on: November 10, 2005, 09:39:26 PM »
Hear that, DB? You're a pie! XDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD

Good job, though. Nice to see someone willing to help others.
Logged
Maaaaaaaaaaaaaaaaaaaaaaaaaaan I missed this place.

Quote from: drenrin2120
Maaaaaaaaaaaaaaaaaaan I missed you.

Quote from: fruckert
Maaaaaaaaaaaaaaan I missed that welcome.

Offline Meiscool-2

  • Sage
  • *
  • Posts: 7,030
  • If you support n00bs, you support communism.
(No subject)
« Reply #10 on: November 10, 2005, 10:23:29 PM »
Making a timer. Easy enough:

Required: One timer (use either timer one or two, but you have to use the same timer in all instances)

Basically:

Loop:
     "Con Branch" If timer =more then 24:00
       Set timer = 1
      Else handler
      Timer+00:01
      Wait 1.0
End Loop

This timer makes to to where 1 second in real life is one minute in game life. It's farily common. If you want a realisitic one, that's something else though. You'd need pictures and etc.
Logged
Most Recent:

________________________
Old Stuff:

Offline Quezarlay

  • Member
  • Initiate
  • *
  • Posts: 89
  • Hablo espaņol e ingles
YAY! ^_^
« Reply #11 on: November 11, 2005, 12:18:39 PM »
Yes, I nead a timer that work like a real one. ^_^
That says 1:00 am 1:20 am.
Someting like that ^_^
Logged
People!! Visit Neopets trough this link and register to help me have some money! But remember it must be with this link. Please help me gain some money for my neopets. http://www.neopets.com/refer.phtml?username=tanaskarel_quezarlay

Offline Quezarlay

  • Member
  • Initiate
  • *
  • Posts: 89
  • Hablo espaņol e ingles
WHYYYYY!
« Reply #12 on: November 11, 2005, 02:33:48 PM »
I use this tutorial to make the real timer but the timer don't run. Can someone prove it to see were I whent wrong? I really nead it.



http://rpgmaker2000.narod.ru/faq/timesystem.txt
Logged
People!! Visit Neopets trough this link and register to help me have some money! But remember it must be with this link. Please help me gain some money for my neopets. http://www.neopets.com/refer.phtml?username=tanaskarel_quezarlay

Offline Meiscool-2

  • Sage
  • *
  • Posts: 7,030
  • If you support n00bs, you support communism.
(No subject)
« Reply #13 on: November 11, 2005, 08:18:30 PM »
Heh, you'll need pictures and crap for a real one, and I really don't feel like writing all the scripting.

Right now, just take the lazy way out and use mine. Untill you get used to scripting, then you should know how to make your own clock and you can ditch mine.
Logged
Most Recent:

________________________
Old Stuff:

Offline Quezarlay

  • Member
  • Initiate
  • *
  • Posts: 89
  • Hablo espaņol e ingles
O_O
« Reply #14 on: November 11, 2005, 09:01:18 PM »
I didn't ditch it. It is just that it don't work for what I nead. I don't nead pictures because if you use the variable to tell the hour like this

Hour:
V[0013] : V[0012] : V[0011]
Calendar:
V[0007] : V[0008] : V[0009]

It is perfect.
I just nead someone to tell me what I did wrong because the one I use in the link is exelent but the time just don't move. O_O
Logged
People!! Visit Neopets trough this link and register to help me have some money! But remember it must be with this link. Please help me gain some money for my neopets. http://www.neopets.com/refer.phtml?username=tanaskarel_quezarlay

  • Print
Pages: [1] 2
« previous next »
  • Charas-Project »
  • Off-Topic »
  • Archive »
  • Old Game Discussion »
  • Nead help!
 

  • SMF 2.0.10 | SMF © 2015, Simple Machines
  • XHTML
  • 2O11
  • RSS
  • WAP2
  • Simple Machines Forum