Really Stupid Question I Can't Find the Answer To

Archive of the old editing forum
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
User avatar
Enjay
 
 
Posts: 27270
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Re: Really Stupid Question I Can't Find the Answer To

Post by Enjay »

Skunk wrote:Allow me to put it this way, Enjay: if there was an 8 unit wide hallway containing a 4 radius monster it's assumed said monster can move backward and forward, but what happens if the monster tries to turn? Does he then get stuck or is the actor's relative position used to where he started?
When an actor turns in Doom, the hitbox does not (am_cheat 3 shows this) so, no, he shouldn't get stuck in that situation.
User avatar
Skunk
Posts: 1189
Joined: Tue Jan 18, 2005 1:04 am
Contact:

Re: Really Stupid Question I Can't Find the Answer To

Post by Skunk »

Well I can't wait to get home and make a quick test level... been a while since I've done anything Doom related, this oughta be fun:
User avatar
Nash
 
 
Posts: 17505
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: Really Stupid Question I Can't Find the Answer To

Post by Nash »

Spoiler: more offtopicness, has nothing to do with current dicussion
Now something related to the discussion. Because of the square collision boxes, making collision boxes for cars are a little difficult, because cars are rectangular. The cars in my project are MD3s, so they need more advanced collision. I had to split the collision to 3 actors, each roughly representing the various heights of a car. I've attached them to the main actor, and they rotate along with the main actor... except that diagonal collsion will be inaccurate (they will be in "steps") because the squares don't rotate.
User avatar
Enjay
 
 
Posts: 27270
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Re: Really Stupid Question I Can't Find the Answer To

Post by Enjay »

Yes, and as you know, I too had a problem with (roughly) rectangular models versus the underlying square actor.

http://forum.zdoom.org/viewtopic.php?f= ... 5&p=622392
Locked

Return to “Editing (Archive)”