Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

> Jack's Advanced Event Demo, 21 DLs so far...
Alt_Jack
post Aug 6 2011, 03:01 PM
Post #1


Level 19
Group Icon

Group: Revolutionary
Posts: 377
Type: Event Designer
RM Skill: Skilled
Rev Points: 40




Well, it's finally here: my event demo. It's recommended for advanced users (which is apparently eveyone on here) but it contains a lot of tips for people starting to get familiar with the VX event system. The nice part is that it also includes a bunch of images and facesets from my collection, and is built off of one of the YERD script demos, so it's worth the time. happy.gif
It's sort of a bit of a rush job, so there may be a few kinks in it, but it seemed fine when I ran through it. If I find any problems (or anyone else does), just let me know and I'll see what I can do. Just remember to download (and read, obviously) the text file first, since it tells you what's going on and answers a number of questions you may have. sorcerer.gif


Before you Play
Demo version 1.5

update Aug. 10


-In the breeder event, there's a "jump to label: normal" in one of the events. The problem is that I put a comment instead of a label, but luckily it works anyways. So just change the comment to a label.

-for the HellFIRE event, I'm not sure if I included this but make a parallel process event, with this code:

condition branch: if timer = 1 sec or less
-switch kill =ON (blows everything up...)
play animation - player - no attrib. (....including you)
switch kill= OFF
game over
return to title screen


- the lake is finally fixed. Above the choice box and in between the switch for swimming, put this:

set move route - player - wait 600 frames (10 s, if I understand it correctly)

uncheck "wait until completion" (so you don't have to) and check/turn on "repeat action". It will loop the wait command, but still run the event. Even if it doesn't, you gave yourself some extra time.


Aug. 29 2011 - updated to Demo 1.5 with a ton of other features.

This post has been edited by Alt_Jack: Sep 7 2011, 03:32 PM


__________________________

the Alternate Jacks event demo
As well as all of my images in one place, free for use.
Most of my images will be there, since this site takes too long to approve stuff and VX.net has no bulk uploader.
Go to the top of the page
 
+Quote Post
   
 
Start new topic
Replies
Titanhex
post Sep 7 2011, 08:04 PM
Post #2


Guru of Water
Group Icon

Group: Revolutionary
Posts: 1,096
Type: None
RM Skill: Masterful
Rev Points: 5




Well particularly the Teleport room. Direction fix wasn't taken off on the one that teles you to the right, and the one that teles you to the right freezes the game. Quick and easy fixes. Bugged none-the-less.

Also, perhaps it was because of accessing the player synth room using the GPS, but the left and right doors sometimes didn't do what I expected them to. If I understand correctly, the left door does opposite sex pairings, and the right door does same-sex pairing. Or, something like that at least. Well they seemed to do the same thing. And when I tried pairing on the left, even though it let me select the pair I wanted, it didn't combine them until I went to the right door and tried it. And I suppose it's just unfilled data, but it didn't let me pair some people.

Your timer event on the chicken minigame didn't even count down. I had to GPS out of it. Easy fix. It just stopped prematurely. Or maybe a script interfered. Also you know you don't even have a requirement for chicken wings on the lady who requests them. You can hit the last option and give her nothing and she'll reward you the same.

Also what are the requirements to enter the mt of moons, because at present it doesn't seem to be accessible. Also not a lot in the demo is explained. I had to start in the test room to figure out A accesses the menu and not X.

This post has been edited by Titanhex: Sep 7 2011, 08:05 PM


__________________________
Go to the top of the page
 
+Quote Post
   
Alt_Jack
post Sep 7 2011, 09:13 PM
Post #3


Level 19
Group Icon

Group: Revolutionary
Posts: 377
Type: Event Designer
RM Skill: Skilled
Rev Points: 40




QUOTE (Titanhex @ Sep 7 2011, 08:04 PM) *
Well particularly the Teleport room. Direction fix wasn't taken off on the one that teles you to the right, and the one that teles you to the right freezes the game. Quick and easy fixes. Bugged none-the-less.

Hmmm....that seems rather dumb. I'll have to look into it. mellow.gif

-EDIT-
I looked into it and It turns out that I may, in fact, be as dumb as I look; not only is the targetting off, but it also interferes with the movement route, which is what causes the freeze. I noticed that the last command was "move down" and that the target was off. Just move the target location one square over and it should be fine.
Ironically, the problem with teleporting left was that the target was too far right and the problem with teleporting right was that it was one square to the left. What a country... pinch.gif
QUOTE
Also, perhaps it was because of accessing the player synth room using the GPS, but the left and right doors sometimes didn't do what I expected them to. If I understand correctly, the left door does opposite sex pairings, and the right door does same-sex pairing. Or, something like that at least. Well they seemed to do the same thing. And when I tried pairing on the left, even though it let me select the pair I wanted, it didn't combine them until I went to the right door and tried it. And I suppose it's just unfilled data, but it didn't let me pair some people.

You understood correctly. The teleporting for it got a bit screwy, so just ignore it for now. dry.gif
As for pairing...some people just don't like other people. Also notice that the kids have physical traits from their parents, and the graphic sets for them have to reflect that. That ends up being a lot of graphics I have to make, so it basically is indeed unpaired data. The door on the left is the usual mom+dad=kid while the door on the right lets you use same-sex parents or if you have items, get an alternate character. It's merely additive, which is why it has the "mystic" switch. Otherwise they should have the same effect.

example
Take Jack (black hair, green eyes) and the cop. Both doors will (or should) give you the same result, every time, since they're built from the same event coding. If you have the wolf egg and go in the door on the left, nothing happens, because that's the "normal birth" door. Go in the door on the right, and it'll detect the egg and ask you if you want to change your character into a werewolf by splicing the DNA. If you say yes, you get your werewolf character. If you say no, you'll get the result (Reiko) that you would've got if you used the left door, or not had the item. I'll work on it when I have time.


QUOTE
Your timer event on the chicken minigame didn't even count down. I had to GPS out of it. Easy fix. It just stopped prematurely. Or maybe a script interfered. Also you know you don't even have a requirement for chicken wings on the lady who requests them. You can hit the last option and give her nothing and she'll reward you the same.

To be honest, I was just going to skip that part. I'll check over the coding for her.

-EDIT- I removed the branch and just made it an autorun instead of a PPr, and moved her coding around. Works fine now.

QUOTE
Also what are the requirements to enter the mt of moons, because at present it doesn't seem to be accessible. Also not a lot in the demo is explained. I had to start in the test room to figure out A accesses the menu and not X.

In the castle, there's a hole in the ground near the empty throne room. It's not overly obvious, but it'll take you down there. If you take the vampire or the werewolf, the area will be lit up. Otherwise, it'll be dark. I believe there's another entrance on the map with the jumping tutorial, just before the bridge.
I pair the keys with the letters, so X is the X key, L is the L key, and so on. You can change the keys with F11 or something like that.

I'll release an update to fix these issues. sweat.gif

This post has been edited by Alt_Jack: Sep 7 2011, 10:14 PM


__________________________

the Alternate Jacks event demo
As well as all of my images in one place, free for use.
Most of my images will be there, since this site takes too long to approve stuff and VX.net has no bulk uploader.
Go to the top of the page
 
+Quote Post
   

Posts in this topic
- Alt_Jack   Jack's Advanced Event Demo   Aug 6 2011, 03:01 PM
- - Quackadoos   Aha! The eventing demo we've all been wait...   Aug 7 2011, 12:05 PM
- - Alt_Jack   Your praise is much appreciated. The Coin-Op is...   Aug 7 2011, 01:17 PM
- - Alt_Jack   I've got a bit of an update for anyone who...   Aug 10 2011, 08:11 AM
- - lilcooldude69   wow this is pretty elaborate, just a quick questio...   Aug 22 2011, 02:47 AM
|- - Alt_Jack   QUOTE (lilcooldude69 @ Aug 22 2011, 02:47...   Aug 22 2011, 09:23 AM
- - lilcooldude69   lol totally forgot about that post, so urs is the ...   Aug 22 2011, 10:18 PM
|- - Alt_Jack   QUOTE (lilcooldude69 @ Aug 22 2011, 10:18...   Aug 23 2011, 10:22 AM
- - Orrion Carn   Hm... For some reason I can't download this ...   Aug 24 2011, 01:41 PM
|- - Alt_Jack   QUOTE (Orrion Carn @ Aug 24 2011, 02:41 P...   Aug 24 2011, 04:02 PM
- - Orrion Carn   Haha, finally! Alright I'll give this a sh...   Aug 24 2011, 11:27 PM
|- - Alt_Jack   QUOTE (Orrion Carn @ Aug 25 2011, 12:27 A...   Aug 25 2011, 02:49 PM
- - lilcooldude69   QUOTE (Alt_Jack @ Aug 25 2011, 03:49 PM) ...   Aug 25 2011, 07:14 PM
|- - Alt_Jack   QUOTE (lilcooldude69 @ Aug 25 2011, 07:14...   Aug 25 2011, 07:37 PM
- - lilcooldude69   well if its timing, heres a tip on what i do, firs...   Aug 28 2011, 01:14 AM
- - Alt_Jack   Well, I managed to get it done ahead of schedule. ...   Aug 28 2011, 01:21 PM
- - Titanhex   I'm always curious to see the work of other ev...   Sep 5 2011, 11:17 PM
|- - Alt_Jack   QUOTE (Titanhex @ Sep 5 2011, 11:17 PM) W...   Sep 7 2011, 01:59 PM
- - Alt_Jack   I don't think it's whether or not you...   Sep 6 2011, 07:09 PM
- - Titanhex   Yeah, eventing is becoming like Mapping, where eve...   Sep 7 2011, 12:36 AM
- - Titanhex   I missed a few events. Some of them seem half fin...   Sep 7 2011, 04:02 PM
|- - Alt_Jack   QUOTE (Titanhex @ Sep 7 2011, 05:02 PM) I...   Sep 7 2011, 06:50 PM


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: 22nd May 2013 - 09:29 PM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker