Wop Request Thread *NOW OBSOLETE*

Help Topics, Bug Reports, Feature Requests, etc.
Post Reply
User avatar
Wonderman109
Rainbow MegaStar
Posts: 3530
Joined: Thu Jun 28, 2012 11:25 pm

Post by Wonderman109 » Wed Mar 20, 2013 9:43 pm

Stinker models have never worked with modelswapping, as far as the first pages indicate.

And thwarts can't shoot any other fireball other than Pow; only fireflowers can do that.
User avatar
StinkerSquad01
Rainbow AllStar
Posts: 4249
Joined: Mon Aug 09, 2010 3:39 am

Post by StinkerSquad01 » Wed Mar 20, 2013 9:44 pm

Any model with special animations for it, like Thwarts swinging arms, and Fireflowers lurching when they shoot, or Stinkers walking will not work with model swapping.
User avatar
boh123321
Rainbow Wizard
Posts: 477
Joined: Tue Nov 06, 2012 12:26 am

Post by boh123321 » Wed Mar 20, 2013 10:51 pm

Wonderman109 wrote:Stinker models have never worked with modelswapping, as far as the first pages indicate.

And thwarts can't shoot any other fireball other than Pow; only fireflowers can do that.
Ah, well
no
User avatar
yot yot5
Rainbow SuperStar
Posts: 2294
Joined: Sun May 22, 2011 1:24 pm

Post by yot yot5 » Thu Mar 21, 2013 4:57 pm

Is it possible for someone to make a Z-adjustable void?
User avatar
Wonderman109
Rainbow MegaStar
Posts: 3530
Joined: Thu Jun 28, 2012 11:25 pm

Post by Wonderman109 » Fri Mar 22, 2013 1:22 am

I think it already exists. Didn't Emerald post a Super-Adjustable Void a couple pages back?
User avatar
Wonderman109
Rainbow MegaStar
Posts: 3530
Joined: Thu Jun 28, 2012 11:25 pm

Post by Wonderman109 » Fri Mar 22, 2013 2:09 am

DP here you go. I found this in my editor.
You do not have the required permissions to view the files attached to this post.
User avatar
Technos72
Rainbow MegaStar
Posts: 3227
Joined: Thu Nov 26, 2009 12:20 am

Post by Technos72 » Sun Jun 23, 2013 4:25 pm

Is it ever possible to make cuboids which can only be destroyed by the same colored magic?

If not, I therefore have all the impossible WOP ideas.
Image
User avatar
Yzfm
Rainbow Master
Posts: 853
Joined: Mon Jul 02, 2012 11:35 am

Post by Yzfm » Sun Jun 23, 2013 5:44 pm

Nope, no magic other than pow has destructive behaviour. Also, you can't specify if something destructive can or cannot destroy something destructible. We can only make objects that look like other objects (for example, a scritter that looks like a cuboid) or make an object with a really high adjustment (a chomper with speed +1000, for example) or add adjustments for objects that didn't have them before.
Previous Adventure:Time Out
Latest Adventure:Please Don't Feed The Dinosaurs!
Upcoming Adventure: History Lessons
Emerald141
Rainbow AllStar
Posts: 4548
Joined: Fri Dec 26, 2008 4:56 pm

Post by Emerald141 » Sun Jun 23, 2013 10:22 pm

Last edited by Emerald141 on Fri Sep 02, 2022 7:06 pm, edited 1 time in total.
User avatar
Krishiv738
Rainbow Keeper
Posts: 340
Joined: Mon Jul 22, 2013 9:47 am

Post by Krishiv738 » Wed Jul 31, 2013 11:13 am

I just made a POTZ wop its rotating cuboid

Spoiler: made a cuboid with coin logic

I first tried with gem logic but It looked awkward so replaced it with coin logic

also my wop store
You do not have the required permissions to view the files attached to this post.
User avatar
Krishiv738
Rainbow Keeper
Posts: 340
Joined: Mon Jul 22, 2013 9:47 am

Post by Krishiv738 » Fri Aug 02, 2013 6:11 am

Emerald141 wrote:DP.

On that note, can anyone say "Portal 2 Excursion Funnel"? :3
I made an excursion funnel model,but emitter is not perfect,cannot make spiral threads(which it emits) only some circular plates with no holes

It contains three parts:
1.emitter
2.thread blue
3.thread orange

here is the model file but please PM me the adventure which uses this model
because I never tested it.
You do not have the required permissions to view the files attached to this post.
User avatar
jdl
Rainbow SuperStar
Posts: 2883
Joined: Fri Jun 06, 2008 8:37 pm
Location: West Virginia, USA
Contact:

Post by jdl » Wed Aug 07, 2013 12:41 am

(Post Deleted, nevermind).
User avatar
Krishiv738
Rainbow Keeper
Posts: 340
Joined: Mon Jul 22, 2013 9:47 am

Post by Krishiv738 » Fri Aug 09, 2013 9:22 am

What do you mean?
I am getting outta here, nothing is new, everything is boring.
User avatar
Qloof234
Rainbow AllStar
Posts: 4193
Joined: Wed Oct 03, 2007 10:33 pm
Location: Canada

Post by Qloof234 » Tue Oct 08, 2013 3:13 am

This is only a small thing, but something I find weird is that the FireFlower object in the Editor doesn't have a Timer variable. It has TimerMax1, yes, but there's no "offset" variable like there are on other objects.

I've tested the IceFlower and FireFlower objects with these variables added, and they both work pretty much as expected. The .wop files are in the attached .ZIP (I haven't checked to see if anyone's done this already, if so, ignore this).

One note: They do seem to track time differently. Having a group of 8 flowers with TimerMax1 at 325 and Timer starting at & increasing by 50 clockwise (so the last one is 400) gives a continuous stream of firing. I don't know what that's all about or how to fix it, sorry. Best to use experimentation to see what works here.
You do not have the required permissions to view the files attached to this post.
Image
User avatar
md
Rainbow Master
Posts: 748
Joined: Wed Oct 17, 2007 9:26 am

Post by md » Tue Oct 08, 2013 6:39 am

Just a quick question, what is the exact difference between TimerMax and Timer?
I kind of know. but I am unsure of exactly what the difference is.
If you bothered to copy and paste this signature, or zoom in, to make it possible to read, then I wasted 5-10 seconds of your life.
User avatar
Qloof234
Rainbow AllStar
Posts: 4193
Joined: Wed Oct 03, 2007 10:33 pm
Location: Canada

Post by Qloof234 » Tue Oct 08, 2013 7:59 am

TimerMax1 is the amount of time (in ticks/frames, I believe? assuming a constant FPS of 60) between actions; Timer is the delay before the first action.

For instance, if two FireFlowers have a TimerMax1 of 200, they'll fire with the same amount of time between shots. If one of them has a Timer value of 50 and one a value of 100, then the one with 50 will fire first, followed by the second one. The time between shots is still the same, but the offset is different.

Hope that helps. :)
Image
User avatar
md
Rainbow Master
Posts: 748
Joined: Wed Oct 17, 2007 9:26 am

Post by md » Wed Oct 09, 2013 8:13 pm

Qloof234 wrote:TimerMax1 is the amount of time (in ticks/frames, I believe? assuming a constant FPS of 60) between actions; Timer is the delay before the first action.

For instance, if two FireFlowers have a TimerMax1 of 200, they'll fire with the same amount of time between shots. If one of them has a Timer value of 50 and one a value of 100, then the one with 50 will fire first, followed by the second one. The time between shots is still the same, but the offset is different.

Hope that helps. :)
Ah, okay. Yes, that makes sense. I was able to make Bridges function correctly with the Timer, but at least now I know exactly what they do. Thank you! :D
If you bothered to copy and paste this signature, or zoom in, to make it possible to read, then I wasted 5-10 seconds of your life.
User avatar
LexieTheFox
Rainbow Master
Posts: 769
Joined: Mon Sep 27, 2010 11:51 pm

Post by LexieTheFox » Tue Nov 12, 2013 12:33 am

Can anyone make me a coin with a key model, and vice versa?
I have plenty of ideas for them... :twisted:
EDIT: Sorry for resurrecting.
Rawr.
Fear me, I bite! >:3
User avatar
Krishiv738
Rainbow Keeper
Posts: 340
Joined: Mon Jul 22, 2013 9:47 am

Post by Krishiv738 » Tue Nov 12, 2013 3:03 am

LexieTheFox wrote:Can anyone make me a coin with a key model, and vice versa?
I have plenty of ideas for them... :twisted:
EDIT: Sorry for resurrecting.
Coin with a key model and vice versa?

I will just set coin logic to key and vice versa.
I am getting outta here, nothing is new, everything is boring.
User avatar
dig 222
Rainbow Star
Posts: 1279
Joined: Sat Jan 15, 2011 11:44 am

Post by dig 222 » Fri Nov 15, 2013 6:07 pm

Can someone make a fence post that behaves like a scritter?
Please? :D
User avatar
Krishiv738
Rainbow Keeper
Posts: 340
Joined: Mon Jul 22, 2013 9:47 am

Post by Krishiv738 » Sat Nov 16, 2013 7:30 am

dig 222 wrote:Can someone make a fence post that behaves like a scritter?
Please? :D
I can make that very easily,I am not able to attach attachments because I always post with my iPad,attachment on Monday.
I am getting outta here, nothing is new, everything is boring.
User avatar
MyNameIsKooky
Rainbow Spirit Master
Posts: 9711
Joined: Mon Dec 01, 2008 10:18 pm

Post by MyNameIsKooky » Sun Nov 17, 2013 1:44 am

Here you go, dig and Lexie. :)
You do not have the required permissions to view the files attached to this post.
User avatar
LexieTheFox
Rainbow Master
Posts: 769
Joined: Mon Sep 27, 2010 11:51 pm

Post by LexieTheFox » Sun Nov 17, 2013 1:48 am

MyNameIsKooky wrote:Here you go, dig and Lexie. :)
Thanks, MNIK! :)
Rawr.
Fear me, I bite! >:3
User avatar
LexieTheFox
Rainbow Master
Posts: 769
Joined: Mon Sep 27, 2010 11:51 pm

Post by LexieTheFox » Sun Nov 17, 2013 4:14 am

Sorry for making another request so soon, (and a DP no doubt. Sorry!)
But does anyone have Statue WOPs?
I heard a while back that someone had created statues of every monster and such in WA, (except the chomper as it still chomped)
Does anyone else have these wops or something similar?
If so, may I have them? Thanks. :)
Rawr.
Fear me, I bite! >:3
User avatar
Blazeknight
Rainbow Master
Posts: 797
Joined: Sun Nov 04, 2012 5:50 am

Post by Blazeknight » Sun Nov 17, 2013 6:45 am

LexieTheFox wrote:Sorry for making another request so soon, (and a DP no doubt. Sorry!)
But does anyone have Statue WOPs?
I heard a while back that someone had created statues of every monster and such in WA, (except the chomper as it still chomped)
Does anyone else have these wops or something similar?
If so, may I have them? Thanks. :)
Maybe you can make grey textures for them and put them on a wall logic so that they get stuck there like statues
Happy to Help!

Check out my works @ http://quaziiquce.webs.com
User avatar
LexieTheFox
Rainbow Master
Posts: 769
Joined: Mon Sep 27, 2010 11:51 pm

Post by LexieTheFox » Sun Nov 17, 2013 6:46 am

Blazeknight wrote:
LexieTheFox wrote:Sorry for making another request so soon, (and a DP no doubt. Sorry!)
But does anyone have Statue WOPs?
I heard a while back that someone had created statues of every monster and such in WA, (except the chomper as it still chomped)
Does anyone else have these wops or something similar?
If so, may I have them? Thanks. :)
Maybe you can make grey textures for them and put them on a wall logic so that they get stuck there like statues
True, but then some of them would still move. Like a chomper,
or the scritter or thwart.
Rawr.
Fear me, I bite! >:3
User avatar
Pawelec
Rainbow Master
Posts: 690
Joined: Tue Jul 15, 2008 8:37 am

Post by Pawelec » Sun Nov 17, 2013 9:43 am

LexieTheFox wrote:Sorry for making another request so soon, (and a DP no doubt. Sorry!)
But does anyone have Statue WOPs?
I heard a while back that someone had created statues of every monster and such in WA, (except the chomper as it still chomped)
Does anyone else have these wops or something similar?
If so, may I have them? Thanks. :)
Well, I have them but they malfunction all the time, due to the strange XY offset they get in the Player. They are pure pain to work with, so I won't upload them.
"Let us return to the past; it will be progress."
by Giuseppe Verdi
User avatar
dig 222
Rainbow Star
Posts: 1279
Joined: Sat Jan 15, 2011 11:44 am

Post by dig 222 » Sun Nov 17, 2013 9:59 am

MyNameIsKooky wrote:Here you go, dig and Lexie. :)
Thanks, I need that wop because I'm attemping to make the stupidest, evilest, most attrocious adventure ever. :lol:
User avatar
dig 222
Rainbow Star
Posts: 1279
Joined: Sat Jan 15, 2011 11:44 am

Post by dig 222 » Sun Nov 17, 2013 3:18 pm

Krishiv, did you test your wops? Your shooter stinker MAVS the game...
User avatar
StinkerSquad01
Rainbow AllStar
Posts: 4249
Joined: Mon Aug 09, 2010 3:39 am

Post by StinkerSquad01 » Sun Nov 17, 2013 3:42 pm

Stinkers cannot be used in modelswaps (or logicswaps too I'm assuming).
Post Reply