Just wondering
Moderators: wdolson, MOD_War-in-the-Pacific-Admirals-Edition
Just wondering
Recently a PBEM opponent of mine (he's the Japanese Player) sent a turn of his to me and then an hour later sent a second copy of the same turn. In explanation he said he had had more thoughts on his response to my turn and he asked if I'd be terribly upset if I used the second one that he had sent instead of the first one. In the end I used the second one but a question occurred to me: does this change the random number used in resolution of the current turn or does it change the random number used during the following turn? Or does the random number just stay the same?
RE: Just wondering
Any change should change the random number.
Seek peace but keep your gun handy.
I'm not a complete idiot, some parts are missing!
“Illegitemus non carborundum est (“Don’t let the bastards grind you down”).”
; Julia Child

I'm not a complete idiot, some parts are missing!
“Illegitemus non carborundum est (“Don’t let the bastards grind you down”).”

RE: Just wondering
Right, but does it change the random number for the current turn (the Allied Player replay) or for the next turn (Japanese Player turn)?
RE: Just wondering
I indirectly tested this while trying to get better results for my Turn 1 Japan , most of the time changes only effected changed units but sometimes changing stuff like putting more squadrons to training completely changed the results of everything for better or worse. Point is your opponent cant actually do things in a certain way to give himself better RNG. So it shouldnt effect you badly
RE: Just wondering
ORIGINAL: spence
Right, but does it change the random number for the current turn (the Allied Player replay) or for the next turn (Japanese Player turn)?
The seed is different. The results may, or may not be, better than the previous turn resolution.
My money is on something happening in the turn resolution which your opponent did not like and he is hoping it doesn't reoccur. This is one reason why I don't support mulligans.
Alfred
-
bradfordkay
- Posts: 8603
- Joined: Sun Mar 24, 2002 8:39 am
- Location: Olympia, WA
RE: Just wondering
Is this not the turn process:
Japanese player watches previous turn resolution, enters his orders, sends turn to allied player.
Allied player watches previous turn resolution, enters his orders, sends turn to japanese player.
Thus when either player sends a second copy of a turn in which they changed their orders, it does not change the previous turn's resolution (the one both watched), only the next turn's resolution - which that player has yet to see.
EDIT: WITPQS wrote the correct sequence as I remember it in a post below.
Japanese player watches previous turn resolution, enters his orders, sends turn to allied player.
Allied player watches previous turn resolution, enters his orders, sends turn to japanese player.
Thus when either player sends a second copy of a turn in which they changed their orders, it does not change the previous turn's resolution (the one both watched), only the next turn's resolution - which that player has yet to see.
EDIT: WITPQS wrote the correct sequence as I remember it in a post below.
fair winds,
Brad
Brad
- Randy Stead
- Posts: 453
- Joined: Sat Dec 23, 2000 10:00 am
- Location: Ontario, Canada
RE: Just wondering
I had a Betty raid on turn1 in the Guadalcanal scenario on Rockhampton, where there were no fighters. Just for giggles I reloaded and sent some fighters there set to CAP and reloaded. No raid. Might be something in the code or script that affects such things, but I know nothing about programming so can't say.
-
bradfordkay
- Posts: 8603
- Joined: Sun Mar 24, 2002 8:39 am
- Location: Olympia, WA
RE: Just wondering
ORIGINAL: Randy Stead
I had a Betty raid on turn1 in the Guadalcanal scenario on Rockhampton, where there were no fighters. Just for giggles I reloaded and sent some fighters there set to CAP and reloaded. No raid. Might be something in the code or script that affects such things, but I know nothing about programming so can't say.
AI games do not use the same turn process as PBEM.
fair winds,
Brad
Brad
RE: Just wondering
ORIGINAL: Randy Stead
I had a Betty raid on turn1 in the Guadalcanal scenario on Rockhampton, where there were no fighters. Just for giggles I reloaded and sent some fighters there set to CAP and reloaded. No raid. Might be something in the code or script that affects such things, but I know nothing about programming so can't say.
Has to do with air superiority. If you watch the turn playing out you'll see some such scroll past. Might just be for AI games, don't know. What's happened is that based on air superiority the Betty unit failed a 'die roll' and didn't attack as a result. Keeps units from walking into slaughter, sometimes.[:D]
It is seldom that liberty of any kind is lost all at once. Hume
In every party there is one member who by his all-too-devout pronouncement of the party principles provokes the others to apostasy. Nietzsche
Cave ab homine unius libri. Ltn Prvb
In every party there is one member who by his all-too-devout pronouncement of the party principles provokes the others to apostasy. Nietzsche
Cave ab homine unius libri. Ltn Prvb
RE: Just wondering
I think this is incorrect (if I accurately understood the answer). The process in my own words:ORIGINAL: Alfred
ORIGINAL: spence
Right, but does it change the random number for the current turn (the Allied Player replay) or for the next turn (Japanese Player turn)?
The seed is different. The results may, or may not be, better than the previous turn resolution.
My money is on something happening in the turn resolution which your opponent did not like and he is hoping it doesn't reoccur. This is one reason why I don't support mulligans.
Alfred
1) Japan player runs turn resolution for turn X. This step generates the replay file for the Allies player and the turn file for the next turn.
2) Japan player enters orders for turn X+1.
3) Japan players sends replay for turn X and turn file for turn X+1 to Allies player.
4) Allies player runs replay for turn X.
5) Allies player enters orders for turn X+1.
6) Allies player send turn file for turn X+1 to Japan player.
7) Japan player runs turn resolution for turn X+1.
As you can see, your opponent carried out step 2 (enter orders) for turn X+1, then step 3 (send the turn X+1 and the replay turn X to you).
He later had second thoughts about the orders he gave and made some changes, in effect re-doing step 2 (enter orders), after which he sent you the 'new' turn file for turn X+1.
Your opponent doesn't know what the outcome of turn X+1 will look like. So, yes, the seed number will change but for his benefit or not he doesn't know.
Note: Turn 1 historical might be different, but I think you indicated this is in the middle of a game.
Intel Monkey: https://sites.google.com/view/staffmonkeys/home
-
Ambassador
- Posts: 1756
- Joined: Fri Jan 11, 2008 5:15 pm
- Location: Brussels, Belgium
RE: Just wondering
But how would the J player test the effected changes before the A player can finish his orders ? Moreover, anything the latter does may further change the seed for the coming resolution, ever a mere transfer of a squadron to another nearby base.ORIGINAL: Alfred
ORIGINAL: spence
Right, but does it change the random number for the current turn (the Allied Player replay) or for the next turn (Japanese Player turn)?
The seed is different. The results may, or may not be, better than the previous turn resolution.
My money is on something happening in the turn resolution which your opponent did not like and he is hoping it doesn't reoccur. This is one reason why I don't support mulligans.
Alfred
Spence, the way I understand your question, is that your opponent sent you the second file before you sent back the first one, right ? So, he had no way to know how the turn would resolve.
RE: Just wondering
I think this is incorrect (if I accurately understood the answer). The process in my own words:
1) Japan player runs turn resolution for turn X. This step generates the replay file for the Allies player and the turn file for the next turn.
2) Japan player enters orders for turn X+1.
3) Japan players sends replay for turn X and turn file for turn X+1 to Allies player.
4) Allies player runs replay for turn X.
5) Allies player enters orders for turn X+1.
6) Allies player send turn file for turn X+1 to Japan player.
7) Japan player runs turn resolution for turn X+1.
As you can see, your opponent carried out step 2 (enter orders) for turn X+1, then step 3 (send the turn X+1 and the replay turn X to you).
He later had second thoughts about the orders he gave and made some changes, in effect re-doing step 2 (enter orders), after which he sent you the 'new' turn file for turn X+1.
Your opponent doesn't know what the outcome of turn X+1 will look like. So, yes, the seed number will change but for his benefit or not he doesn't know.
Note: Turn 1 historical might be different, but I think you indicated this is in the middle of a game.
I'm the opponent in question. This is exactly what happened. There's no way I can see something happening in the turn resolution without the Allied orders. And the previous turn resolution is already concluded by the time the Japanese player begins new orders. For the record I simply left a bombardment TF to remain on station rather than retiring, caught it and fixed it before receiving new Allied orders.
- Randy Stead
- Posts: 453
- Joined: Sat Dec 23, 2000 10:00 am
- Location: Ontario, Canada
RE: Just wondering
ORIGINAL: rustysi
ORIGINAL: Randy Stead
I had a Betty raid on turn1 in the Guadalcanal scenario on Rockhampton, where there were no fighters. Just for giggles I reloaded and sent some fighters there set to CAP and reloaded. No raid. Might be something in the code or script that affects such things, but I know nothing about programming so can't say.
Has to do with air superiority. If you watch the turn playing out you'll see some such scroll past. Might just be for AI games, don't know. What's happened is that based on air superiority the Betty unit failed a 'die roll' and didn't attack as a result. Keeps units from walking into slaughter, sometimes.[:D]
Interesting, did not know that. I try to watch the words but sometimes they go by so fast. Is there a record in the game where you can review such messages?
-
bradfordkay
- Posts: 8603
- Joined: Sun Mar 24, 2002 8:39 am
- Location: Olympia, WA
RE: Just wondering
The operations report button at the top of your game screen lists most of those messages.
fair winds,
Brad
Brad
- Randy Stead
- Posts: 453
- Joined: Sat Dec 23, 2000 10:00 am
- Location: Ontario, Canada
RE: Just wondering
Thanks, BK. I'm making it a habit to check it every turn now.
RE: Just wondering
I try to watch the words but sometimes they go by so fast.
The speed of those messages may be changed in the preferences. You really don't need to slow them down too much to read most.
It is seldom that liberty of any kind is lost all at once. Hume
In every party there is one member who by his all-too-devout pronouncement of the party principles provokes the others to apostasy. Nietzsche
Cave ab homine unius libri. Ltn Prvb
In every party there is one member who by his all-too-devout pronouncement of the party principles provokes the others to apostasy. Nietzsche
Cave ab homine unius libri. Ltn Prvb
RE: Just wondering
Operations report is useful, but there is also text file Combat Events that will cover the rest.
"To meaningless French Idealism, Liberty, Fraternity and Equality...we answer with German Realism, Infantry, Cavalry and Artillery" -Prince von Bülov, 1870-


RE: Just wondering
Sometimes it seems a ship will just sink. I am unable to find it on operations, sigint, combat reports. Only mention will be Ship name and sunk, no how or why. Beginning of turn just fine no damage, in TF in Port going nowhere. During turn still going nowhere a message pops up saying it sunk usually near housecleaning stuff near end of turn. Now I admit I have been know to miss things on occasion but this has happened a bit too many times for me to think that I am always missing it.
Figure hit mine, enemy scout action, some ammo touched off, or something maybe??? No message, no combat shown or reported at port hex but within range of Japanese scouts.
So it seems not everything can be discerned from the reports, but they are useful. You really need to take the time to watch the turn play out as well as listen to the audio clues.
Figure hit mine, enemy scout action, some ammo touched off, or something maybe??? No message, no combat shown or reported at port hex but within range of Japanese scouts.
So it seems not everything can be discerned from the reports, but they are useful. You really need to take the time to watch the turn play out as well as listen to the audio clues.
Improvise, Adapt and Overcome
Success is how you bounce on the bottom
Experience is a comb life gives us after we have lost our hair
Success is how you bounce on the bottom
Experience is a comb life gives us after we have lost our hair
RE: Just wondering
I had a ship sink because the Resources it was hauling caught on fire. Those were some damned hot rubbers!
Edit: Just make sure that you use the Kentucky Jelly and not the Ben Gay or Icy Hot!
Edit: Just make sure that you use the Kentucky Jelly and not the Ben Gay or Icy Hot!
Seek peace but keep your gun handy.
I'm not a complete idiot, some parts are missing!
“Illegitemus non carborundum est (“Don’t let the bastards grind you down”).”
; Julia Child

I'm not a complete idiot, some parts are missing!
“Illegitemus non carborundum est (“Don’t let the bastards grind you down”).”

RE: Just wondering
Hit a flock of mermaids maybe....GP
Intel Ultra 7 16 cores, 32 gb ram, Nvidia GeForce RTX 2050
AKA General Patton
DW2-Alpha/Beta Tester
WIS Manual Team Lead & Beta Support Team
"Do everything you ask of those you command"....Gen. George S. Patton
AKA General Patton
DW2-Alpha/Beta Tester
WIS Manual Team Lead & Beta Support Team
"Do everything you ask of those you command"....Gen. George S. Patton






