Visit the Ironworks Gaming Website Email the Webmaster Graphics Library Rules and Regulations Help Support Ironworks Forum with a Donation to Keep us Online - We rely totally on Donations from members Donation goal Meter

Ironworks Gaming Radio

Ironworks Gaming Forum

Go Back   Ironworks Gaming Forum > Ironworks Gaming Forums > Dungeon Craft - RPG Game Maker
FAQ Calendar Arcade Today's Posts Search

Reply
 
Thread Tools Search this Thread
Old 04-27-2010, 10:21 AM   #11
Paul Stevens
Drow Warrior
 

Join Date: July 8, 2003
Location: Madison, Wisconsin
Age: 84
Posts: 296
Default Re: Feature request - wall step thru event

I'm still curious......why would it not be
nearly as easy to use a step event to
accomplish this "wall event"????
Paul Stevens is offline   Reply With Quote
Old 04-27-2010, 11:05 AM   #12
Shadow Stranger
Avatar
 

Join Date: December 9, 2007
Posts: 594
Default Re: Feature request - wall step thru event

It is just quicker, no need to manually place an event every time you place a wall of the relevant type.
Shadow Stranger is offline   Reply With Quote
Old 04-27-2010, 11:55 AM   #13
Paul Stevens
Drow Warrior
 

Join Date: July 8, 2003
Location: Madison, Wisconsin
Age: 84
Posts: 296
Default Re: Feature request - wall step thru event

But step events run each time the party takes
a step, do they not? Putting a wall in place
would not affect that, would it? Perhaps
I don't know what a step event is or something.
Certainly, I have never used any such thing
myself and am pretty much guessing as to
how it works.

Here is what I suggest......

A) Every time the party takes a step, the step
event runs. It makes no difference what
wall is present. If you add another wall, so
what? The step event runs whether the wall
is there or not.

B) The step event checks to see what kind of
wall is present and does different things
depending on the type of wall. You can add
or delete walls as you please.....the step
event remains unchanged and works because
of the wall type that you have placed.
Paul Stevens is offline   Reply With Quote
Old 04-27-2010, 02:21 PM   #14
Dinonykos
Symbol of Cyric
 

Join Date: March 20, 2006
Location: Europe
Posts: 1,171
Default Re: Feature request - wall step thru event

B) comes close to what is whished, however, step events are tied to a square, and a square can be surounded by 0 to 4 walls. This means that the step event would have to check which wall is north, east, west, south of the square, and from where the party comes.
__________________
http://dhost.info/dinonykos/
Dinonykos is offline   Reply With Quote
Old 04-27-2010, 05:05 PM   #15
manikus
Jack Burton
 

Join Date: July 13, 2001
Location: Stumptown
Age: 52
Posts: 5,444
Default Re: Feature request - wall step thru event

I think Paul has it right, and it's even easier than what I think is the way to go.

In Paul's scenario, the step event would check if there were walls, where these walls are and what wall they are. Depending on the answers, an event chain would continue or abort.

So what happens if two walls with conflicting events are triggered this way? Well, what happens when they're triggered by the wall-event method? The designer still has to pay attention to what she is doing. Now, if we were talking about a random level generator (I think about this from time to time), then we would need a very tight ruleset I suppose, but the issues are the same for whatever method used to place events.

I don't mean to be cheeky by asking this, but how many people in this thread have tried anything like this with the current method and found the copying and pasting unbearable? 8'] I've created literally hundreds of designs for DC and copying and pasting events (or whole chains if you'd like) is really as simple as it gets.
I'm not knocking this request or the people in it, but a lot of times people suggest something because they've tried doing one or two events (for example) and weren't aware of DC can already do, or you know, whatever.
__________________
manikus is offline   Reply With Quote
Old 04-27-2010, 07:09 PM   #16
SilentThief
Symbol of Cyric
 
Burger Time Champion
Join Date: September 10, 2001
Location: USA
Age: 47
Posts: 1,301
Default Re: Feature request - wall step thru event

Quote:
Originally Posted by Paul Stevens View Post
But step events run each time the party takes
a step, do they not? Putting a wall in place
would not affect that, would it? Perhaps
I don't know what a step event is or something.
Certainly, I have never used any such thing
myself and am pretty much guessing as to
how it works.

Here is what I suggest......

A) Every time the party takes a step, the step
event runs. It makes no difference what
wall is present. If you add another wall, so
what? The step event runs whether the wall
is there or not.

B) The step event checks to see what kind of
wall is present and does different things
depending on the type of wall. You can add
or delete walls as you please.....the step
event remains unchanged and works because
of the wall type that you have placed.

Well, I admit I didn't think of the step event using checks for walls as a possibility. Paul gave a concrete enough example of how this would work, and I see how it could work this way (becuz I can picture how to go about doing it without even getting it to work... I'd have to sit down and write it out in script or logicblock to make it work but that would be easy enough)

I'll give it a go sometime here soon when I'm not living off of 8 hours of sleep in four days 8)

ST
__________________
http://www.wilhelmscream.net/

Last edited by SilentThief; 04-27-2010 at 07:19 PM.
SilentThief is offline   Reply With Quote
Old 04-27-2010, 11:07 PM   #17
Paul Stevens
Drow Warrior
 

Join Date: July 8, 2003
Location: Madison, Wisconsin
Age: 84
Posts: 296
Default Re: Feature request - wall step thru event

Quote:
This means that the step event would have to check which wall is north, east, west, south of the square, and from where the party comes.
Yes.....the step event would have to go through
all these shenanigans every time the party took
a step. But that is what computers are good at.
Doing the same simple thing millions of times.
You---the designer---only have to do it once---
when you write the script. That is what you are
good at----writing a complex script and feeling
delight the first time it works. Of course, it won't
work the second time. But then its called
debugging. Ugh!
Paul Stevens is offline   Reply With Quote
Old 04-28-2010, 02:57 AM   #18
Shadow Stranger
Avatar
 

Join Date: December 9, 2007
Posts: 594
Default Re: Feature request - wall step thru event

As long as it did not slow the game down any.
Presumably you would call "wall" step events before the other step events, the party goes through the wall before it steps into the square.
You could add a tool to the Editor to automatically place wall events as step events right throughout the level.
Shadow Stranger is offline   Reply With Quote
Old 04-28-2010, 07:36 AM   #19
SilentThief
Symbol of Cyric
 
Burger Time Champion
Join Date: September 10, 2001
Location: USA
Age: 47
Posts: 1,301
Default Re: Feature request - wall step thru event

I had already envisioned (in some of my scripting ideas) having many different checks versus status numbers (in quests/ASLs) that would run every single step in every square/level/dungeon/overland. I did do a little playing around with this back before I had lost internet (like middle of last year).

Doing step checks every step has no slowdown that I could see... I imagine you wouldn't see any slowdown unless you had complex multilevel event trees with thousands of possibilities.

ST
__________________
http://www.wilhelmscream.net/
SilentThief is offline   Reply With Quote
Old 04-28-2010, 10:18 AM   #20
Paul Stevens
Drow Warrior
 

Join Date: July 8, 2003
Location: Madison, Wisconsin
Age: 84
Posts: 296
Default Re: Feature request - wall step thru event

Quote:
Presumably you would call "wall" step events before the other step events, the party goes through the wall before it steps into the square.
That would be your business. We process the step events
in order from 1 to 8. Presumably you would use #1 as your
wall event.

Quote:
You could add a tool to the Editor to automatically place wall events as step events right throughout the level.
Just tell the editor that you want the step event
to occur in ALL zones.
Paul Stevens is offline   Reply With Quote
Reply


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

Posting 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 On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
feature request and more SilentThief Dungeon Craft - RPG Game Maker 1 05-13-2008 09:07 PM
Sprite feature request SilentThief Dungeon Craft - RPG Game Maker 2 04-09-2008 10:22 PM
step by step walkthrough for me plz :) burnzey boi Wizards & Warriors Forum 15 08-22-2005 04:17 AM
Can somebody (like andrewas) give me a step by step instruction on installing XP? Larry_OHF General Conversation Archives (11/2000 - 01/2005) 17 09-09-2002 12:11 PM
Help with possible dialog loop- South Wall Club ****Spoiler Request brmachine Miscellaneous Games (RPG or not) 5 07-03-2002 06:02 PM


All times are GMT -4. The time now is 08:34 PM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
©2024 Ironworks Gaming & ©2024 The Great Escape Studios TM - All Rights Reserved