.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

Raging Tiger- Save $9.00
winSPMBT: Main Battle Tank- Save $6.00

   







Go Back   .com.unity Forums > The Camo Workshop > WinSPMBT
Notices


Reply
 
Thread Tools Display Modes
  #1  
Old May 6th, 2006, 06:36 PM

Makro Makro is offline
Private
 
Join Date: May 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Makro is on a distinguished road
Default Math formulas

I'm interesting in math formulas that describe the possibility to hit unit and destroy (for example tank). If anybody knows such formulas, I will be grateful for sharing knowledge.
Reply With Quote
  #2  
Old May 6th, 2006, 07:13 PM
MarkSheppard's Avatar

MarkSheppard MarkSheppard is offline
Lieutenant Colonel
 
Join Date: Jun 2005
Posts: 1,376
Thanks: 101
Thanked 618 Times in 409 Posts
MarkSheppard is on a distinguished road
Default Re: Math formulas

Look, the designers won't just give you the formula yourself; you have to do some experimentation to find it yourself using MOBHack.
Reply With Quote
  #3  
Old May 6th, 2006, 07:35 PM
MarkSheppard's Avatar

MarkSheppard MarkSheppard is offline
Lieutenant Colonel
 
Join Date: Jun 2005
Posts: 1,376
Thanks: 101
Thanked 618 Times in 409 Posts
MarkSheppard is on a distinguished road
Default Re: Math formulas

I did work out a formula that pretty closely simulates the penetration used in game though if that's what you're looking for
Reply With Quote
  #4  
Old May 7th, 2006, 10:53 AM
JaM's Avatar

JaM JaM is offline
Sergeant
 
Join Date: Jun 2005
Location: Slovakia
Posts: 263
Thanks: 0
Thanked 0 Times in 0 Posts
JaM is on a distinguished road
Default Re: Math formulas

Mark, Can you post it?
Reply With Quote
  #5  
Old May 7th, 2006, 07:56 PM
MarkSheppard's Avatar

MarkSheppard MarkSheppard is offline
Lieutenant Colonel
 
Join Date: Jun 2005
Posts: 1,376
Thanks: 101
Thanked 618 Times in 409 Posts
MarkSheppard is on a distinguished road
Default Re: Math formulas

Mark, Can you post it?

Okay let me take a stab at converting it into a form that works well on a forum:

Here's the numbers that I've found through testing.

5% percent of range = 100% Penetration
10% percent of range = 100% Penetration
15% percent of range = 100% Penetration
20% percent of range = 100% Penetration
25% percent of range = 82.5% Penetration
30% percent of range = 79.6% Penetration
35% percent of range = 75.8% Penetration
40% percent of range = 72.8% Penetration
45% percent of range = 71.2% Penetration
50% percent of range = 66% Penetration
55% percent of range = 62.8% Penetration
60% percent of range = 60% Penetration
65% percent of range = 55.6% Penetration
70% percent of range = 52.8% Penetration
75% percent of range = 49.8% Penetration
80% percent of range = 46% Penetration
85% percent of range = 42.6% Penetration
90% percent of range = 39.6% Penetration
95% percent of range = 35.4% Penetration
100% percent of range = 33% Penetration

So let us say we want to find the penetration of a weapon with say a 5 AP penetration and a range of 20, at say, 50% of it's range?

Firstly, we take the range (20) and multiply it by 50 to get the weapon's maximum range in meters, which is:

20 x 50 = 1,000 meters

50% of the weapon's maximum range is:

1,000 x 0.5 = 500 meters

Now we can figure out the penetration.

The penetration at 50% of the range is 66%; so

AP Penetration (5) x 0.66 = 3

So at 500 meters, the weapon will have a penetration power of 3.

Please note that this is the *AVERAGE* penetration; you'll find from time to time, your weapon will penetrate a little less or a little more, and a few times will massively overpenetrate or underpenetrate; I *think* the frequency of these occurences and how often they favor over or under penetration is linked to warhead size.

I *think* this is SPCAMO's way of simulating the effects of shell diameter vs armor thickness; the Soviet 122mm gun in WWII was very effective against German Heavy Armor because the shell diameter at 122mm was bigger than the armor thickness that was opposing it.
Reply With Quote
  #6  
Old May 9th, 2006, 01:48 PM
JaM's Avatar

JaM JaM is offline
Sergeant
 
Join Date: Jun 2005
Location: Slovakia
Posts: 263
Thanks: 0
Thanked 0 Times in 0 Posts
JaM is on a distinguished road
Default Re: Math formulas

Thanks Mark. Helped a lot.
Reply With Quote
  #7  
Old May 7th, 2006, 11:14 PM
Mobhack's Avatar

Mobhack Mobhack is offline
National Security Advisor
 
Join Date: Mar 2005
Location: Dundee
Posts: 5,955
Thanks: 464
Thanked 1,896 Times in 1,234 Posts
Mobhack is on a distinguished road
Default Re: Math formulas

Every now and then, someone asks for these details, and we have to tell them we cannot divulge them as that proprietary info was embargoed as part of the deal with SSI when releasing the code.

There is however, no restriction on back-calculating the formulae from the game results and stats as others have already attempted to do.

Cheers
Andy
Reply With Quote
  #8  
Old May 8th, 2006, 10:18 AM
hoplitis's Avatar

hoplitis hoplitis is offline
Sergeant
 
Join Date: Dec 2005
Posts: 261
Thanks: 1
Thanked 2 Times in 2 Posts
hoplitis is on a distinguished road
Default Re: Math formulas

Quote:
Makro said:
...
If anybody knows such formulas, I will be grateful for sharing knowledge.
Nope! But here is a suggestion. Traditional tactical boardgames provide various hit-penetration-etc tables as the player must do some calculations and/or cross reference the die result with some form of result table. So if you're clueless as to how to start a "reverse engineering" ordeal, tactical boardgames may be a good starting point.
And of course there is the Pentagon...
Reply With Quote
  #9  
Old May 8th, 2006, 02:05 PM
Pyros's Avatar

Pyros Pyros is offline
Colonel
 
Join Date: Mar 2005
Posts: 1,668
Thanks: 0
Thanked 5 Times in 5 Posts
Pyros is on a distinguished road
Default Re: Math formulas

Hi,

I pressume that you wish to modify the existing scientific penetration formulas into a WinSPMBT game suited formula?

The simplest penetration model (from the three that I am aware of) is the Anderson equation (or for a more complicated model you may seek the Lanz-Odermatt equation).

Here is the very basic formula of the Anderson equation:

P =(1.044*V -0.194*Ln (L/d) -0.212 ) * L

V: velocity (Km/sec)
L: length of the penetrating rod (mm)
d: diameter (mm)
P: depth of armour penetrated (mm)

cheers,
Pyros
Reply With Quote
  #10  
Old May 8th, 2006, 04:47 PM

Cameronius Cameronius is offline
Corporal
 
Join Date: Jun 2005
Location: London, Canada
Posts: 194
Thanks: 13
Thanked 5 Times in 5 Posts
Cameronius is on a distinguished road
Default Re: Math formulas

Holy @#$%, Am I in the right forum? This looks like a Mensa club meeting or rocket science forum. This is too much for my Infantry Grunt brain to handle! [img]/threads/images/Graemlins/icon07.gif[/img]
__________________
Double tap, Dash, Down, Crawl, Observe, Locate the Enemy and Return Fire.
Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 08:42 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2024, Shrapnel Games, Inc. - All Rights Reserved.