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 > SH4 Mods Workshop
Forget password? Reset here

Reply
 
Thread Tools Display Modes
Old 11-07-09, 10:19 PM   #1
Captain America
Planesman
 
Join Date: Apr 2004
Location: The Good Ole Red White & Blue
Posts: 193
Downloads: 167
Uploads: 0
Default

@Hitman- Thank you for your suggestion. It’s a good idea but unfortunately it will not work for us. To modify the original control room mesh in order to accommodate both compartments would mean new uvmaps and new lightmaps which would totally mess up the existing lighting and shadows already implemented. Even if this wasn’t an issue I would still have problems because just about all of the models in my project were created from scratch.

@Ducimus- The crew model issue with marine.dat was a good suggestion so I checked it out with the hopes of maybe uncovering my problem. Unfortunately after further inspection it appears to be a different problem. I believe that anomaly you are seeing on the crew model is an issue with the bump map not displaying properly.

Out of curiosity I opened up both versions (1.4 & 1.5) of marine.dat in S3D. Like LukeFF stated, this problem only occurs with the short sleeve shirt (bust_m01). In S3D they appeared identical…the node structure and info inside matched. I even exported both models into 3ds max and found zero differences between the meshes and material info.

Once I cracked open the hex editor though it was a different story. When you compare both .dat files there are indeed differences. Here’s a screenshot highlighting the differences when comparing both files of the node-bust_m01:


The green color text depicts the additional info. The red color text depicts the differences between the two.

You’ll see that the 1.4 version has some extra info in there. It contains text that refers to 2 map #’s, texture names and the word bump. This is not my area of expertise but I’ll guess and say that it has to do with extra model/material info pertaining to the bump map?

Just to make sure I exported both models from S3D and then opened up the files in a hex editor. They were identical…is it safe to assume that S3D is not looking at this “extra data” ? I also found a huge chuck of data just before the bust_m01 node. I leave it up to skwas or others more knowledgeable in this area to decipher it.

Anyway, for fun I took the extra data from the 1.4 file and transferred it to the 1.5 one and guess what….it fixed the problem. For those interested I took a screenshot showing the offset locations and the data transferred:



And here's a before and after shot:



Well look at that...the failure of one mod leads to success in another.

Ducimus, you should be happy now since I know you hated this issue with a passion.

Here's a link to the vanilla version (1.5) of marine.dat with the fix included. If you need me to apply the changes to another file just let me know.

Download Link:
http://www.mediafire.com/download.php?k3utmjnzdzm
Captain America is offline   Reply With Quote
Old 11-08-09, 04:26 AM   #2
Hitman
Pacific Aces Dev Team
 
Hitman's Avatar
 
Join Date: Sep 2002
Location: Spain
Posts: 6,109
Downloads: 109
Uploads: 2


Default

Quote:
@Hitman- Thank you for your suggestion. It’s a good idea but unfortunately it will not work for us. To modify the original control room mesh in order to accommodate both compartments would mean new uvmaps and new lightmaps which would totally mess up the existing lighting and shadows already implemented. Even if this wasn’t an issue I would still have problems because just about all of the models in my project were created from scratch.
That's sad. I would then suggest to simply let the light map out and give the proper light effect to the texture, making ut much darker. It will never be as good as having a light map, but could save the project at least. I would hate to see it stopped just because of the light maps , I can live better with officer quarters that lack light maps, that without officer's quarters at all
__________________
One day I will return to sea ...
Hitman is offline   Reply With Quote
Old 11-08-09, 11:06 AM   #3
Radio
Planesman
 
Join Date: Oct 2009
Posts: 194
Downloads: 339
Uploads: 0
Default

When using the Marine.dat file from above^the eyeless crew bug returns
__________________

Radio is offline   Reply With Quote
Old 11-08-09, 02:09 PM   #4
vickers03
Pooped from posting
 
Join Date: May 2007
Location: germany
Posts: 999
Downloads: 712
Uploads: 37


Default

ca, thanks for your hard work.
i never noticed there was something wrong

if only we could fix the ghost effect in fog,
i thought of something like inserting a second 3d model
of the sailor with no texturing options "into" the main
sailor so that it provides some kind of background
..
vickers03 is offline   Reply With Quote
Old 11-09-09, 02:58 AM   #5
Ducimus
Rear Admiral
 
Ducimus's Avatar
 
Join Date: May 2005
Posts: 12,987
Downloads: 67
Uploads: 2


Default

Quote:
Originally Posted by Captain America View Post

@Ducimus- The crew model issue with marine.dat was a good suggestion so I checked it out with the hopes of maybe uncovering my problem. Unfortunately after further inspection it appears to be a different problem.
Bummer. I was kinda hoping the behavior was similar, just on a different scale. Looking for patterns of behavior is usually my methodology for finding/squashing bugs or for tuning things like the AI's sensors. Seeing a pattern, is from my own experience, getting on the road to finding a fix. At any rate, sorry the suggestion wasn't what was needed. It is cool you found what was wrong with the marine.dat file though. I'd have never have figured that one out. I was thinking about completely exporting the 1.4 version of the 3d models and importing them into the 1.5 version, replacing the existing models. Dunno if that would have worked or not.

Quote:
Originally Posted by Captain America View Post
. If you need me to apply the changes to another file just let me know.
yeah i might, but i don't want to bother you with small stuff. I have a completely different marine.dat file with various changes. I'll try changing the 3d model to the 1.4 version, if that doesn't work, ill send you the file if you really want it.
Ducimus is offline   Reply With Quote
Old 11-09-09, 01:38 PM   #6
Captain America
Planesman
 
Join Date: Apr 2004
Location: The Good Ole Red White & Blue
Posts: 193
Downloads: 167
Uploads: 0
Default

Quote:
Originally Posted by Hitman View Post
That's sad. I would then suggest to simply let the light map out and give the proper light effect to the texture, making ut much darker. It will never be as good as having a light map, but could save the project at least.
The way the models are mapped to the textures would prevent this as well. See, the meshes do not have their own unique texture space. If they did, the game would require many separate textures to accommodate all of the models. Instead, multiple models share one texture. Each texture set holds many meshes and they all overlap each other. So there is no way to single out a specific mesh and apply the effect you mentioned above.

I agree with you, it would be a waste to dump this now because of the lightmaps...however, it would be a big injustice to cheese out on the most important part of the interior. You can make the best looking models but they'll still look like crap without a proper lightmap. If anyone needs proof of this just open up any interior in S3D and toggle on and off the lightmap texture in the 3D viewer.....major difference.

I have to be honest, this project has one foot in the grave right now and the other on a banana peel...but I haven't given up just yet. I'm just running low on options now. I've tried just about everything. I'm even thinking about trying witchcraft next. It really saddens me because I have spent countless hours on this project. I only wish I would have attempted the lightmaps at the beginning of this project before modeling so much of the interior.

What makes me keep trying is that I know there is a solution to this. If you look at the "torpedo room" thread over in the ATO forum you'll see around page 4 or 5 that Tomi had the similar problems like I am having...so there must be a way.

Quote:
Originally Posted by Radio View Post
When using the Marine.dat file from above^the eyeless crew bug returns
The file is for vanilla 1.5….it will have to be incorporated into the file that has the eye fix.

Quote:
Originally Posted by vickers03 View Post
if only we could fix the ghost effect in fog,
i thought of something like inserting a second 3d model
of the sailor with no texturing options "into" the main
sailor so that it provides some kind of background
..
Yeah that bug is really annoying. I remember for SH3 Anvart mentioned a solution where you would add the RayTracedHalo (Halo=False) node to the model so the lights wouldn’t shine through them. Unfortunately this doesn’t work in SH4. If someone could solve this one it would be great, but from what I have read throughout the forums it seems like we are stuck with it.

Quote:
Originally Posted by Ducimus View Post
yeah i might, but i don't want to bother you with small stuff. I have a completely different marine.dat file with various changes. I'll try changing the 3d model to the 1.4 version, if that doesn't work, ill send you the file if you really want it.
I don’t think that will work because that data had to be extracted from the dat file with a hex editor; when you export the model and material from S3D that data is not present. It’s not a bother for me to do it…it literally takes 30 secs. to make the swap. Send me the file when you have a chance.
Captain America is offline   Reply With Quote
Old 11-13-09, 12:19 PM   #7
skwasjer
The Old Man
 
Join Date: Apr 2007
Location: Netherlands
Posts: 1,549
Downloads: 28
Uploads: 3
Default

CA, could you send me the OBJ/UVW files? I don't have time for the next 2 days but I will try to have a look at it asap.
skwasjer is offline   Reply With Quote
Old 12-11-09, 09:58 AM   #8
RICH12ACE
Officer
 
Join Date: Jan 2007
Location: england
Posts: 241
Downloads: 117
Uploads: 0
Default

will this mod come out this year? we have to have it!
RICH12ACE is offline   Reply With Quote
Old 12-11-09, 10:34 AM   #9
donut
The Old Man
 
Join Date: Apr 2004
Location: The Shifting, Whispering Sands, NM
Posts: 1,463
Downloads: 10
Uploads: 0
"Your not doing it right" Ohoo, she said !

If Skwasjer, can do miracle
donut is offline   Reply With Quote
Old 12-11-09, 08:51 PM   #10
TopcatWA
Navy Dude
 
Join Date: Sep 2004
Location: Downunder W.A. Sth.of the River
Posts: 174
Downloads: 36
Uploads: 0
Default

With the realism these mods do the game just gets better & better.
Thanks for the effort.
__________________
Run Silent Run Deep!!!!
01.NSM4 Classic/.RFB v.1.52.1024+Patches
02.RFB Radar HotFix/RSRDC_RFBv15_V420+Patch2
03.Sobers_Better_Rocks & Sand
04.Small_Nav_Tools_w_Chrono
05.Brit_MkVIII_US_Mk28_Torps
06.ROW Sound effects.v.9/Enviromental 5.0
O/S Win10 Pro 64-Bit/Intel 64xQuad Core
CPU i7-4790+3.60 Ghz 32gig RAM
nVidia GeForce GTX-1650 Ti
TopcatWA is offline   Reply With Quote
Old 03-06-10, 03:25 PM   #11
TheBeast
The Old Man
 
Join Date: Jan 2010
Location: Lynnwood, WA
Posts: 1,533
Downloads: 886
Uploads: 23


Quote:
Originally Posted by Captain America View Post
Well look at that...the failure of one mod leads to success in another.

Ducimus, you should be happy now since I know you hated this issue with a passion.

Here's a link to the vanilla version (1.5) of marine.dat with the fix included. If you need me to apply the changes to another file just let me know.

Download Link:
http://www.mediafire.com/download.php?k3utmjnzdzm
I tried this Marine.dat and it makes the uniforms look very nice but my watch lost thier eye's and now I can't get them back even if I remove the Marine_Dat_1_5_Fixed mod.

My Current MODS:
#1 PE4 Install main
#3_PE4_c_Submarine_Stock_caustics_rolllpitch_deepe r
#4 PE4 Ship_debris_SH4_with bodies
#5_PE4_real_reflections_for_harbour_and_objects
#6 PE4_high quality bow and stern wakes (stock SH4 lower FPS)
AI-Boot-TypXXI
Small Radar Contacts Stage 1
AI Sen Toku
Webster's Real Lifeboats Fix for v1.5
Webster's New Sounds for SH4
Webster's Lite Fog v2 + 100' Underwater Visability
ROW Sound Effect v_9
RSRDC_SH15_V550_Patched1.7z
(1) RUIM v1.0 for SH4v1.5 (Hi-res)
(2) RUIM v1.0 for SH4v1.5 Enlisted Ranks add-on (Hi-res)
(3) RUIM v1.0 for SH4v1.5 Awards add-on (Hi-res)
Radio_Stations
My_MODS_for_RSRDC
TheBeastBelow_SalmonSargo_MODPak_for_SH4_v1.5
SKIN_Sargo_Stock_Cleaned
TheBeastBelow_GarTambor_MODPak_for_SH4_v1.5
SKIN_NSS_Tambor_Stock_Cleaned
TheBeastBelow_Gato_MODPak_for_SH4_v1.5
SKIN_Gato_Stock_Cleaned
TMO19_3D_Interiors
My Loading screen
Japanese merchants routes v2
JoC-Haifisch-SH4-1.0
Carotio_SH4-Seafloor2_256mb
SKIN_NSS_Balao_Stock_Cleaned
TheBeastBelow_Balao_MODPak_for_SH4_v1.5
Enviromental 4.2
Poul-Sound_for_SH4
Marine_Dat_1_5_Fixed

Any suggestions?

-TheBeast
__________________
Fear me! I am, TheBeastBelow

SHIV-MediaFire | SHV-MediaFire
TheBeast is offline   Reply With Quote
Old 03-10-10, 09:43 AM   #12
OneDominatus
Watch
 
Join Date: May 2008
Posts: 17
Downloads: 11
Uploads: 0
Default

I couldn't get the fix to work until I read some chap's post from the mod's page that mentioned that you have to delete marine2 file before applying the fix. Hope this helps
OneDominatus is offline   Reply With Quote
Old 03-11-10, 10:18 AM   #13
TheBeast
The Old Man
 
Join Date: Jan 2010
Location: Lynnwood, WA
Posts: 1,533
Downloads: 886
Uploads: 23


Default

What is the best 3D Modeling application for doing things like making new boats and or interiors?
__________________
Fear me! I am, TheBeastBelow

SHIV-MediaFire | SHV-MediaFire
TheBeast is offline   Reply With Quote
Old 03-11-10, 10:47 AM   #14
ichso
Ace of the Deep
 
Join Date: Jul 2005
Location: Germany's oldest city alive
Posts: 1,066
Downloads: 57
Uploads: 0
Default

I don't think there is any application specifically dedicated for this task. So you need to stick with some commonly used program.

Blender is open source and widely used, with many tutorials available and so on.
ichso is offline   Reply With Quote
Old 04-17-10, 10:35 AM   #15
HELLISH1
Gunner
 
Join Date: Jul 2009
Posts: 96
Downloads: 6
Uploads: 0
Default

Quote:
Originally Posted by TheBeast View Post
I tried this Marine.dat and it makes the uniforms look very nice but my watch lost thier eye's and now I can't get them back even if I remove the Marine_Dat_1_5_Fixed mod.

My Current MODS:
#1 PE4 Install main
#3_PE4_c_Submarine_Stock_caustics_rolllpitch_deepe r
#4 PE4 Ship_debris_SH4_with bodies
#5_PE4_real_reflections_for_harbour_and_objects
#6 PE4_high quality bow and stern wakes (stock SH4 lower FPS)
AI-Boot-TypXXI
Small Radar Contacts Stage 1
AI Sen Toku
Webster's Real Lifeboats Fix for v1.5
Webster's New Sounds for SH4
Webster's Lite Fog v2 + 100' Underwater Visability
ROW Sound Effect v_9
RSRDC_SH15_V550_Patched1.7z
(1) RUIM v1.0 for SH4v1.5 (Hi-res)
(2) RUIM v1.0 for SH4v1.5 Enlisted Ranks add-on (Hi-res)
(3) RUIM v1.0 for SH4v1.5 Awards add-on (Hi-res)
Radio_Stations
My_MODS_for_RSRDC
TheBeastBelow_SalmonSargo_MODPak_for_SH4_v1.5
SKIN_Sargo_Stock_Cleaned
TheBeastBelow_GarTambor_MODPak_for_SH4_v1.5
SKIN_NSS_Tambor_Stock_Cleaned
TheBeastBelow_Gato_MODPak_for_SH4_v1.5
SKIN_Gato_Stock_Cleaned
TMO19_3D_Interiors
My Loading screen
Japanese merchants routes v2
JoC-Haifisch-SH4-1.0
Carotio_SH4-Seafloor2_256mb
SKIN_NSS_Balao_Stock_Cleaned
TheBeastBelow_Balao_MODPak_for_SH4_v1.5
Enviromental 4.2
Poul-Sound_for_SH4
Marine_Dat_1_5_Fixed

Any suggestions?

-TheBeast
the eyes have an animation node that is seperate, and it also has its own 3d
HELLISH1 is offline   Reply With Quote
Reply


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 05:25 AM.


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