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

 
I gotta bug.....
Reply
Posted 2005-05-29, 11:39 AM
....alright. Well, I'm making a Resident Evil kinda game (Fear gave me the idea), and everything is going okay. I gotta get some alcohol in the begining, and someone locks me into this room. I try the door and it's locked, and I say something along the lines of "Now I gotta stay in here untill someone let's me out." After that, he won't move. Here's the code:


<>Messg: Jaye: Here it is....
<>Play SE: door7
<>Wait: 1.5s
<>Messg: Jaye:.....uhm....
<>Set Chara's Movement: Hero , FaceDown
<>Wait: 2.0s
<>Set Chara's Movement: Down , Down , Down , Down (etc.)
<>Wait: 2.0s
<>Play SE: door2
<>Messg: Jaye: Shit! Someone locked me in. Very funny guys, open the door!
<>Wait: 3.0s
<>Messg: Jaye:.......guys?
<>Wait: 3.0s
<>Messg: Jaye:Aww, I guess I gotta stay here until someone let's me out.
<>Change Switch: [0008:7]-ON Set


That starts another event that's "Push Key"......so.....I can't figure out what's wrong. There are no "Auto Start" or "Parallel Process" events....so yeah....

Thanks in advance


Last edited by Noob101; 2005-05-29 at 11:47 AM.
Old
Profile PM WWW Search
Noob101 is neither ape nor machine; has so far settled for the in-betweenNoob101 is neither ape nor machine; has so far settled for the in-between
 
 
Noob101
 



 
Reply
Posted 2005-05-29, 03:10 PM in reply to Noob101's post "I gotta bug....."
Since you say "Push Key" instead of "Action Key", I'm assuming it's RPG Maker 2000 from here on out.

Is page two of whatever event this is an autostart event (if it is, make it a Push Key event). Just because the first page isn't autostarting, that doesn't mean the second isn't.

What is the other event that's starting? Is it another page of the same event that you outlined above, or is it another event entirely that Page1 as blank, and Page2 with a precondition of [0008] being ON?

Are there ANY events being moved around after this event? If there are, make sure that they aren't running into walls - that'll stall the event from finishing the Move Event line..

Are there ANY autostart Common Events that rely on your [0008] switch?

Are there any other events in the room that have the [0008] switch as a precondition?

(Note that it could be anything I mentioned - this is because another event in the room can affect this one just by existing. You'll have to post the entire code of all events in the room in order to be sure of what caused it, as well as a layout of the room. Or you can upload it somewhere and let me see the entire program, heh. This is pretty much standard practice with any programming - ERROR ON LINE 40 might be caused by line 39 not having a semicolon, for example, so just posting the line where the error is won't help any)
Old
Profile PM WWW Search
BlueCube enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHzBlueCube enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHz
 
 
BlueCube
 



 
Reply
Posted 2005-05-29, 06:11 PM in reply to BlueCube's post starting "Since you say "Push Key" instead of..."
Uhm....the third one.
Old
Profile PM WWW Search
Noob101 is neither ape nor machine; has so far settled for the in-betweenNoob101 is neither ape nor machine; has so far settled for the in-between
 
 
Noob101
 



 
Reply
Posted 2005-05-29, 09:20 PM in reply to Noob101's post starting "Uhm....the third one."
The third one (the Move Event one) is the problem, and it's fixed now? Or is there more to it than what you're saying? (The first sentence is just saying I think you have RM2k, so that's not a question).

If it's not fixed, you'll have to be a bit more specific (are all the other things I said done correctly? They were all meant as seperate questions), and possibly post a screenshot of this second mystery event because I need to see the preconditions as well as the code itself.
Old
Profile PM WWW Search
BlueCube enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHzBlueCube enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHz
 
 
BlueCube
 



 
Reply
Posted 2005-05-31, 06:53 PM in reply to BlueCube's post starting "The third one (the Move Event one) is..."
Sorry if I misunderstood you, BC, but I fixed it now. Thanks anyways. :P
Old
Profile PM WWW Search
Noob101 is neither ape nor machine; has so far settled for the in-betweenNoob101 is neither ape nor machine; has so far settled for the in-between
 
 
Noob101
 



 
Reply
Posted 2005-06-01, 10:06 AM in reply to Noob101's post starting "Sorry if I misunderstood you, BC, but I..."
Ah, just making sure it's no longer an issue. (Woo, activity in the RM2k3 section)
Old
Profile PM WWW Search
BlueCube enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHzBlueCube enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHz
 
 
BlueCube
 



 
Reply
Posted 2005-06-03, 10:26 AM in reply to BlueCube's post starting "Ah, just making sure it's no longer an..."
Heh....



Okay, now something won't work for me. I want to change my Game Over screen with an event, but I can't figure out how to do it. Any help?

Last edited by Noob101; 2005-06-03 at 12:41 PM.
Old
Profile PM WWW Search
Noob101 is neither ape nor machine; has so far settled for the in-betweenNoob101 is neither ape nor machine; has so far settled for the in-between
 
 
Noob101
 



 
Reply
Posted 2005-06-03, 02:03 PM in reply to Noob101's post starting "Heh.... Okay, now something..."
It's never anything as simple as a "Change GameOver Screen", is it? Not sure why ASCII/Enterbrain overlooked that.

Anyway, in RM2k3 and RMXP, the best way is to use a single, 20x15 map, with an autostart event that will change the parallax background to whatever you want. Or, in simpler terms:
  • When you die, "Call Common Event" instead of "Game Over" (set that in the Battle Layout tab)
  • That Common Event will make your character transparent and hide the screen, then warp you to the Game Over map.
  • The Game Over map will check to see what switches are active and will change the parallax background accordingly. Then it will reveal the screen and Wait for a few seconds.
  • After the Wait period is over, it'll take you to the Title Screen.

In RM2k, though, you might be out of luck. I can't find a way to make it call an event when you die instead of going directly to the game over screen, unless you call that battle manually. (And off the top of my head, you can't put in a "Is everyone dead?" trigger directly in the battle, it'll just Game Over before the trigger activates)[/list]
Old
Profile PM WWW Search
BlueCube enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHzBlueCube enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHz
 
 
BlueCube
 



 
Reply
Posted 2005-06-06, 06:51 PM in reply to BlueCube's post starting "It's never anything as simple as a..."
Hmm......well....i'll just use one game over screen....it'll be easier. I was gonna have three power towers (I dunno what their called.....those things that cables come out of....it's all electric and stuff :P) have a lightning animation on each tower, and if you touch the tower, the game over screen would be "You got electricuted" or something similar. Ahh well, it's fine.
Old
Profile PM WWW Search
Noob101 is neither ape nor machine; has so far settled for the in-betweenNoob101 is neither ape nor machine; has so far settled for the in-between
 
 
Noob101
 



 
Reply
Posted 2005-06-07, 09:41 AM in reply to Noob101's post starting "Hmm......well....i'll just use one game..."
Would it not be possible to set the game over screen to just Game Over, and have it so that when you touch one of the pylons it sets off an event - game over music and a picture fades in saying "You got Electrocuted!"....which then fades into the Game over bit...??
Old
Profile PM WWW Search
Lenny simplifies with no grasp of the basicsLenny simplifies with no grasp of the basicsLenny simplifies with no grasp of the basicsLenny simplifies with no grasp of the basicsLenny simplifies with no grasp of the basicsLenny simplifies with no grasp of the basics
 
 
Lenny
 



 
Reply
Posted 2005-06-07, 01:44 PM in reply to Lenny's post starting "Would it not be possible to set the..."
That's pretty much the idea of having a separate map that calculates all that (instead of it being in a Common Event slot), though instead of a picture I figured on a background - no worries about positioning and all that. Also, if you wanted to, you could have random characters acting out what just happened (your character getting zapped and turning to dust, or something) in the foreground.
Old
Profile PM WWW Search
BlueCube enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHzBlueCube enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHz
 
 
BlueCube
 
 

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


All times are GMT -6. The time now is 12:51 PM.
'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.