*

Account

Welcome, Guest. Please login or register.
Did you miss your activation email?
November 24, 2024, 12:11:01 am

Login with username, password and session length

Resources

Recent posts

[November 01, 2024, 12:46:37 pm]

[October 05, 2024, 07:29:20 am]

[September 05, 2024, 01:54:13 pm]

[July 16, 2024, 11:30:34 pm]

[June 22, 2024, 06:49:40 am]

[March 08, 2024, 12:13:38 am]

[March 08, 2024, 12:12:54 am]

[March 08, 2024, 12:09:37 am]

[December 30, 2023, 08:00:58 pm]

[February 04, 2023, 11:46:41 am]
Pages: 1 2 [3]   Go Down
  Print  
Author Topic: Are you a math guru?  (Read 11005 times)
0 Members and 2 Guests are viewing this topic.
TheIcelandicManiac Offline
Resident forum troll. Fucked unkn0wns mom
*
Posts: 6294


« Reply #40 on: April 17, 2013, 06:00:51 pm »

So you guys just wrote up a completely new formula in this thread?
http://www.youtube.com/watch?v=FfPFtbJAEm8
Logged

Quote from: Grundwaffe
Soon™
gj icelandic i am proud of u  Smiley
Sometimes its like PQ doesnt carrot all.

Work Harder
Masacree Offline
EIR Veteran
Posts: 904


« Reply #41 on: April 17, 2013, 11:38:05 pm »

When I sat in leason I thought about the fact that I could do a 3D-simulation with Mathematica. It would be possible to create a simple model for the splash damage (three cylinder with different radius and heights) and a target (lets say a another cylinder or two cylinder next to each other).


With a manipulate command you could move the target at any point in the layer (x,y coordinates). The dealt damage to the target would be the convolution integral from the overlapping solids. It would be possible to do it in realtime since mathematica can solve this integrals easily in a numeric process and modern computers have easily enough process capability to calculate this. (Overall its still a easy task for a computer)


With that method you could desing any splash damage and its possible to design even a complex target-solid with this method. But I'm not sure if it's worth it to programm such thing. - I could get some help and It might be done in a hour.

Why would you do any of that? You don't need a 3-dimensional simulation (2 would suffice) and I don't even know how a convolution would come to this. You could model it stochastically fairly simply, but I don't think you'd be able to accurately model the position of squad members, especially when they dart around under fire. Maybe that could be done stochastically, but I don't know how you'd do it accurately, and now the model's getting quite complex (and not much different than just testing it in-game.
Logged

I like how this forum in turn brings out the worst in anyone
To err is human, to eirr is retard
XIIcorps Offline
Donator
*
Posts: 2558



« Reply #42 on: April 18, 2013, 12:07:50 am »

It can't be done mathematically there are just to many variables.

The most imposing being that inf combat ai seeking cover, moving under fire.
Logged

some of My kids i work with shower me Wink
Ahnungsloser Offline
Donator
*
Posts: 1447



« Reply #43 on: April 18, 2013, 01:16:07 am »

The 3D stuff ist just for the visualization purpose. I would implement the scatter in this way:
Not sure, but I think mathematica has a random number generator. So I will use one which generates a random number from <0-1> and will
multiply that with the scatter value, followed by a shift from (just by adding the scatter values) on the original coordinates. Now the gun will "never"
shot at <x=0,y=0> and will have always a small difference to it.


@Masacree:
Yeah, wasn't fell thought from me. The calculation itself could be easily done with a simple if command. I just need to transform the karthesic coordinates into polar coordinates and check in which radius I'm at. Dealt damage so the target is summed up to a group is the dealt damage to each induvidual of the group.
Logged

9th Armoured Engineers
nikomas Offline
Shameless Perv
*
Posts: 4286



« Reply #44 on: April 18, 2013, 05:14:02 am »

If he is partially in and mostly out he gets the damage from the close range splash and not the mid range splash.
except that the damage scale is gradual and not set in stone, lol. If he is just inside the .5 value he likely got .52 damage.

I'm am pretty damn sure the damage is applied from the range of the closest hitbox point, so if a square it would be the outer edges distance to the explosion, not the center and as per above, it's a linear scale, not hard numbers.

If 10m is 1.0d and 20m is 0.75d, then 15m is 0.825d
« Last Edit: April 18, 2013, 05:16:58 am by nikomas » Logged

"You can always count on Americans to do the right thing—after they've tried everything else."

Quote from: PonySlaystation
The officer is considerably better than a riflemen squad at carrying weapons. Officers have good accuracy so they will hit most targets.
Ahnungsloser Offline
Donator
*
Posts: 1447



« Reply #45 on: April 18, 2013, 06:02:57 am »

except that the damage scale is gradual and not set in stone, lol. If he is just inside the .5 value he likely got .52 damage.

I'm am pretty damn sure the damage is applied from the range of the closest hitbox point, so if a square it would be the outer edges distance to the explosion, not the center and as per above, it's a linear scale, not hard numbers.

If 10m is 1.0d and 20m is 0.75d, then 15m is 0.825d


So basically what you're saying is that the damage is not constant within a given radius since it has a starting value and the beginning of the radius and starts
to fall down to the value of outer radius. Which means that each AEO has a damage difference per length intervall and isn't flat out like in the picture I've posted before.

Are 100% aware of that or you just damn sure about it?
Logged
nikomas Offline
Shameless Perv
*
Posts: 4286



« Reply #46 on: April 18, 2013, 06:07:03 am »


So basically what you're saying is that the damage is not constant within a given radius since it has a starting value and the beginning of the radius and starts
to fall down to the value of outer radius. Which means that each AEO has a damage difference per length intervall and isn't flat out like in the picture I've posted before.

Are 100% aware of that or you just damn sure about it?
A developer on the CoH2 sega forums stated that all range based values like AoE and Accuarcy are linear.

Quote from: Lithel
What Quinn is referring to is that DPS falls off with range. Individual shots still deal the same amount of damage, but your rate of fire and accuracy drops off with range. And this drop off is LINEAR, there's no number where you suddenly "change tiers."

*snip*

The same linear change also applies to cooldown times, reload times, and aim times, with the result being that you fire slower at long range than you do at close range. Combined with the accuracy change, your dps will be lower at long range than at short range.
While the AoE modifier is not called out specifically, I'd bet on it behaving the same.
« Last Edit: April 18, 2013, 06:12:59 am by nikomas » Logged
nikomas Offline
Shameless Perv
*
Posts: 4286



« Reply #47 on: April 18, 2013, 06:51:36 am »

Well no, the "point blank" or "short" range is still full damgae, it all depends on what you set it to.

For example, on a 5m splash it's 100% out to 1.5, then starts dropping.
Logged
rolcsika0128 Offline
EIR Veteran
Posts: 340



« Reply #48 on: April 18, 2013, 10:51:01 am »


 A linear decrease is a steady decrease. For each extra equal distance the damage drops the same amount.

At least I've learned something new today.
Logged
nikomas Offline
Shameless Perv
*
Posts: 4286



« Reply #49 on: April 18, 2013, 11:06:51 am »

Actually, I'm not even sure why I said "well no" as I don't think I even read your post when I made that comment, I think this might have been out of reflex  Tongue.

Edit, actually...

Quote
If he is partially in and mostly out he gets the damage from the close range splash and not the mid range splash.
Likely that, it's either way to oversimplified or just not understandable, lol.
« Last Edit: April 18, 2013, 11:09:02 am by nikomas » Logged
aeroblade56 Offline
Development
*
Posts: 3871



« Reply #50 on: April 18, 2013, 11:08:44 am »

Someone PM I2ay he pulled some crazu shit in ventrilo when we played war thunder.
Logged

You are welcome to your opinion.

You are also welcome to be wrong.
Pages: 1 2 [3]   Go Up
  Print  
 
Jump to:  

TinyPortal v1.0 beta 4 © Bloc
Powered by MySQL Powered by PHP Powered by SMF 1.1.9 | SMF © 2006-2009, Simple Machines LLC
Valid XHTML 1.0! Valid CSS!
Page created in 0.083 seconds with 36 queries.