Another way to make a polyobject

Moderator: GZDoom Developers

User avatar
Pure Hellspawn
Posts: 281
Joined: Sun Apr 24, 2005 6:06 pm
Location: RIT
Contact:

Another way to make a polyobject

Post by Pure Hellspawn »

Making polyobjects are quite difficult. I was thinking that there could be an easier method to make a sliding or rotating door.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49067
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

Sorry. There isn't.
User avatar
Pure Hellspawn
Posts: 281
Joined: Sun Apr 24, 2005 6:06 pm
Location: RIT
Contact:

Post by Pure Hellspawn »

Not yet at least. That's why I put it in the Feature Suggestion Forum.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49067
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

No, not 'not yet'. The way Doom organizes its levels there is really no other way to do it.
User avatar
Nmn
Posts: 4629
Joined: Fri Apr 16, 2004 1:41 pm
Preferred Pronouns: He/Him
Contact:

Re: Another way to make a polyobject

Post by Nmn »

Pure Hellspawn wrote:Making polyobjects are quite difficult. I was thinking that there could be an easier method to make a sliding or rotating door.
Please keep in mind this: it's obvious that just because You can't learn making something programmers will not waste their time to code an easier method on doing this.

I'm not being mean, but the simplest solution is just get a hang of whatever is problematic to You.
User avatar
Pure Hellspawn
Posts: 281
Joined: Sun Apr 24, 2005 6:06 pm
Location: RIT
Contact:

Post by Pure Hellspawn »

I'm sure I would not be the only one who would benefit.
User avatar
Nmn
Posts: 4629
Joined: Fri Apr 16, 2004 1:41 pm
Preferred Pronouns: He/Him
Contact:

Post by Nmn »

I realise there are more people who can't do this than the ones that can do this, but it's the way it goes. You gotta learn something.
Please check the wiki or example wads. It's really easy if You get it.
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Post by wildweasel »

There needs to be a better tutorial. I've gone through the one on the Wiki countless times, and I always manage to screw something up along the way without knowing how to fix it.
User avatar
Pure Hellspawn
Posts: 281
Joined: Sun Apr 24, 2005 6:06 pm
Location: RIT
Contact:

Post by Pure Hellspawn »

Well, I am among those that can, I actually succeeded. On the other hand, it's quite difficult and there are many among us that are unable to make polyobjects.

wildweasel, make sure everything PERFECTLY matches with what the wiki tutorial says. Also, try using the example wad, I used it instead of the tutorial, and even though my polyobject looks a little different for the sliding door, it still works with no texture problems.
User avatar
Grubber
Posts: 1031
Joined: Wed Oct 15, 2003 12:19 am
Location: Czech Republic
Contact:

Post by Grubber »

I've learned it mostly from looking at original Hexen maps. Come on, it's not that hard...
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49067
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

And how should this become easier? There are so many limitations imposed on polyobjects by the level structure that there really isn't that much that can be done.
User avatar
Skeletor
Posts: 118
Joined: Wed May 04, 2005 8:35 am

Post by Skeletor »

I've never made anything more complex than a set of sliding doors. I'd like to be able to do cooler things with them but just don't have the confidence yet and the rotating door tutorial looks really complicated.

Rather than it being a Zdoom feature suggestion, I think it's more appropriate that some of the editors people use today could be developed to make using polyobjects less of a chore...
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49067
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

I doubt there's much that can be done. You have to declare the polyobject with one linedef, give it an anchor and a translation spot. I don't think it can be done easier. All other limitations come directly from the way the engine works and have to be taken care of by the mapper.
User avatar
randi
Site Admin
Posts: 7746
Joined: Wed Jul 09, 2003 10:30 pm
Contact:

Post by randi »

There is no easier way to make them. Unless you can suggest something that still works within the limits of the Doom engine, that is...
User avatar
Killo Zapit
Posts: 292
Joined: Wed Jul 16, 2003 9:26 pm
Location: Most likely sleeping.

Re: Another way to make a polyobject

Post by Killo Zapit »

Pure Hellspawn wrote:Making polyobjects are quite difficult. I was thinking that there could be an easier method to make a sliding or rotating door.
OH! OH! Speaking of which what about STRIFE LINETYPE 666!

From strifexlat.txt:

Code: Select all

//666 Is used to slide a horizontal or vertical line. But none of the Strife maps
//use it, and polyobjects are better, so I won't bother implementing it.
How did that work anyway?
Post Reply

Return to “Closed Feature Suggestions [GZDoom]”