View Single Post
Old 05-27-18, 12:48 PM   #100
Tycho
Sonar Guy
 
Join Date: Oct 2009
Location: Sofia, Bg
Posts: 384
Downloads: 264
Uploads: 1


Default

Quote:
Originally Posted by Tycho View Post
Ok, will add this to my patch.
If you are hurry, I'll send this to you on PM.
I promised here something and forgot.
But, now I don't want to update my patch, I have no mood to write readme, descriptions, to update the topic etc.
So, for now I'll quickly post it here!
In future, if I gather new things for my patch, will add this too.

First, the easiest way is to stay with LGN1's editings, and to eliminate only the Navigation Officer report about sunken ships.
It is only one byte change. If you use my patch, you can add this code to the end of the "TychoSh3Patch.map" file and patch the "sh3.exe" file.
If not, you can do it manualy with hex editor.
Code:
#
#
@@@   Without report from NO for sunken ships.
@@ JZ > JMP
00091744: 74 eb
00091745: 77 77


I for myself use a full set, it is:
Code:
#
#
@@@   "Captain log", don't write the aircraft destroyed records.
@@ JL > JMP
@@@0009160D: 7c eb
@@@0009160E: 5a 5a
@@@   "Captain log", don't write the ship sunk records, and without NO report.
@@ JLE 00091692 > 0009168C
00091670: 7e 7e
00091671: 20 1a
@@ JLE 00091692 > 0009168C
0009167A: 7e 7e
0009167B: 16 10
@@ JG > JMP and NOP the rest
0009168C: 0f e9
0009168D: 8f 2c
0009168E: 2b 01
0009168F: 01 00
00091690: 00 00
00091691: 00 90
@@@   "Status Report" don't write ships sunk information.
@@ Tankers sunk, JZ > JMP
000912FC: 74 eb
000912FD: 6e 6e
@@ Cargo ships sunk, JZ > JMP
0009136E: 74 eb
0009136F: 79 79
@@ Warships sunk, JZ > JMP
000913EB: 74 eb
000913EC: 6d 6d
@@ Total tonnage, JZ > JMP and NOP the rest
0009147D: 0f e9
0009147E: 84 7e
0009147F: 7d 00
00091480: 00 00
00091481: 00 00
00091482: 00 90
@@@   "Status Report" - time restriction, was 2 hours between two reports, now is 10 min.
000910B2: 78 0a
@@@   "Mission ended screen", don't write sunken ships tonnage info.
@@ NOP the CALL
00055DE0: ff 90
00055DE1: 15 90
00055DE2: 0c 90
00055DE3: d7 90
00055DE4: 51 90
00055DE5: 00 90
After that, I don't need point 1 and 3 from LGN1 editings.
I only edit the line "582=" to:
"582=Mission ended.||||Crew inspection.|||Starting crew:|Ending crew:"
__________________
If you ride like lightning, you're gonna crash like thunder.
Tycho is offline   Reply With Quote