![]() |
#41 | |
Re: Destructable Environments in DNF?
Quote:
From the person who wrote the Red Faction engine: "All of out structures in the game are dynamic to handle this... the code to actually make the whole is only a minor part of the problem. For instance, our AI paths can update to reflect the hole, the rooms and portals update so a hole between two rooms is now a portal, and the collision detection structures for the world use recursive AABB, which get dynamically updated during the Geomod. Even things like slapping bullet decals on the new faces and making sure to remove decals on faces that get Geomoded away is a mess." http://www.gamedev.net/community/for...opic_id=124869
__________________
"I think the push for people to innovate in gameplay - i'm not sure that I particularly agree with it" John Carmack |
||
![]() |
![]() |
#42 |
|
Re: Destructable Environments in DNF?
well, how do games have moving platforms, and doom 3 all that cool moving machinery? to pick up plasma canisters, rotate them a bit, etc...?
that my question I forgot |
![]() |
![]() |
#43 |
Re: Destructable Environments in DNF?
Those are static meshes - imported models made in a modelling program. Before that I believe movable brushes were used. These are called movers in the Unreal Engine.
A mover is a brush that can change position during play. They are used to make doors, elevators or any other feature in your map that is not static. Movers aren't very hard to make and once you get the basics you can try different things to come up with very cool stuff. Movers are not strictly part of the BSP, although they block players and projectiles in the same way as the BSP world. Movers can't be subtractive, although it's possible to have glass or masked textures in a mover. http://wiki.beyondunreal.com/wiki/Create_A_Mover_(UT)
__________________
"I think the push for people to innovate in gameplay - i'm not sure that I particularly agree with it" John Carmack |
|
![]() |
![]() |
#44 |
Re: Destructable Environments in DNF?
I never expected fully destructable environments in DNF, but parts of it should be destructable, like we´ve seen it in the black trailer
|
|
![]() |
![]() |
#45 |
Re: Destructable Environments in DNF?
Can someone change the title to "Destructible"? "Destructable" is not a word. It's like saying "unpossible".
|
|
![]() |
![]() |
#46 |
Re: Destructable Environments in DNF?
I would be glad to but changing a title is unpossible for me.
|
|
![]() |
![]() |
#47 |
Re: Destructable Environments in DNF?
__________________
"I think the push for people to innovate in gameplay - i'm not sure that I particularly agree with it" John Carmack |
|
![]() |
![]() |
#48 |
Re: Destructable Environments in DNF?
OK, inusable, then.
|
|
![]() |
![]() |
#49 |
Re: Destructable Environments in DNF?
Come on guys, it's Duke... That's the game that made holes in walls when we shot fire extinguishers and barrels. Don't you remember going "wow!" the first time you caused wanton destruction in Hollywood Holocaust? And that was in the stoneage days of Build.
Whatever tech 3D Realms has in store, I'm sure we'll see some nice destruction.
__________________
Do you know the problem in my life, Inspector? An abundance of leisure. -Hercule Poirot |
|
![]() |
![]() |
#50 |
Re: Destructible Environments in DNF?
So, i changed the title...
Btw, Dudetheman, i was actually going to find that quote froms yours, and post it here... But you did it before me, so anyways... I really like that suggestion you came with there... But unfortunately, i guess 3DR are moving a completely different direction...
__________________
A true genius does not need boundaries such as 'common sense' |
|
![]() |
![]() |
#51 | |
Re: Destructable Environments in DNF?
Quote:
Oh, and sorry about the spelling mistake I wonder if any advancements have been made with explosions though? Usually explosions are very repetitive using the same effect over and over again, this can be seen in Duke 3d with the 'mini nuclear explosion' More advanced particle effects to create such explosions would be very nice. (no static mesh explosions please! e.g. Quake 2
__________________
He was not in the least bit scared to be mashed into a pulp, Or to have his eyes gouged out, and his elbows broken; To have his kneecaps split, and his body burned away; And his limbs all hacked and mangled, brave Sir Robin! |
||
![]() |
![]() |
#52 | ||
Re: Destructable Environments in DNF?
Quote:
Trying to merge engines that work well for outer space, flight simulator, large terrain on earth, city exteriors, building interiors.... seemlessly. Seems like that is a long ways off. |
|||
![]() |
![]() |
#53 |
Re: Destructable Environments in DNF?
Mostly because people rarely have undertaken such a task, but it has been done before.
__________________
I bring nothing to the table. As Edward George Earl Bulwer-Lytton wrote in 1839, "The Boot Is Mightier Than The Fist." --Beelze |
|
![]() |
![]() |
#54 | |
|
Re: Destructible Environments in DNF?
Quote:
|
|
![]() |
![]() |
#55 | |
|
Re: Destructable Environments in DNF?
Quote:
if it's possible to deform surfaces (monsters bursting through walls, physics, ...) |
|
![]() |
![]() |
#56 |
Re: Destructable Environments in DNF?
I'd like to see somebody try to make a level entirely out of movers. I'm telling you, it'd be insane.
__________________
If wishes were fishes, we'd smell like ladies' underwear. "If you join the good fight, you get 72 domain names when you die." -- Wamplet |
|
![]() |
![]() |
#57 |
Re: Destructable Environments in DNF?
You can't use movers for destructible geometry, because all they can do is move about on a set, predefined course. You can't modify them in-game.
As I said it's perfectly possible to have destructible geometry using static meshes, or just plain meshes (I imagine they used this in HL for the zombies that burst through the walls). However it's limited to specific, specially made sections.
__________________
"I think the push for people to innovate in gameplay - i'm not sure that I particularly agree with it" John Carmack |
|
![]() |
![]() |
#58 |
Re: Destructable Environments in DNF?
In meqon you can blast through brick walls, so whats stopping 3drealms from doin that same thing from time to time? I can understand the CPU demands if every brick wall was destructable... That would be seriously demanding.
__________________
Follow Your Dreams... Intel 3.4Ghz Geil 3Gb Twinx Ram Nvidia 7800 GS Abit IC7-MAX3 SATA RAID STRIPING 480GB on a 24" LCD. Check out www.myspace.com/LiquidAces & www.myspace.com/LiquidAces2 |
|
![]() |
![]() |
#59 |
|
Re: Destructable Environments in DNF?
A brick wall has to be build brick by brick. Although one can batch something like that, it is still a lot of work and requires a serious amount of data.
As for the CPU load, that all depends on how big the wall is and how small the stones. |
![]() |
![]() |
#60 |
Re: Destructable Environments in DNF?
I think the more important question is what precisely does total destruction add to a game? IMO being able to destroy everything is a gimmick that would wear off extremely quickly.
I like the "layered" suggestion which makes the destruction visible but not environment deforming, as the whole point of a level is that there are specific places you are supposed to go, and specific ways to get to them. It's no fun if you can bypass carefully designed parts of a level just by blowing through everything in your path. Even Red Faction wasn't fully deformable, it just allowed you to dynamically deform specific parts of the levels. There were still indestructable walls and doors which made up the main level design. Admittedly, Warlords was a sweet multiplayer map, but that kind of destruction doesn't really work so well for general gameplay. |
|
![]() |
![]() |
#61 | |
|
Re: Destructable Environments in DNF?
Quote:
you can move them around with your mouse, so it's not a pre-defined course like for example the train ride from Quake 2. |
|
![]() |
![]() |
#62 |
Re: Destructable Environments in DNF?
They're models, just like the enemies are models, and can move around and be affected by physics. Static meshes are merely models that are specially optimised for use as geometry.
__________________
"I think the push for people to innovate in gameplay - i'm not sure that I particularly agree with it" John Carmack |
|
![]() |
![]() |
#63 |
|
Re: Destructable Environments in DNF?
so we just create a whole level out of models!
man, I should be game developer |
![]() |
![]() |
#64 | |
|
Re: Destructable Environments in DNF?
Quote:
But you have a point though, I would like to have it, but I prefer a good non-destructable level over a destructable level which you can almost completely bypass. |
|
![]() |
![]() |
#65 |
Re: Destructable Environments in DNF?
Yeah I guess they should save the destructable levels for Serious sam ha?
__________________
Follow Your Dreams... Intel 3.4Ghz Geil 3Gb Twinx Ram Nvidia 7800 GS Abit IC7-MAX3 SATA RAID STRIPING 480GB on a 24" LCD. Check out www.myspace.com/LiquidAces & www.myspace.com/LiquidAces2 |
|
![]() |
![]() |
#66 | ||
Re: Destructable Environments in DNF?
Quote:
Except if you use the explosives to blow up a way besides the locked door...
__________________
A true genius does not need boundaries such as 'common sense' |
|||
![]() |
![]() |
#67 |
|
Re: Destructable Environments in DNF?
^ hehe, to good old days.
Some stuff like this will be cool for DNF though. |
![]() |
![]() |
#68 | |
Re: Destructable Environments in DNF?
Quote:
__________________
"Psycho Mantis locking your doors, your fridge, shutting off your air conditioner, and clogging your toilet sure beats reading some crap off a memory card." - Mr. Blud "Men trade whatever they have for sex and women trade sex for whatever they want. That may be unromantic but theres truth to it." - Nessus |
||
![]() |
![]() |
#69 |
Re: Destructable Environments in DNF?
As I recall, Red Faction was very leninent with it's ammo supply. I never was for a want of ammo, unless I decided to mine unnecessarily.
__________________
I bring nothing to the table. As Edward George Earl Bulwer-Lytton wrote in 1839, "The Boot Is Mightier Than The Fist." --Beelze |
|
![]() |
![]() |
#70 | |
|
Re: Destructable Environments in DNF?
Quote:
|
|
![]() |
![]() |
#71 |
Re: Destructable Environments in DNF?
Addendum: when I did mine, I usually would hit the hardcoded limits of the game before I ran out of ammo, thus breaking the game.
__________________
I bring nothing to the table. As Edward George Earl Bulwer-Lytton wrote in 1839, "The Boot Is Mightier Than The Fist." --Beelze |
|
![]() |
![]() |
#72 |
|
Re: Destructable Environments in DNF?
Damn, I never hit them. You must have spend some time blasting then.
|
![]() |
![]() |
#73 | ||
|
Re: Destructable Environments in DNF?
Quote:
|
||
![]() |
![]() |
#74 | |
Re: Destructable Environments in DNF?
Quote:
__________________
I bring nothing to the table. As Edward George Earl Bulwer-Lytton wrote in 1839, "The Boot Is Mightier Than The Fist." --Beelze |
||
![]() |
![]() |
#75 |
|
Re: Destructable Environments in DNF?
I see, nice. Some stuff like that would be fun in DNF, but only on places where it is required to use it or as a fun way around something difficult or maybe even to a secret place with lots of ammo to kill the guys more easily.
|
![]() |
![]() |
#76 |
Re: Destructable Environments in DNF?
Which I fully expect to see in DNF. Remember the cracks on the walls in DN3D, indicating a destructable wall? I think we may see something like that again.
Edit: woops, contradictory statement. |
|
![]() |
![]() |
#77 |
|
Re: Destructable Environments in DNF?
I hope so.
|
![]() |
Bookmarks |
|
|