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

This Month's Specials

Air Assault Task Force- Save $8.00
Bronze- Save $10.00

   







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


Reply
 
Thread Tools Display Modes
  #1  
Old April 27th, 2021, 08:21 AM
Mobhack's Avatar

Mobhack Mobhack is offline
National Security Advisor
 
Join Date: Mar 2005
Location: Dundee
Posts: 5,998
Thanks: 491
Thanked 1,931 Times in 1,257 Posts
Mobhack is on a distinguished road
Default Re: Apache helicopter countermeasure

It may well be that the armour factor on flying thingies rejects too much damage. It may be code or it might be that OOB designers were too "enthusiastic" with the protection values assigned - SSI may have designed the game to only use 1 or 2 armour points and the larger numbers were not supposed to happen - I vaguely recall that things tended to be 1 or 2 maybe 3 in the old SSI oobs, armour-wise.

Some time this summmer I think I will look at the formula for air unit armour and how it actually works. Easier to tweak the formula than change hundreds of OOB units and then massage a zillion scenarios. (I vaguely recollect that its based on the weapon WH size vs armour value, been a few years since I last looked, mind).

It may be a simple thing like giving SAMs a chance on WH size or kill value perhaps, to ignore armour value on hitting or to "boost" the local WH size a bit inside the existing formula if it is a SAM hit.

Meanwhile - the best way I have found to kill armoured gunships in the game is to cath the little beasties in the hover and zap them with either a tank gun shot or an ATGM, That probably uses a different hit code than the Flak code. So the "problem" probably lies in the Flak routine (an HE hit) rather than in the hard target hit code (AP or HEAT etc).

Meanwhile - feel free to post your views up here and see if there is any consensus e.g. "SAM and Flak, too wimpy but AP shots are just fine on armoured aircraft".
Reply With Quote
The Following 3 Users Say Thank You to Mobhack For This Useful Post:
  #2  
Old April 28th, 2021, 01:40 PM

rel19 rel19 is offline
Private
 
Join Date: Jun 2019
Posts: 24
Thanks: 6
Thanked 12 Times in 7 Posts
rel19 is on a distinguished road
Default Re: Apache helicopter countermeasure

Quote:
Originally Posted by Mobhack View Post
Easier to tweak the formula than change hundreds of OOB units and then massage a zillion scenarios.
I am puzzled why you have not automated the editing of unit entries?
There is "Write CSV files" command in the OOB Editor. You could make united data base of all units in the game, process it with SQL scripts and after that map it into OOB files.
Reply With Quote
  #3  
Old April 27th, 2021, 06:51 PM
Suhiir's Avatar

Suhiir Suhiir is offline
Lieutenant General
 
Join Date: Apr 2007
Location: Salt Lake City, UT
Posts: 2,829
Thanks: 542
Thanked 797 Times in 602 Posts
Suhiir is on a distinguished road
Default Re: Apache helicopter countermeasure

While I don't have access to the game code from in-game experience I find that armor 1 makes helos pretty resistant (but not immune) to small arms, 2 most MMGs, 3 VERY difficult to damage with MPADs and 20mmish AA, 4 essentially immune to MPADs and smaller AA because when you hit you generally get zero damage.

And that seems "correct", the Hind and Apache are designed and armored to be essentially immune to small caliber AA.

It may not be an "armor absorption" issue but rather one with how explosive damage is calculated/applied.
__________________
Suhiir - Wargame Junkie

People should not be afraid of their governments. Governments should be afraid of their people.

"Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe." - Albert Einstein

Last edited by Suhiir; April 27th, 2021 at 07:02 PM..
Reply With Quote
The Following User Says Thank You to Suhiir For This Useful Post:
  #4  
Old April 28th, 2021, 02:17 AM
FASTBOAT TOUGH's Avatar

FASTBOAT TOUGH FASTBOAT TOUGH is offline
Lieutenant General
 
Join Date: Oct 2008
Location: Kingsland, GA.
Posts: 2,869
Thanks: 810
Thanked 1,368 Times in 1,024 Posts
FASTBOAT TOUGH is on a distinguished road
Fallout Re: Apache helicopter countermeasure

Good point, though the HIND and APACHE GUARDIAN (And note the distinction here.) are in a very exclusive club for helos, they not the only members. That being said overall, it's a very small club.

Regards,
Pat
__________________
"If something is not impossible, there must be a way of doing it." - Sir Nicholas Winton

"Ex communi periculo, fraternitas" - My career long mentor and current friend -QMCM/SS M. Moher USN Ret..
Reply With Quote
  #5  
Old April 28th, 2021, 03:16 PM
DRG's Avatar

DRG DRG is offline
Shrapnel Fanatic
 
Join Date: Mar 2005
Location: GWN
Posts: 12,682
Thanks: 4,117
Thanked 5,907 Times in 2,907 Posts
DRG will become famous soon enough
Default Re: Apache helicopter countermeasure

Because we discovered very early on it is way too easy for people to enter bad data in error that has cascade knock-off effects in the game so any write back code was removed but we don't use it and the " Why doesn't this work" question only pops up once in a while.

I have suggested it be put back in in the past and was given the same reminder.

I do more OOB work than anyone and I can live with it as it is.

We were burnt once and don't need a repeat
__________________


"You are never to old to rock and roll if you are too young to die".--- What do you expect to be doing when you are 80?


https://www.youtube.com/watch?v=8kWt8ELuDOc

Last edited by DRG; April 28th, 2021 at 03:40 PM..
Reply With Quote
The Following User Says Thank You to DRG For This Useful Post:
  #6  
Old April 30th, 2021, 01:43 PM

rel19 rel19 is offline
Private
 
Join Date: Jun 2019
Posts: 24
Thanks: 6
Thanked 12 Times in 7 Posts
rel19 is on a distinguished road
Default Re: Apache helicopter countermeasure

Quote:
Originally Posted by DRG View Post
Because we discovered very early on it is way too easy for people to enter bad data
You could use that "dangerous" tool by yourself not providing it to customers.
I got the understanding that you hate operation of OOB bases so automation is much more useful.
Reply With Quote
  #7  
Old April 30th, 2021, 03:38 PM
Mobhack's Avatar

Mobhack Mobhack is offline
National Security Advisor
 
Join Date: Mar 2005
Location: Dundee
Posts: 5,998
Thanks: 491
Thanked 1,931 Times in 1,257 Posts
Mobhack is on a distinguished road
Default Re: Apache helicopter countermeasure

Quote:
Originally Posted by rel19 View Post
Quote:
Originally Posted by DRG View Post
Because we discovered very early on it is way too easy for people to enter bad data
You could use that "dangerous" tool by yourself not providing it to customers.
I got the understanding that you hate operation of OOB bases so automation is much more useful.
We deleted the import CSV file because it allows people to dump a lot of unveriviable data in the OOBs, as Don says we got bitten in the derriere by that in the past.

We have developed our own utility to extract mass data into a database to be able to run SQL queries and find stuff, compare things and so on.

Quote:
Select U.NationID,N.NationName,U.name,U.slot,u.SteelHullf ront,u.steelhullside,u.steelhullrear,u.steelturret front,u.steelturretside,u.steelturretrear,u.steelt op
from Units U, NationNames N
where ( ( LOWER(U.name) like "%centurion%") OR (LOWER(U.name) like "%semel%")
OR (LOWER(U.name) like "%olifant%") OR (LOWER(U.name) like "%sh'ot%")
OR (LOWER(U.name) like "%pz%%55%") OR (LOWER(U.name) like "%pz%%57%")
OR (LOWER(U.name) like "%strv%%81%") OR (LOWER(U.name) like "%strv%%101%") OR (LOWER(U.name) like "%strv%%102%") OR (LOWER(U.name) like "%strv%%104%")
OR (LOWER(U.name) like "%tariq%"))
AND U.nationID=n.nationID
order by u.steelhullfront
That one compares armour suites on centurions. (and of course is properly tabbed in the original, the forum quote tool buggers formatting).

Of course we do do mass changes to OOB data but not by the route of csv importing, which is wide open to abuse. I write little 'robot' programs in C++ which can be verified in order to update specific items. Those are checked, used, then the results checked.

There is thus no need to teach us how to suck eggs, we have been at this gig 20 odds years, now.

These tools are of course in-house things that won't be published externally.

But the end users will never be given the CSV import tool to abuse again because it caused so much damage to us before.
Reply With Quote
The Following 5 Users Say Thank You to Mobhack For This Useful Post:
  #8  
Old April 30th, 2021, 03:33 PM
DRG's Avatar

DRG DRG is offline
Shrapnel Fanatic
 
Join Date: Mar 2005
Location: GWN
Posts: 12,682
Thanks: 4,117
Thanked 5,907 Times in 2,907 Posts
DRG will become famous soon enough
Default Re: Apache helicopter countermeasure

If I wanted to I would have years ago. It's a non issue the write back will not be brought back
__________________


"You are never to old to rock and roll if you are too young to die".--- What do you expect to be doing when you are 80?


https://www.youtube.com/watch?v=8kWt8ELuDOc
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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 12:08 PM.


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