"Solution to excessive Torpedo use (from land bases)"

Gary Grigsby's strategic level wargame covering the entire War in the Pacific from 1941 to 1945 or beyond.

Moderators: Joel Billings, wdolson, Don Bowen, mogami

juliet7bravo
Posts: 893
Joined: Wed May 30, 2001 8:00 am

RE: "Solution to excessive Torpedo use (from land bases)"

Post by juliet7bravo »

[xxx
User avatar
treespider
Posts: 5781
Joined: Sun Jan 30, 2005 7:34 am
Location: Edgewater, MD

RE: "Solution to excessive Torpedo use (from land bases)"

Post by treespider »

From a july 31, 2005 post Mike Wood indicated that the 1000lb routine seemed to account for random die roll and supply level ...here is what he wrote:
Hello...

Below is a paraphrase of the code involved:

If(target is task force and plane carries at least 4- 500lb GP bombs and is allied level bomber and range is normal and pilot experience >69 and die rolls are made)
{

If the year is 1943 or later, there is enough supply at the base and data base slot #205 has a penetration > 100 (2000 lb GP bomb)
{
bomber may exchange 500lb GP bombs for for one fourth that many 2000 lb GP bombs.
}
else
{
bomber may exchange 500lb GP bombs for for one half that many 1000 lb GP bombs.
}

}

If(target is task force and plane carries a 1000lb GP bomb and is allied dive bomber and range is normal and pilot experience >69 and die rolls are made and date is September 1942 or later)
{
dive bomber may exchange 1000lb GP bomb for a 1000lb AP bomb
}

Hope this Helps...

Michael Wood


Add this for torpedoes and be done with it...
Here's a link to:
Treespider's Grand Campaign of DBB

"It is not the critic who counts, .... The credit belongs to the man who is actually in the arena..." T. Roosevelt, Paris, 1910
User avatar
Demosthenes
Posts: 525
Joined: Thu Dec 08, 2005 6:41 pm
Location: Los Angeles CA

RE: "Solution to excessive Torpedo use (from land bases)"

Post by Demosthenes »

Amen
ORIGINAL: treespider

From a july 31, 2005 post Mike Wood indicated that the 1000lb routine seemed to account for random die roll and supply level ...here is what he wrote:
Hello...

Below is a paraphrase of the code involved:

If(target is task force and plane carries at least 4- 500lb GP bombs and is allied level bomber and range is normal and pilot experience >69 and die rolls are made)
{

If the year is 1943 or later, there is enough supply at the base and data base slot #205 has a penetration > 100 (2000 lb GP bomb)
{
bomber may exchange 500lb GP bombs for for one fourth that many 2000 lb GP bombs.
}
else
{
bomber may exchange 500lb GP bombs for for one half that many 1000 lb GP bombs.
}

}

If(target is task force and plane carries a 1000lb GP bomb and is allied dive bomber and range is normal and pilot experience >69 and die rolls are made and date is September 1942 or later)
{
dive bomber may exchange 1000lb GP bomb for a 1000lb AP bomb
}

Hope this Helps...

Michael Wood


Add this for torpedoes and be done with it...
User avatar
Andrew Brown
Posts: 4082
Joined: Tue Sep 05, 2000 8:00 am
Location: Hex 82,170
Contact:

RE: "Solution to excessive Torpedo use (from land bases)"

Post by Andrew Brown »

I currently lean more towards choice number 2. There is a difference between this case and the Allied 1000lb bomb selection. In the Allied case, the choice is between two bomb types, so the mission parameters are unchanged. In this case, the choice would be between bombs and torpedoes, which affects how the mission plays out, and presumably the effects of CAP and AA. I'm not sure I like the idea of random selection between torpedo and bomb attack.
Information about my WitP map, and CHS, can be found on my WitP website

Image
User avatar
treespider
Posts: 5781
Joined: Sun Jan 30, 2005 7:34 am
Location: Edgewater, MD

RE: "Solution to excessive Torpedo use (from land bases)"

Post by treespider »

ORIGINAL: Andrew Brown

I currently lean more towards choice number 2. There is a difference between this case and the Allied 1000lb bomb selection. In the Allied case, the choice is between two bomb types, so the mission parameters are unchanged. In this case, the choice would be between bombs and torpedoes, which affects how the mission plays out, and presumably the effects of CAP and AA. I'm not sure I like the idea of random selection between torpedo and bomb attack.


You don't have to make it completely random...you can weight the chance.
Here's a link to:
Treespider's Grand Campaign of DBB

"It is not the critic who counts, .... The credit belongs to the man who is actually in the arena..." T. Roosevelt, Paris, 1910
User avatar
tsimmonds
Posts: 5490
Joined: Fri Feb 06, 2004 2:01 pm
Location: astride Mason and Dixon's Line

RE: "Solution to excessive Torpedo use (from land bases)"

Post by tsimmonds »

I voted for #3 before I read the explanations (that's just the kind of guy I am). However, having read the explanation behind #2, I think that would be better. The player has control over where his "stock(s)" of torpedoes are located. The player will be unable to have them follow his a/c as he transfers them all over the map. I like it.

As a matter of fact, I like it so much, I think #2 should be the rule controlling the use of 4E as well.
Fear the kitten!
User avatar
33Vyper
Posts: 542
Joined: Wed Oct 20, 2004 8:01 pm
Location: New Westminster BC

RE: "Solution to excessive Torpedo use (from land bases)"

Post by 33Vyper »

ORIGINAL: Demosthenes

Amen
ORIGINAL: treespider

From a july 31, 2005 post Mike Wood indicated that the 1000lb routine seemed to account for random die roll and supply level ...here is what he wrote:
Hello...

Below is a paraphrase of the code involved:

If(target is task force and plane carries at least 4- 500lb GP bombs and is allied level bomber and range is normal and pilot experience >69 and die rolls are made)
{

If the year is 1943 or later, there is enough supply at the base and data base slot #205 has a penetration > 100 (2000 lb GP bomb)
{
bomber may exchange 500lb GP bombs for for one fourth that many 2000 lb GP bombs.
}
else
{
bomber may exchange 500lb GP bombs for for one half that many 1000 lb GP bombs.
}

}

If(target is task force and plane carries a 1000lb GP bomb and is allied dive bomber and range is normal and pilot experience >69 and die rolls are made and date is September 1942 or later)
{
dive bomber may exchange 1000lb GP bomb for a 1000lb AP bomb
}

Hope this Helps...

Michael Wood


Add this for torpedoes and be done with it...


I am liking the coded version to fix this problem. It should not be a simple variable such as supply >=10000 and you suddenly get torpedoes. It should be dependent on plane type, year, supply source, target types, target location, size of airbase etc... yes I know...in a perfect world. But let us try to get it at least based on some type of historical formula. I do agree that torps should not be available at the drop of a hat or be growing off in the rice patties with the 16inch BB shells.

[;)]


oh yea....I would have voted for #4 but realized that WITP I is not the place for this.....WITP II is where that could be
User avatar
Apollo11
Posts: 25192
Joined: Thu Jun 07, 2001 8:00 am
Location: Zagreb, Croatia
Contact:

RE: "Solution to excessive Torpedo use (from land bases)"

Post by Apollo11 »

Hi all,
ORIGINAL: Andrew Brown

I currently lean more towards choice number 2. There is a difference between this case and the Allied 1000lb bomb selection. In the Allied case, the choice is between two bomb types, so the mission parameters are unchanged. In this case, the choice would be between bombs and torpedoes, which affects how the mission plays out, and presumably the effects of CAP and AA. I'm not sure I like the idea of random selection between torpedo and bomb attack.

I have high hope that something will be done! [:D]


BTW, it would be really nice that something like (see below) would accompany the above... [;)]


Ammo replenishment regarding port size

In current WitP we can replenish ammo of almost any ship in any port size.

IMHO it is impossible to believe that some lowly port size 3 would have, for example, 16" shells for BBs.

This should be altered to reflect historical situation and something simple could be implemented (numbers are just for example):

port size 1-3 : ammo for all guns up to 5"
port size 4-6 : ammo for all guns up to 8"
port size 7-9 : ammo for all guns


Leo "Apollo11"


P.S.
I am and I always was for any realistic change that slows down the game... IMHO current WitP allows "abuse" of 5x-10x acceleration by players (i.e. things happening much much much faster than they should)...
Image

Prior Preparation & Planning Prevents Pathetically Poor Performance!

A & B: WitW, WitE, WbtS, GGWaW, GGWaW2-AWD, HttR, CotA, BftB, CF
P: UV, WitP, WitP-AE
User avatar
denisonh
Posts: 2080
Joined: Fri Dec 21, 2001 10:00 am
Location: Upstate SC

RE: "Solution to excessive Torpedo use (from land bases)"

Post by denisonh »

And of course an AE could provide the required ammunition as well at any base dot or higher.
ORIGINAL: Apollo11

Hi all,
ORIGINAL: Andrew Brown

I currently lean more towards choice number 2. There is a difference between this case and the Allied 1000lb bomb selection. In the Allied case, the choice is between two bomb types, so the mission parameters are unchanged. In this case, the choice would be between bombs and torpedoes, which affects how the mission plays out, and presumably the effects of CAP and AA. I'm not sure I like the idea of random selection between torpedo and bomb attack.

I have high hope that something will be done! [:D]


BTW, it would be really nice that something like (see below) would accompany the above... [;)]


Ammo replenishment regarding port size

In current WitP we can replenish ammo of almost any ship in any port size.

IMHO it is impossible to believe that some lowly port size 3 would have, for example, 16" shells for BBs.

This should be altered to reflect historical situation and something simple could be implemented (numbers are just for example):

port size 1-3 : ammo for all guns up to 5"
port size 4-6 : ammo for all guns up to 8"
port size 7-9 : ammo for all guns


Leo "Apollo11"


P.S.
I am and I always was for any realistic change that slows down the game... IMHO current WitP allows "abuse" of 5x-10x acceleration by players (i.e. things happening much much much faster than they should)...
Image
"Life is tough, it's even tougher when you're stupid" -SGT John M. Stryker, USMC
User avatar
witpqs
Posts: 26376
Joined: Mon Oct 04, 2004 7:48 pm
Location: Argleton

RE: "Solution to excessive Torpedo use (from land bases)"

Post by witpqs »

ORIGINAL: treespider

Image

Are these airplanes or hovercraft? [&:]

Holy cow are they low!
spence
Posts: 5421
Joined: Sun Apr 20, 2003 6:56 am
Location: Vancouver, Washington

RE: "Solution to excessive Torpedo use (from land bases)"

Post by spence »

Possibly mistaken but I think the photo is of attacks that took place in Nov 42 off Guadalcanal. The low altitude didn't help them score any hits if that's the case though I think one crashed into USS San Francisco. I also recall film of Jap torpedo bombers attacking at very very low altitude later in the war I think. Since they could launch from 200 ft or so I wonder what advantage they hoped to gain so low. It would seem a tiny flinch on the stick and "that's all folks" for plane and pilot.
NemRod
Posts: 124
Joined: Fri Dec 24, 2004 8:53 am

RE: "Solution to excessive Torpedo use (from land bases)"

Post by NemRod »

I voted for #1. Tell me how to keep my supplies at the base I want them and I may vote for #2.How can I keep the supplies I want in say the defensive line Rangoon, Moulmein, Tavoy? Every LCU or squadron move between these bases or even between Mandalay and Myitkina causes erratic ( for me) moves of supplies in the whole area.

An other problem:
Let's consider the situation of Saigon at the beginning of scen 15. It has 60 000 supplies and there are over 100 Betties/Nells. With a 1000 supplies requirement you will see 60 bombers launching torpedoes and 50 with bombs. It's OK for a convoy, but against force Z I would prefer to rest the planes equiped with uneffective bombs.They will suffer losses for nothing. With a 2000 supplies requirement it means 30 planes with torpedoes and...well, I prefer not even think about it

Why give the AI more occasions to ruin your day?Aren't there enough with the game as it is?[:)]
User avatar
Apollo11
Posts: 25192
Joined: Thu Jun 07, 2001 8:00 am
Location: Zagreb, Croatia
Contact:

RE: "Solution to excessive Torpedo use (from land bases)"

Post by Apollo11 »

Hi all
ORIGINAL: spence

Possibly mistaken but I think the photo is of attacks that took place in Nov 42 off Guadalcanal.

It is (AFAIK),

Since they could launch from 200 ft or so I wonder what advantage they hoped to gain so low. It would seem a tiny flinch on the stick and "that's all folks" for plane and pilot.

Protection form fighters and AAA (very difficult to target such low flying targets)!


Leo "Apollo11"


Image

Prior Preparation & Planning Prevents Pathetically Poor Performance!

A & B: WitW, WitE, WbtS, GGWaW, GGWaW2-AWD, HttR, CotA, BftB, CF
P: UV, WitP, WitP-AE
User avatar
Charles2222
Posts: 3687
Joined: Mon Mar 12, 2001 10:00 am

RE: "Solution to excessive Torpedo use (from land bases)"

Post by Charles2222 »

Dodging radar. That or trying to prove to themselves (and others) what elite pilots they were. I recall the PH attack had quite a few stories of pilots lfying at tree-top level, which must had been some fighters. Is there any possibility that some of the AA guns couldn't train so low?
User avatar
wild_Willie2
Posts: 2934
Joined: Fri Oct 08, 2004 10:33 am
Location: Arnhem (holland) yes a bridge to far...

RE: "Solution to excessive Torpedo use (from land bases)"

Post by wild_Willie2 »

An other problem:
Let's consider the situation of Saigon at the beginning of scen 15. It has 60 000 supplies and there are over 100 Betties/Nells. With a 1000 supplies requirement you will see 60 bombers launching torpedoes and 50 with bombs. It's OK for a convoy, but against force Z I would prefer to rest the planes equiped with uneffective bombs.They will suffer losses for nothing. With a 2000 supplies requirement it means 30 planes with torpedoes and...well, I prefer not even think about it

I agree, bomb should do a LOT more damage against targets, even armored ones, why not give torp planes a default load of 1000 LBS bombs if they do not pass the torpedo check ??...
In vinum illic est sapientia , in matera illic est vires , in aqua illic es bacteria.

In wine there is wisdom, in beer there is strength, in water there are bacteria.
User avatar
Apollo11
Posts: 25192
Joined: Thu Jun 07, 2001 8:00 am
Location: Zagreb, Croatia
Contact:

RE: "Solution to excessive Torpedo use (from land bases)"

Post by Apollo11 »

Hi all,

ORIGINAL: NemRod

Let's consider the situation of Saigon at the beginning of scen 15. It has 60 000 supplies and there are over 100 Betties/Nells. With a 1000 supplies requirement you will see 60 bombers launching torpedoes and 50 with bombs. It's OK for a convoy, but against force Z I would prefer to rest the planes equiped with uneffective bombs.They will suffer losses for nothing. With a 2000 supplies requirement it means 30 planes with torpedoes and...well, I prefer not even think about it

Why give the AI more occasions to ruin your day?Aren't there enough with the game as it is?[:)]

Let us not forget that not all Betty/Nell bombers that attacked Z-Force carried torpedoes - many of them carried bombs (i.e. it was not 100% torpedo strike)!


Leo "Apollo11"
Image

Prior Preparation & Planning Prevents Pathetically Poor Performance!

A & B: WitW, WitE, WbtS, GGWaW, GGWaW2-AWD, HttR, CotA, BftB, CF
P: UV, WitP, WitP-AE
User avatar
XENXEN
Posts: 53
Joined: Wed Dec 01, 2004 9:21 pm
Location: Denmark

RE: "Solution to excessive Torpedo use (from land bases)"

Post by XENXEN »

yes give them a 800kg bomb or 500kg bomb if they fail torpedo check and are flying against CA or BB's and 250kg bombs if they fly against cargo ships just use 250kg bombs. But the program
probably can't do that

I voted #1 because i see no problem in the use of torpedos from small bases (4)
For all his bluster, it is the sad province of man that he cannot choose his triumph, he can only choose how he will stand when the call of destiny comes, hoping that he will have the courage to answer
User avatar
Arkady
Posts: 1261
Joined: Fri May 31, 2002 1:37 pm
Location: 27th Penal Battalion
Contact:

RE: "Solution to excessive Torpedo use (from land bases)"

Post by Arkady »

I voted for #1
As you can not force inland supplies movement between bases ...
Image
NemRod
Posts: 124
Joined: Fri Dec 24, 2004 8:53 am

RE: "Solution to excessive Torpedo use (from land bases)"

Post by NemRod »

ORIGINAL: Apollo11


Let us not forget that not all Betty/Nell bombers that attacked Z-Force carried torpedoes - many of them carried bombs (i.e. it was not 100% torpedo strike)!


Leo "Apollo11"
I have no problem with mixed strikes , just with the way the AI will chose targets.
The same with supply movement, I don't trust AI.
My point is that #2 needs major improvements of AI to work well.
Akos Gergely
Posts: 734
Joined: Thu Apr 08, 2004 1:22 pm
Location: Hungary, Bp.
Contact:

RE: "Solution to excessive Torpedo use (from land bases)"

Post by Akos Gergely »

I also voted for number 3 but number 2 seems to be much better after reading through.

What is more important that this should be adressed for CV based VT squads as well!!!! Most CVs carried only 25-45 torps so it was only enough for 2-3 fully fledged attacks!!!
Post Reply

Return to “War In The Pacific - Struggle Against Japan 1941 - 1945”