Features You'd Like to See in WA3?

Discuss the games (no level solutions or off-topic, please).

Moderators: ~xpr'd~, tyteen4a03, Stinky, Emerald141, Qloof234, jdl

Post Reply
User avatar
tyteen4a03
Rainbow AllStar
Posts: 4386
Joined: Wed Jul 12, 2006 7:16 am
Contact:

Post by tyteen4a03 » Thu Jul 12, 2012 11:07 am

Implementing a scripting language would require a lot of extra work, especially Wonderland is written in Blitz3D, which is not a very popular language.
and the duck went moo

Beep bloop
User avatar
Dark Drago
Rainbow Master
Posts: 919
Joined: Mon Apr 09, 2012 7:50 am

Post by Dark Drago » Thu Jul 12, 2012 2:50 pm

I have one more feature I want to see:

How many of you, PRINCE OF PERSIA game?
If stinkers could rewind time, it'd be COOOOOOOOOOOOOOOOL... 8)
User avatar
jdl
Rainbow SuperStar
Posts: 2894
Joined: Fri Jun 06, 2008 8:37 pm
Location: West Virginia, USA
Contact:

Post by jdl » Thu Jul 12, 2012 3:14 pm

This is something for the editor that I would like to see:

The ability to place at least 2 objects on the same tile. For example, a key and a GC button. That way when someone picks up a key, another event can happen by the GC button, such as an earthquake or dialog. I know this is possible using the "flip glitch" (which I still have no idea how to do by the way), but I'd like to see it actually in the editor. :D
ImageImage
TheCracksOverhead#9565 | Oops, uh oh.
User avatar
TheThaumaturge
Rainbow Master
Posts: 760
Joined: Fri Dec 17, 2010 1:56 am

Post by TheThaumaturge » Thu Jul 12, 2012 3:17 pm

jdl wrote:This is something for the editor that I would like to see:

The ability to place at least 2 objects on the same tile. For example, a key and a GC button. That way when someone picks up a key, another event can happen by the GC button, such as an earthquake or dialog. I know this is possible using the "flip glitch" (which I still have no idea how to do by the way), but I'd like to see it actually in the editor. :D
THIS.
Into The Rainbow!

Next Adventure: The Federation: 0%

Gentleman Scientist Supreme.

Image
User avatar
StinkerSquad01
Rainbow AllStar
Posts: 4251
Joined: Mon Aug 09, 2010 3:39 am

Post by StinkerSquad01 » Thu Jul 12, 2012 3:17 pm

Maybe it could work in a layer system? A button layer, an item layer, who knows, maybe a decoration layer...
User avatar
jdl
Rainbow SuperStar
Posts: 2894
Joined: Fri Jun 06, 2008 8:37 pm
Location: West Virginia, USA
Contact:

Post by jdl » Thu Jul 12, 2012 3:25 pm

StinkerSquad01 wrote:Maybe it could work in a layer system? A button layer, an item layer, who knows, maybe a decoration layer...
Actually I just thought of a better way:
In Game Maker there's an option "Delete Underlying" which means that there can only be 1 object on a tile at once, and if another is placed, the first gets deleted. If there was some kind of "Delete Underlying: Enabled/Disabled" setting at the bottom of the editor with the flipping options, this should be very easy! :D
ImageImage
TheCracksOverhead#9565 | Oops, uh oh.
User avatar
llarson
Rainbow Star
Posts: 1438
Joined: Sun May 20, 2007 11:36 pm

Post by llarson » Thu Jul 12, 2012 5:43 pm

Don't we already have that ? :lol:
"Cabbage is useless"~Came to me in a dream
"Aparagus is Unlovable"~Common knowledge
"Radishes are Ugly"~Came to my mind
My Level List
Emerald141
Rainbow AllStar
Posts: 4548
Joined: Fri Dec 26, 2008 4:56 pm

Post by Emerald141 » Thu Jul 12, 2012 5:49 pm

User avatar
llarson
Rainbow Star
Posts: 1438
Joined: Sun May 20, 2007 11:36 pm

Post by llarson » Thu Jul 12, 2012 5:53 pm

O Yea I guess we don't. I misunderstood, sorry.
"Cabbage is useless"~Came to me in a dream
"Aparagus is Unlovable"~Common knowledge
"Radishes are Ugly"~Came to my mind
My Level List
User avatar
yot yot5
Rainbow SuperStar
Posts: 2294
Joined: Sun May 22, 2011 1:24 pm

Post by yot yot5 » Thu Jul 12, 2012 6:46 pm

jdl wrote:This is something for the editor that I would like to see:

The ability to place at least 2 objects on the same tile. For example, a key and a GC button. That way when someone picks up a key, another event can happen by the GC button, such as an earthquake or dialog. I know this is possible using the "flip glitch" (which I still have no idea how to do by the way), but I'd like to see it actually in the editor. :D
This is easy enough. You place a chomper which will push a GC after the player steps on a certain tile.
User avatar
Derp
Rainbow Seeker
Posts: 215
Joined: Sat Mar 03, 2012 12:19 pm

Post by Derp » Thu Jul 12, 2012 7:01 pm

yot yot5 wrote:
jdl wrote:This is something for the editor that I would like to see:

The ability to place at least 2 objects on the same tile. For example, a key and a GC button. That way when someone picks up a key, another event can happen by the GC button, such as an earthquake or dialog. I know this is possible using the "flip glitch" (which I still have no idea how to do by the way), but I'd like to see it actually in the editor. :D
This is easy enough. You place a chomper which will push a GC after the player steps on a certain tile.
Enemies can step on general commands?
C.H.A.D - Cute Huge And Deadly!
ISAAAAAAAAAAAAAAAAC! *Stomps*
Emerald141
Rainbow AllStar
Posts: 4548
Joined: Fri Dec 26, 2008 4:56 pm

Post by Emerald141 » Thu Jul 12, 2012 7:34 pm

User avatar
StinkerSquad01
Rainbow AllStar
Posts: 4251
Joined: Mon Aug 09, 2010 3:39 am

Post by StinkerSquad01 » Thu Jul 12, 2012 7:40 pm

Maybe right clicking could open up a small menu and you select what object you want to select.

Another idea: being able to rotate an object that can be rotated by clicking, holding, and dragging to rotate on all axis possible at the same time. I wish there was an example to show.
User avatar
Wonderman109
Rainbow MegaStar
Posts: 3591
Joined: Thu Jun 28, 2012 11:25 pm

Post by Wonderman109 » Fri Jul 13, 2012 1:35 am

jdl wrote:This is something for the editor that I would like to see:The ability to place at least 2 objects on the same tile. For example, a key and a GC button. That way when someone picks up a key, another event can happen by the GC button, such as an earthquake or dialog. I know this is possible using the "flip glitch" (which I still have no idea how to do by the way), but I'd like to see it actually in the editor. :D


There are 5 easy steps.

1. Save your level. If you mess up, you can undo all the 'bad data.'

2. Place your object.

3. Flip X, Y, or XY. All ways have the glitch.

4. Place the object in the one you made in Step 2. Due to the flip glitch, all objects are placed one square right for X, south for Y, and southeast for XY.

XY doesn't always work, use X and Y more often.

5. Flip back the Flip you made, and only that one. If you flipped X, only Flip X again and NOT Y or XY. Doing that messes up the object logic even more.

Not flipping results in all the objects having the flip glitch in your level, and it's not undo-able after you save your work, so you'd have to delete that wlv. file.


Once you did all 5 steps, you have two objects in 1 square. You get glitches from this: The cursor senses the second-placed object when you click on the two, but you can change the object and place it again. But if you change the 1st-placed after, the 2nd one dissapears.

Also, you can only delete the 2nd-placed object by clicking on the square where it should be- 1 right for Flip X, or one down for Flip Y.
Not really around much these years.
User avatar
jdl
Rainbow SuperStar
Posts: 2894
Joined: Fri Jun 06, 2008 8:37 pm
Location: West Virginia, USA
Contact:

Post by jdl » Fri Jul 13, 2012 11:00 am

Wonderman109 wrote:
jdl wrote:This is something for the editor that I would like to see:The ability to place at least 2 objects on the same tile. For example, a key and a GC button. That way when someone picks up a key, another event can happen by the GC button, such as an earthquake or dialog. I know this is possible using the "flip glitch" (which I still have no idea how to do by the way), but I'd like to see it actually in the editor. :D
There are 5 easy steps.
[snip]
Ah, I see now. Thank you! :D
ImageImage
TheCracksOverhead#9565 | Oops, uh oh.
ab-47
Rainbow Star
Posts: 1997
Joined: Thu Mar 04, 2010 5:10 pm

Post by ab-47 » Fri Jul 13, 2012 11:11 am

I just want that button feature and that's all, not glitchy situations...
LEVEL LIS1
All previous projects currently on hiatus OR cancelled
User avatar
Wonderman109
Rainbow MegaStar
Posts: 3591
Joined: Thu Jun 28, 2012 11:25 pm

Post by Wonderman109 » Sat Jul 14, 2012 12:10 am

How about a Shield Function for the Custom Icon object?

When your player gets hurt because of a chomper, spikeyball, or destructive spellball, the shield is destroyed instead.
Last edited by Wonderman109 on Sat Jul 14, 2012 2:10 am, edited 1 time in total.
Not really around much these years.
User avatar
jdl
Rainbow SuperStar
Posts: 2894
Joined: Fri Jun 06, 2008 8:37 pm
Location: West Virginia, USA
Contact:

Post by jdl » Sat Jul 14, 2012 12:53 am

It would also be interesting to be able to name items in your inventory instead of them just saying "Item". :wink:

I just love how much detail you can give in the Adventures series.
ImageImage
TheCracksOverhead#9565 | Oops, uh oh.
User avatar
Wonderman109
Rainbow MegaStar
Posts: 3591
Joined: Thu Jun 28, 2012 11:25 pm

Post by Wonderman109 » Sun Jul 15, 2012 1:02 am

How about Autosaves for the PotZ editor?

Two minutes ago I had just finished putting a few dozen spikeyball textures for a level and my computer crashed as I was about to save my work. :x
Not really around much these years.
User avatar
|Cookie|
Rainbow Star
Posts: 1989
Joined: Mon Mar 21, 2011 8:34 am

Post by |Cookie| » Sun Jul 15, 2012 1:25 pm

Wonderman109 wrote:Two minutes ago I had just finished putting a few dozen spikeyball textures for a level and my computer crashed as I was about to save my work. :x
That's really annoying. :(
Previously known as "kidkidaaa1"
My level list
My hub: TTN
Woof Woof
Hammer Bro
Gold Wonderlander
Posts: 63
Joined: Mon Jul 09, 2012 2:07 pm

Post by Hammer Bro » Mon Jul 16, 2012 1:38 pm

Dark Drago wrote:I have one more feature I want to see:

How many of you, PRINCE OF PERSIA game?
If stinkers could rewind time, it'd be COOOOOOOOOOOOOOOOL... 8)
thats impossibily possible
User avatar
llarson
Rainbow Star
Posts: 1438
Joined: Sun May 20, 2007 11:36 pm

Post by llarson » Mon Jul 16, 2012 10:16 pm

How about an on/off multiplayer function for certain levels and you could talk to other people? DEFINITELY!
"Cabbage is useless"~Came to me in a dream
"Aparagus is Unlovable"~Common knowledge
"Radishes are Ugly"~Came to my mind
My Level List
ab-47
Rainbow Star
Posts: 1997
Joined: Thu Mar 04, 2010 5:10 pm

Post by ab-47 » Wed Jul 18, 2012 10:41 am

when something is destroyed or deactivated, a command occurs by that object.

example: destroying a Thwart opens a gate, so it's something like this, ID, Xscale, Yscale, Zscale, etc. and then destroycmd, data1, data2, data3, data4... :)
LEVEL LIS1
All previous projects currently on hiatus OR cancelled
User avatar
Master Wonder Mage
Rainbow SuperStar
Posts: 2124
Joined: Sat Jan 08, 2011 5:26 pm

Post by Master Wonder Mage » Wed Jul 18, 2012 3:48 pm

If the destination of a levelexit is -1, -1, the NPC with ID -2 is playable on that room.

Stinkers: Behave normally
Thwarts: Unlimited Pow
Ice Trolls: Unlimited Brr, immune to "Brr"
Rainbow Stars: Fly over water

The "OH NO" screen only pops up if you kill a creature of the current playable species.
User avatar
Dark Drago
Rainbow Master
Posts: 919
Joined: Mon Apr 09, 2012 7:50 am

Post by Dark Drago » Fri Jul 20, 2012 10:16 am

Hammer Bro wrote:
Dark Drago wrote:I have one more feature I want to see:

How many of you, PRINCE OF PERSIA game?
If stinkers could rewind time, it'd be COOOOOOOOOOOOOOOOL... 8)
thats impossibily possible
Meaning?
User avatar
Derp
Rainbow Seeker
Posts: 215
Joined: Sat Mar 03, 2012 12:19 pm

Post by Derp » Fri Jul 20, 2012 8:51 pm

tyteen4a03 wrote:IWBTG mode.
CHALLENGE ACCEPTED,
You sir, Have inspired me to make: I Wanna Be The Stinker!

Anyways, I wonder if they might have MORE retro levels, Visiting the RTW dimension was fun!
I also hope we might see some familiar faces, Maybe Pootsy or Gabgoona, Or some of the rainbow wizards. :)
C.H.A.D - Cute Huge And Deadly!
ISAAAAAAAAAAAAAAAAC! *Stomps*
User avatar
Yzfm
Rainbow Master
Posts: 853
Joined: Mon Jul 02, 2012 11:35 am

Post by Yzfm » Fri Jul 20, 2012 8:57 pm

Derp wrote:
tyteen4a03 wrote:IWBTG mode.
CHALLENGE ACCEPTED,
You sir, Have inspired me to make: I Wanna Be The Stinker!

Anyways, I wonder if they might have MORE retro levels, Visiting the RTW dimension was fun!
I also hope we might see some familiar faces, Maybe Pootsy or Gabgoona, Or some of the rainbow wizards. :)
Yes I do want all of that!!
Previous Adventure:Time Out
Latest Adventure:Please Don't Feed The Dinosaurs!
Upcoming Adventure: History Lessons
User avatar
Wonderman109
Rainbow MegaStar
Posts: 3591
Joined: Thu Jun 28, 2012 11:25 pm

Post by Wonderman109 » Sat Jul 21, 2012 1:32 am

ab-47 wrote:when something is destroyed or deactivated, a command occurs by that object.

example: destroying a Thwart opens a gate, so it's something like this, ID, Xscale, Yscale, Zscale, etc. and then destroycmd, data1, data2, data3, data4... :)
Right. :wink:

I went to a computer camp this week and learned a bit of basic progamming with a game maker.

Having an 'if' or 'else' statement in , for instance, a dialog, to check for say, whether a coin has been collected, or a certain enemy destroyed.

Other ideas:

Tollgates using other items to open (e.g. killing all fireflowers in level, score points, gems, shards, etc.)

Hitpoints for spikeyballs, chompers, thwarts, stinkers, wee stinkers, turtles, wysps, scritters, ducks, and the player.

Indigo magic Possibility 1, 002, 987, 535, 444, 321:

Turns floor into water with Depth 0.0 and Xtrude -5.0 if spellball lands on its target.

Walls act like ice walls to indigo magic.

When hitting an animate object, object dissapears, is projected into the future, (in-game it's just gone temprorarily) and then re-appears about a minute later.

If lands on water, water level sinks to -7.0

I'll let you speculate on what it does to the player and non-animate objects. :)
Not really around much these years.
User avatar
Wonderman109
Rainbow MegaStar
Posts: 3591
Joined: Thu Jun 28, 2012 11:25 pm

Post by Wonderman109 » Mon Jul 30, 2012 2:22 am

DP for the editor: you know how you can increase or decrease scale faster with the shift key?

I'd like an option to adjust how much the scale is increased: 10x more, 20x more, 30x more, 50x more, or 100x more. That would seriously help me right now as I have to make a bridge -55.0 in height. :lol:
Not really around much these years.
User avatar
StinkerSquad01
Rainbow AllStar
Posts: 4251
Joined: Mon Aug 09, 2010 3:39 am

Post by StinkerSquad01 » Wed Aug 01, 2012 4:02 am

This might have been said, but more official custom options, like using your own music and such without having to hexedit or something.
Post Reply