Quasar Posted April 9, 2009 Some developments have been going on with Cardboard: Expect more news in the near future :) 0 Quote Share this post Link to post
SoM Posted April 9, 2009 I gotta give a shout out to Randy Heit for helping me out with the distance fading on the slopes. He was extra helpful. 0 Quote Share this post Link to post
printz Posted April 9, 2009 Do slopes have any clipping advantage over stairs, in Doom? I mean that both over stairs and slopes, non-player objects can be made to step up, unlike in Quake, where any edge would block any missile. 0 Quote Share this post Link to post
Julian Posted April 9, 2009 High five to SoM. And again, Randy is here to help. Gotta love sourceports coders. 0 Quote Share this post Link to post
esselfortium Posted April 9, 2009 printz said:Do slopes have any clipping advantage over stairs, in Doom? I mean that both over stairs and slopes, non-player objects can be made to step up, unlike in Quake, where any edge would block any missile. The specific behavior of all that will depend on the clipping code once it's written; I don't think there's really one right or wrong way that we know for sure it'll be, until it's actually done. There are a lot of variables to consider, though. For one thing, should players and walking monsters slide around on gradual slopes? And then should corpses and bullet casings and baseballs? So we don't really know yet exactly how this is all going to behave. 0 Quote Share this post Link to post
Mechadon Posted April 10, 2009 This is looking mighty sexy. Mighty sexy indeed. 0 Quote Share this post Link to post
Scuba Steve Posted April 10, 2009 Slopes in Eternity!??! Whaaat!? 0 Quote Share this post Link to post
Csonicgo Posted April 11, 2009 esselfortium said:The specific behavior of all that will depend on the clipping code once it's written; I don't think there's really one right or wrong way that we know for sure it'll be, until it's actually done. There are a lot of variables to consider, though. For one thing, should players and walking monsters slide around on gradual slopes? And then should corpses and bullet casings and baseballs? So we don't really know yet exactly how this is all going to behave. SLIPPERY ROLL maybe? 0 Quote Share this post Link to post
SoM Posted April 11, 2009 Csonicgo said:SLIPPERY ROLL maybe? Yeah, there are definitely going to have to be some discussion on how to clip them. I think for normal situations, we'll have to assume that players/monsters/whatever will try to stabilize themselves when walking across reasonably pitched slopes. Now, for situations where friction is reduced (icy slopes, anyone?) gravity will obviously play a bigger role. 0 Quote Share this post Link to post
Gez Posted April 11, 2009 Slippery slopes + linked portals = this becomes possible. 0 Quote Share this post Link to post
printz Posted April 11, 2009 Don't take my protest too far, you know I'm just printz :) Besides, this is Eternity so it has to act quite like classic Doom. Slopes are analogous to extremely fine stairs, so they should (IMO) act accordingly: no slipping (unless they have a special designed for this), monsters can't walk too steep slopes unless set in the options (if any of their dots is lower than 24 units of their base), and the player shouldn't be able to climb (let alone run-climb) slopes higher than 24/1. 0 Quote Share this post Link to post
Graf Zahl Posted April 11, 2009 You can't do proper slope physics with such 'rules'. You'd be surprised how badly it would behave (and how useless such slopes can be.) 0 Quote Share this post Link to post
fraggle Posted April 11, 2009 printz said:Slopes are analogous to extremely fine stairs, so they should (IMO) act accordinglyWasn't this disproved by the ancient greeks? 0 Quote Share this post Link to post
printz Posted April 12, 2009 'Fine' meaning 'thin' in that context. And I wasn't comparing it to reality, but to how one goes to attempt slopes in vanilla Doom: 1-sized stairs. 0 Quote Share this post Link to post
esselfortium Posted April 12, 2009 Going with the step comparison, it'd then be possible to make slopes that are nearly vertical that the player could still walk up. That'd be pretty terrible for a lot of reasons, and there's just no reason to do that just because it'd be possible to make something comparable with 1-thick 24-high steps. The slopes should act like slopes, much like the schnozzberries should taste like schnozzberries. This isn't vanilla Doom, but even if it was I can just about guarantee you id Software wouldn't have handled them in the bizarre way you're describing. 0 Quote Share this post Link to post
Graf Zahl Posted April 12, 2009 esselfortium said:schnozzberries What!?! 0 Quote Share this post Link to post
printz Posted April 12, 2009 I've got an idea to please anyone: what if whether the slope is slippery or climbable is controlled by parameters? 0 Quote Share this post Link to post
esselfortium Posted April 12, 2009 I suggested on IRC a while ago that it might be worthwhile to actually use thing flags in EDF to determine whether an object should have sure footing on slopes (like a player or monster) or whether it should roll around on them like a ball. Presumably some sort of friction-ish parameter in UDMF would be able to modify the slipperiness amount on a per-slope basis, so that, say, a ski slope or ice skating rink can behave accordingly. 0 Quote Share this post Link to post
LexiMax Posted April 12, 2009 Graf Zahl said:What!?! http://en.wikipedia.org/wiki/Willy_Wonka_&_the_Chocolate_Factory EDIT: http://splicd.com/WAxEHPQuMDo/366/408 0 Quote Share this post Link to post
myk Posted April 12, 2009 Ah, a nostalgic :p But if you were really hardcore you would've linked to the book, not a movie. EDIT: Hmm, never read the book myself but it appears the name was lifted from another book into the '71 movie... 0 Quote Share this post Link to post
DaniJ Posted April 12, 2009 Initially, I was thinking BFG... clearly the late Mr Dahl (or his daughter) had a fascination for such fantasy food stuffs. 0 Quote Share this post Link to post
Xenaero Posted April 13, 2009 Omg slopes!!!! Eternity is getting sexier by the update! 0 Quote Share this post Link to post
SoM Posted June 11, 2009 Update: Slopes are in SVN! So far there are a few issues with slopes in portals, and there is no clipping code yet, but they are rendering :) 0 Quote Share this post Link to post
printz Posted June 11, 2009 SoM said:Update: Slopes are in SVN! So far there are a few issues with slopes in portals, and there is no clipping code yet, but they are rendering :) What are their specials (numbers, names, type:{regular, parameterized, UDMF...}, usage)? Maybe I can add them to the wiki. EDIT: but then, there'll have to be one or two extra wiki entries at the contents: line types (which could also include vanilla Doom types, for completeness) and thing types (especially Eternity ones). 0 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.