Another way to make a polyobject
Moderator: GZDoom Developers
-
- Posts: 281
- Joined: Sun Apr 24, 2005 6:06 pm
- Location: RIT
Another way to make a polyobject
Making polyobjects are quite difficult. I was thinking that there could be an easier method to make a sliding or rotating door.
-
- Lead GZDoom+Raze Developer
- Posts: 49184
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
-
- Posts: 281
- Joined: Sun Apr 24, 2005 6:06 pm
- Location: RIT
-
- Lead GZDoom+Raze Developer
- Posts: 49184
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
-
- Posts: 4630
- Joined: Fri Apr 16, 2004 1:41 pm
- Preferred Pronouns: He/Him
Re: Another way to make a polyobject
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.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.
I'm not being mean, but the simplest solution is just get a hang of whatever is problematic to You.
-
- Posts: 281
- Joined: Sun Apr 24, 2005 6:06 pm
- Location: RIT
-
- Posts: 4630
- Joined: Fri Apr 16, 2004 1:41 pm
- Preferred Pronouns: He/Him
-
- 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
-
- Posts: 281
- Joined: Sun Apr 24, 2005 6:06 pm
- Location: RIT
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.
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.
-
- Posts: 1031
- Joined: Wed Oct 15, 2003 12:19 am
- Location: Czech Republic
-
- Lead GZDoom+Raze Developer
- Posts: 49184
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
-
- Posts: 118
- Joined: Wed May 04, 2005 8:35 am
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...
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...
-
- Lead GZDoom+Raze Developer
- Posts: 49184
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
-
- Site Admin
- Posts: 7749
- Joined: Wed Jul 09, 2003 10:30 pm
-
- Posts: 292
- Joined: Wed Jul 16, 2003 9:26 pm
- Location: Most likely sleeping.
Re: Another way to make a polyobject
OH! OH! Speaking of which what about STRIFE LINETYPE 666!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.
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.