Ship 'hit box' D2
Ship 'hit box' D2
I know there's an area around your ship, that is what really gets shot, not the actual mesh that makes up ur ship. What dose it look like? How much bigger is this box than ur ship?
- BUBBALOU
- DBB Benefactor
- Posts: 4198
- Joined: Tue Aug 24, 1999 2:01 am
- Location: Dallas Texas USA
- Contact:
Re:
Read Topic again Ship 'hit box' D2Top Wop wrote:I actually thought it was a sphere, and you could actually see your shield sphere "illuminate" whenever you got shot. Go external and have a look.
I seem to have a better workout dodging your stupidity than attempting to grasp the weight of your intelligence.
- Krom
- DBB Database Master
- Posts: 16125
- Joined: Sun Nov 29, 1998 3:01 am
- Location: Camping the energy center. BTW, did you know you can have up to 100 characters in this location box?
- Contact:
Normally the colision spheres in older games like D1 and D2 would be a collection of small overlaping spheres that would form a blob around whatever object they belonged to. If you want to know what it would look like, just think of a robot or a ship with about 12 circles just big enough to cover up the whole object.
- BUBBALOU
- DBB Benefactor
- Posts: 4198
- Joined: Tue Aug 24, 1999 2:01 am
- Location: Dallas Texas USA
- Contact:
Re:
and just think it worked for D2(33Mhz CPU req) yet for people wank about it in D3 just a load of BS people use to hide the fact they can not shoot the ship!!Ferno wrote:d1/d2 worked on poly collisions. not hitboxes/hitspheres.
Same people that will not play D2 because the graphics suck.... um yeah I bet that is the REAL reason....
I seem to have a better workout dodging your stupidity than attempting to grasp the weight of your intelligence.
Re:
Ferno is right on the spot. I have recently added a 'shield sphere' render to D2X-XL. You can see it when enabling it in the render options menu and switching to external view (Alt+F12). The shield sphere glows orange when D2X-XL detects a hit. I have made tests with a small multiplayer game. You need to hit an actual polygon of the ship model to have D2X-XL show a hit. I could also see shots pass right and real close under the ship w/o doing damage. Afaik (and I may be wrong here) the bounding sphere is only used for wall and ship to ship/robot collisions.Ferno wrote:d1/d2 worked on poly collisions. not hitboxes/hitspheres.
In D2, you can!Isaac wrote:dam... well i always thought that i if some one was shooting at me, i could roll at 90 degrees and be less of a target... im dumb.
- BUBBALOU
- DBB Benefactor
- Posts: 4198
- Joined: Tue Aug 24, 1999 2:01 am
- Location: Dallas Texas USA
- Contact:
D1/D2 was designed for IPX lan
D3 Demo 1.0 had poly collision as default just like D1/D2, but people complained (we know who lead this fight) and Outrage made the ship collision sphere also the hit box. Then they added a server option for Accurate Weapons Collision to revert D3 back to D2 fighting style.
All Server Ops for D3 should have accurate weaps on, but they have been led to believe it uses extra bandwidth and cpu usage.... um once again this is folklore from the 33Mhz days
D3 Demo 1.0 had poly collision as default just like D1/D2, but people complained (we know who lead this fight) and Outrage made the ship collision sphere also the hit box. Then they added a server option for Accurate Weapons Collision to revert D3 back to D2 fighting style.
All Server Ops for D3 should have accurate weaps on, but they have been led to believe it uses extra bandwidth and cpu usage.... um once again this is folklore from the 33Mhz days
I seem to have a better workout dodging your stupidity than attempting to grasp the weight of your intelligence.
In D2, hit detection is done client side and does not add a single byte to network traffic. I.e. each client decides only for its own player's ship whether it gets hit, and does not report that to the other players. Only ship destruction is reported. In other words: A client has no clue about how many shields the other players have left. It will only be told if a player ship gets destroyed, and will be told so by that player's instance of D2.
I found that out recently when I was playing coop with my brother and his ship was always smoking like it was heavily damaged, while he reported he had full shields. Shield status is not reported to other clients. I had to add that to make player smoke and damage explosions work properly in multiplayer.
I found that out recently when I was playing coop with my brother and his ship was always smoking like it was heavily damaged, while he reported he had full shields. Shield status is not reported to other clients. I had to add that to make player smoke and damage explosions work properly in multiplayer.
- Foil
- DBB Material Defender
- Posts: 4900
- Joined: Tue Nov 23, 2004 3:31 pm
- Location: Denver, Colorado, USA
- Contact:
Re:
That's definitely one of the most common misconceptions among D3 Server ops, but I think the main reason they don't usually have "poly-accurate weapon collisions" on is that players will complain about it.BUBBALOU wrote:...
All Server Ops for D3 should have accurate weaps on, but they have been led to believe it uses extra bandwidth and cpu usage.... um once again this is folklore from the 33Mhz days
There's a perception out there among most players that having poly-accurate weapons is only appropriate for LAN play, because latency over the internet makes it considerably harder to score hits. So players will generally complain, "I can't hit anything!", and usually refer to the setting as "LAN accurates".