SUBSIM Radio Room Forums



SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997

Go Back   SUBSIM Radio Room Forums > Silent Hunter 3 - 4 - 5 > SHIII Mods Workshop
Forget password? Reset here

Reply
 
Thread Tools Display Modes
Old 08-28-20, 04:13 AM   #1
Fifi
Navy Seal
 
Fifi's Avatar
 
Join Date: Dec 2012
Location: France
Posts: 5,717
Downloads: 452
Uploads: 0


Default Nav map mark in red

Hi all,
Could someone remind me how to get the nav map marks in red please?
...if doable...
Fifi is offline   Reply With Quote
Old 08-28-20, 12:11 PM   #2
CapZap1970
Sea Lord
 
Join Date: Mar 2007
Location: La Paz, Bolivia
Posts: 1,956
Downloads: 259
Uploads: 51
Default

Quote:
Originally Posted by Fifi View Post
Hi all,
Could someone remind me how to get the nav map marks in red please?
...if doable...

That would be nice..... Never thought it was possible...
I supposed (wrongly perhaps) that it was hard coded...


CapZap
__________________
CapZap1970 is offline   Reply With Quote
Old 08-28-20, 12:26 PM   #3
Anvar1061
Ocean Warrior
 
Join Date: May 2012
Location: In the sea, on land and above
Posts: 3,344
Downloads: 846
Uploads: 0
Default

Quote:
Originally Posted by Fifi View Post
Hi all,
Could someone remind me how to get the nav map marks in red please?
...if doable...

I - Colors


https://www.subsim.com/radioroom/sho...00&postcount=1
__________________
Anvar1061 is offline   Reply With Quote
Old 08-28-20, 01:47 PM   #4
ArnoldR
Medic
 
Join Date: Jul 2018
Posts: 159
Downloads: 22
Uploads: 0


Default

Quote:
Originally Posted by Fifi View Post
Hi all,
Could someone remind me how to get the nav map marks in red please?
...if doable...
You mean the ships' shapes ?
ArnoldR is offline   Reply With Quote
Old 08-28-20, 02:35 PM   #5
FUBAR295
Krusty Krab
 
FUBAR295's Avatar
 
Join Date: Mar 2002
Location: Decks awash in the North Atlantic
Posts: 1,269
Downloads: 439
Uploads: 0
Default

This is the readme from Tycho's Patch;

Tycho Sh3 Patch v.3

This is sh3.exe patch, that change some bytes values in the file, to give you control over things, that is not possible through usual modding.

This is "sh3.exe" patch, that change some bytes values in the file, to give you control over things, that is not possible through usual modding.
It is compatible with everything, but if you use "H.Sie patch" and "Stiebler add-on", "TychoSh3Patch" must be installed last.
This patch will not work by default with Steam version of the "sh3.exe"! In order to use it, you must first apply "H.Sie patch".

Instruction:
This patch will change your "sh3.exe" file.
You have to follow some rules, to avoid possible problems:
1. Archive and keep somewhere safe your original "sh3.exe" file.
2. There are other patches, that make changes to the "sh3.exe" file, like "Hardcode fixes (H.Sie)" and "Add-on for hardcore fixes (Stiebler)", install these before my patch.
3. When you are dealing with such patches, you must always start from original "clean" "sh3.exe" file.
Here I think of four variants:
- Your SH3 is not Steam version, and you do not use "H.Sie fixes" and "Stiebler add-on": you take your original "sh3.exe" and patch it with my patch.
- You use "H.Sie fixes": you take your original "sh3.exe" and patch and set-up it according to H.Sie's instructions. After that you copy this already patched "sh3.exe" file and patch it with my patch.
- You use "H.Sie fixes" and "Stiebler add-on": you take your original "sh3.exe" and patch it with "H.Sie fixes", then patch and set-up it with "Stiebler add-on", according to Stiebler's instructions. After that you copy this already patched "sh3.exe" file and patch it with my patch.
- If you use the Steam version of the game. You must first use the "Hardcode fixes (H.Sie)" before my patch. "Add-on for hardcore fixes (Stiebler)" is optional, but also before my patch.

How to install:
Extract the "WorkFolder", there must have four files:
- binpatch.exe
- Remove.bat
- TychoSh3Patch.bat
- TychoSh3Patch.map
Copy your "sh3.exe" file and paste it here, in "WorkFolder".
Start the file: "TychoSh3Patch.bat"
After "sh3.exe" is patched, copy the file back to the game folder (or mod-folder for JSGME install).

Many things in this patch are colors, so the colors are picked according to my personal preferences, and to fit with my personal installation.
It also come with two additional files (again, my personal preferences), ready for JSGME install:
- "StrTactMap.tga", transparent layer over the map that is supposed to give feeling of paper.
- "Terrain.act", map colors gradient, determines colors on map for different water depths and different terrain highs.
You can use this JSGME ready folder to install already patched sh3.exe. Put it before the "data" folder and activate it with JSGME.

How to edit it (if you want personal adjustments):
Many things in this patch are colors, so you can change the colors to your desire. It is very simple, but you must know or learn, what the hex values are.
The file "TychoSh3Patch.map" contain all the changes. This is text file, open and edit it with notepad.
You will see many lines, like:
000AA535: 88 ff
000AA536: 55 18
000AA537: 55 1d
000AA538: 55 ba
This is: Go to address: 000AA535, original byte: 88, change to byte: ff
Do not change the address and original byte!!!
All other lines that start with @@@ or # are comments, and don't do anything. These are used to describe and separate things.
If you edit the patch yourself, and for example, in process of testing different colors, you want to change something, don't patch already patched "sh3.exe", always start from unpatched by "TychoSh3Patch" copy.
Or first use the "Remove.bat" file, to reverse the changes.

Example for change colors:
You must first know the hex value for desired color.
Most graphic editors have field for the color in hex values. If not, the internet is full of such converters.
Then, the words in ".exe" file are in reverse order, you need to read backwards.
If your color choice is RGBA: 1F45B4FF
In .exe it must be ABGR: FF B4 45 1F
Be careful, to not change a byte value itself, B4 must stay B4 not 4B.
So, in "TychoSh3Patch.map" you edit it, like:
000AA535: 88 ff
000AA536: 55 b4
000AA537: 55 45
000AA538: 55 1f

Some options in "TychoSh3Patch.map" are in disabled form, have "@@@" in front of the addresses. These are strictly for modders or in case of "a.g. mouse sensitivity patch", you must choose one of the options, and to uncomment only it:
- Because it is more easy to patch it all in one, my patch also contain "a.g. mouse sensitivity patch".
But for you it is in disabled form, all addresses line are commented with "@@@". Choose your desired slow down speed, then delete the "@@@" in front of the four addresses lines below.
- Patch for default hardcoded scopes reticle is also in disabled form, because it is highly GUI dependant. If your GUI modder tell you so, delete the "@@@" in front of the addresses lines to get rid of these reticle.
- Patch for extended map render is only if the GUI is HD and is set-up for this, otherwise is not needed, so in disabled form. To activate it, delete the "@@@" in front of the addresses lines.
- You can disable/enable other options this way, just put or remove "@@@" in front of the addresses.

All my changes:
I - Colors
1. Map border lines, color:
Nothing important here, map border lines are the three lines (one with two pixels and two with one pixel), that are placed around the map.
You can change the color or get rid of these by making the alpha value 00.
- map border lines - a5dc6 > a5dc9 / original: f0222222 / my: ff111111

2. Map scale lines, colors:
These are the lines, that appear on more close zoom, when the map zoom level goes from km to meters.
I don't like that, prefer more clear map. So, change the alpha value to 00 and the lines disappear.
- vertical, outward - a46d6 > a46d9 / original: 77111111 / my: 00ffffff
- horizontal, outward - a47b6 > a46b9 / original: 77111111 / my: 00ffffff
- vertical, inward - a46df > a46e2 / original: 33111111 / my: 00ffffff
- horizontal, inward - a47bf > a47c2 / original: 33111111 / my: 00ffffff

3. Map scale numbers, colors:
Nothing important here, these are colors for the digits and letters, that are used on map scale legend.
- scale in meters - a6045 > a6048 / original: ff222222 / my: ff080808
- letter M - a6090 > a6093 / original: ff222222 / my: ff080808
- scale in kilometers - a60fe > a6101 / original: ff222222 / my: ff080808
- letters KM - a614f > a6152 / original: ff222222 / my: ff080808

4. Equator and Greenwich lines, colors:
- equator line - a67b7 > a67ba / original: 771111a0 / my: ff1c1cbf
- greenwich line - a67e0 > a67e3 / original: 77a01111 / my: ffbf1c1c

5. Grid lines, colors:
The colors of the lines, that form the Kriegsmarine grid system.
- outward - 13cffc > 13cfff / original: ff506c28 / my: ff676b70
- inward, 3x3 - 13d000 > 13d003 / original: 8c5a8032 / my: f072787d
- inward - 13d004 > 13d007 / original: 50648a3c / my: e08c9399
- ?? - 13d008 > 13d00b / original: 8c5a8032 / my: f072787d

6. Grid letters and numbers, colors:
The colors of the letters and digits, that are used for the Kriegsmarine grid system.
- letters - 97631 > 97634 / original: ff111111 / my: ff080101
- numbers - 97681 > 97684 / original: aa333333 / my: e0506c28
- letters and numbers - 9773d > 97740 / original: aa333333 / my: e0506c28

7. Map tools drawing, colors:
The colors of the lines, that are drawing by the map tools. These are for when you draw or when you point something with the tool.
- marker, placement and pointing - aa706 > aa709 / original: fe111188 / my: ff302d2a
- ruler, drawing and pointing - ab8d0 > ab8d3 / original: fe111188 / my: ff302d2a
- compass, drawing and pointing - abd9e > abda1 / original: fe111188 / my: ff302d2a
- protractor, drawing and pointing - ac15b > ac15e / original: fe111188 / my: ff302d2a
- course (flag and distance/time) - ad261 > ad264 / original: fe111188 / my: ffb11c2a
- course (line), drawing and pointing - ad362 > ad365 / original: 22333333 / my: ff7c3900

8. Map tools already drawn, colors:
The colors of the lines, that are drawn by the map tools. These are for when are already drawn and just stay on the map.
- marker - aa535 > aa538 / original: 88555555 / my: ff756b61
- ruler and compass - aa8e5 > aa8e8 / original: 88555555 / my: ff756b61
- protractor - aaa05 > aaa08 / original: 88555555 / my: ff756b61
- course - aaaec > aaaef / original: 88555555 / my: ff99704c

9. Map tools highlight, colors:
The colors of the lines, that are drawn by the map tools. These are for when you choose the tool, then all that is drawn by this tool will be highlighted with this color.
- all tools - aa525 > aa528 / original: dd333333 / my: ff1f20c6 / Should be the same as the one below.
- all tools - ad343 > ad346 / original: dd333333 / my: ff1f20c6 / Should be the same as the one above.

10. Course line highlight, color:
Color for highlighting the course line between boat and 1st waypoint.
- course line to 1st waypoint - ad0c0 > ad0c3 / original: fe114411 / my: ff30991e

II - Settings
1. StrTactMap.tga, opacity:
This gives you the opportunity to adjust StrTactMap.tga opacity. Work between "80" and "ff", under "80" will completely hide the map, "ff" is completely transparent.
- nav map - a8911 / original: 80 / my: a0
- attack map - a872c / original: 80 / my: / I don't have attack map

2. Long/Lat degrees label:
When the map zoom is on km level, the scales on the borders of the map represent longitude and latitude in degrees. This will add numbers to these degrees, so it is now very easy to define geographic coordinates. http://www.subsim.com/radioroom/show...01&postcount=4
- Long digits, color - a6a62 > a6a65 / original: ee000000 / my: ffbf1c1c
- Long digits, coordinate - a6a6e > a6a71 / original: 00004041 / my: 0000f041
- Lat digits, color - a6b9d > a6ba0 / original: ee000000 / my: ff1c1cbf
- Lat, setting up - a6ba2 / original: 06 / my: 09
- Lat digits, coordinate - a6bae > a6bb1 / original: 0000a041 / my: 00007c42

3. Map tools, number of decimal digits:
These gives you the opportunity to choose, how many digits you want after decimal point. That give you precision of measuring distances and angles.
Originally, for the tools are allowed only one digit after decimal point. This way, incorrect distances are showing. For example between 250 and 300 meters you will see 0.3, now with 3 digits after decimal, it will be: 0.274
- ruler, start digits - ab9ee / original: 01 / my: 01 / 1 digit after decimal point(0.0)
- ruler, scale-rhombs distance digits - aba94 / original: 01 / my: 02 / 2 digits after decimal point (0.25)
- ruler, final distance digits - abaf5 / original: 01 / my: 03 / 3 digits after decimal point (1.687)
- compass, distance digits - abe4b / original: 01 / my: 03 / 3 digits after decimal point (1.687)
- protractor, degrees digits - ac2d0 / original: 00 / my: 01 / add decimal point with 1 digit (63.4°)

4. Ruler line scale-rhombs:
These are the rhombs, that are placed on the ruler line, to distances equal to the map scale. My choose is to get rid of these. Is not for editing, use like it is, or you can comment the addresses lines to not use it and keep the scale-rhombs.
- ab95a > ab95d / original: b0da5100 / my: 80915200

5. Sizes of begin\end - mark\arrow of the tools, pixels from center:
Marker mark size, ruler line start and end with cross "+", compass line start with "+" and end with arrow ">"...., the size for these things.
- Marker size - aa5ec > aa5ef / original: 00000041 / my: 00000041
- Ruler mark size - aa77d > aa780 / original: 0000a040 / my: 0000c040
- Compass mark and arrow size - aa7cd > aa7d0 / original: 0000a040 / my: 0000c040
- Protractor arrows size - aa92d > aa930 / original: 00004041 / my: 00002041
- Course flag size - acecb > acece / original: 00000041 / my: 00004041
- Course flag pole size - aced2 > aced5 / original: 00004041 / my: 00008041

6. Expand Nav and Attack maps render limit:
From 1024x1024 to 2048x2048. In disabled form, because it is highly GUI dependant. To activate it, uncomment the addresses lines. This only expand the limits. For desired resolution you set-up the "maps.cfg" file.
- 1024 to 2048 - a8e75 > a8e78 / original: 00040000 / my: 00080000
- 1024 to 2048 - a8e7a > a8e7d / original: 00040000 / my: 00080000
- 1024 to 2048 - 109003 > 109006 / original: 00040000 / my: 00080000
- 1024 to 2048 - 109008 > 10900b / original: 00040000 / my: 00080000
- Needless graphic element - 739e4 / original: 04 / my: 00

7. Scopes reticle, thickness in pixels:
Default hardcoded scopes reticle. In disabled form, because it is highly GUI dependant. Uncomment the addresses lines to get rid of the reticle.
Complete freedom, to make whatever reticle you want through ".tga" file.
I can provide one byte switch-off, but the chosen way is more flexible, some one may want to disable only part of the default reticle and to use the rest.
- Vertical centerline - b1cb4 > b1cb7 / original: 0000803f / my: 00000000
- Left line, vertical - b1cf6 > b1cf9 / original: 0000803f / my: 00000000
- Horizontal centerline - b1d45 > b1d48 / original: 0000803f / my: 00000000
- Top line, horizontal - b1d87 > b1d8a / original: 0000803f / my: 00000000
- Stadimeter line - b1dda > b1ddd / original: 0000803f / my: 00000000
- Grades, 5 and 10 degrees - b1e65 > b1e68 / original: 00000040 / my: 00000000
- Grades, 1 degree - b1e6f > b1e72 / original: 0000803f / my: 00000000

8. Sea foam below 9 m/s:
Gives you the opportunity to choose, from what wind speed to start showing the sea foam.
- from 0.0 m\s - 10511a > 10511d - original: 00001041 / my: 00000000
- from 1.0 m\s - 10511a > 10511d - original: 00001041 / my: 0000803f
- from 2.0 m\s - 10511a > 10511d - original: 00001041 / my: 00000040
- from 3.0 m\s - 10511a > 10511d - original: 00001041 / my: 00004040
- from 4.0 m\s - 10511a > 10511d - original: 00001041 / my: 00008040
- from 5.0 m\s - 10511a > 10511d - original: 00001041 / my: 0000a040
- from 6.0 m\s - 10511a > 10511d - original: 00001041 / my: 0000c040
- from 7.0 m\s - 10511a > 10511d - original: 00001041 / my: 0000e040
- from 8.0 m\s - 10511a > 10511d - original: 00001041 / my: 00000041

9. Fixed intersection between upgrade page and fog state:
Fixed intersection between upgrade page, equip option "none" and weather report, fog state "none".
Change the equip option "none" from string "4100=" to string "2800=" in "en_menu.txt". Now you can have whatever weather report format you prefer, and this will not look strange in the upgrade page.
- 4100 to 2800 - 5e330 > 5e333 - original: 04100000 / my: f00a0000

10. a.g. mouse sensitivity patch:
Gives you the opportunity to choose the mouse sensitivity. In disabled form, because it is highly dependant of your mouse and its settings. Choose, what you want and uncomment the four addresses lines for that sensitivity.
- 2x slower - 11daa4 > 11daa7 / original: 0e74da3a / my: 0e745a3a
- 3x slower - 11daa4 > 11daa7 / original: 0e74da3a / my: b3a2113a
- 4x slower - 11daa4 > 11daa7 / original: 0e74da3a / my: 0e74da39
- 5x slower - 11daa4 > 11daa7 / original: 0e74da3a / my: 3ec3ae39
- 6x slower - 11daa4 > 11daa7 / original: 0e74da3a / my: b4a29139
- 7x slower - 11daa4 > 11daa7 / original: 0e74da3a / my: 34a97939
- 8x slower - 11daa4 > 11daa7 / original: 0e74da3a / my: 0e745a39
- 9x slower - 11daa4 > 11daa7 / original: 0e74da3a / my: 452e4239




Tycho
http://www.subsim.com/radioroom/showthread.php?t=231140


It appears to be possible with a little work.
__________________
Good judgment comes from experience. Unfortunately, the experience usually comes from bad judgment.


FUBAR295 is offline   Reply With Quote
Old 08-28-20, 03:16 PM   #6
Anvar1061
Ocean Warrior
 
Join Date: May 2012
Location: In the sea, on land and above
Posts: 3,344
Downloads: 846
Uploads: 0
Default

Quote:
Originally Posted by FUBAR295 View Post
It appears to be possible with a little work.


It's so good that you can read!

https://www.subsim.com/radioroom/sho...92&postcount=3
__________________
Anvar1061 is offline   Reply With Quote
Old 08-28-20, 04:29 PM   #7
Fifi
Navy Seal
 
Fifi's Avatar
 
Join Date: Dec 2012
Location: France
Posts: 5,717
Downloads: 452
Uploads: 0


Default

Thank you guys

Quote:
Originally Posted by ArnoldR View Post
You mean the ships' shapes ?
No, just the cross mark (with pencil) that i want in red
Fifi is offline   Reply With Quote
Reply

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 Off

Forum Jump


All times are GMT -5. The time now is 04:33 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 1995- 2024 Subsim®
"Subsim" is a registered trademark, all rights reserved.