![]() |
SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997 |
![]() |
#1456 |
Seaman
![]() Join Date: Jul 2009
Location: Québec city
Posts: 36
Downloads: 374
Uploads: 0
|
![]() |
![]() |
![]() |
![]() |
#1457 |
GLOBAL MODDING TERRORIST
|
![]()
;Barrage Balloon Loadout
[Equipment 76] NodeName=M01 LinkName=Aerial_Bomb StartDate=19380101 EndDate=19411231 Loadout=Barrage Balloon |
![]() |
![]() |
![]() |
#1458 |
Seaman
![]() Join Date: Jul 2009
Location: Québec city
Posts: 36
Downloads: 374
Uploads: 0
|
![]() Yes I think so, using GWX_SH4TerrainEX. I tried SH4TerrainEX once and, if I remember well, it was even a little bit easier than sh3 terrain extractor. But it's still a huge and really annoying job. It's also laborious. The annoying part is when you begin to transfer the new map inside the two maps of the game : many strange things happens, like islands of hundred of miles long. If you want to throw yourself in this job, I can give you my Arctic ocean map in Photoshop format (Photoshop 2005) (if I can remember where I put it). |
![]() |
![]() |
![]() |
#1459 |
CTD - it's not just a job
|
![]()
astvitaliy1982 made a terrain mod for SH3, as well as doing a few "tiles" for SH4 for JapLances work on the Fort Drum mod. SH4 is definitely much easier to work with the terrain than SH3 is. However, there are a few caveats. You use GWX SH4TerrainEX to extract the desired 601x601 tile, which it puts a RAW file in the folder designating the Long/Lat location of under the Game /Data /Terrain /Data. You then open that with an app that can deal with a RAW file, such as Photoshop. As you edit the file, save it to a "native" format for the app you are using, such as PSD. If you save back to RAW, you can no longer edit that file, and you will end up with either "pillars" of earth at each of the four corners of the tile, or "walls", such as you describe Rick Fortens. Also, if you edit the file within 6 pixels of either edge of the 601x601 tile, you have to perform the EXACT SAME EDIT in the neighboring tile set. This can get very difficult, especially if you are in or near a "corner" of a tile, and might be dealing with 3 other files overlapping... I generally avoid editing near the borders altogether, unless absolutely necessary. Once you are finished editing your file, you Save As in the RAW format. Then use GWX SH4TerrainEX to convert from RAW to ZHF. It is best to be working outside of the game with this, but that can be difficult since you do have to load the terrain database and the color map in (see the GWX SH4TerrainEX pdf instructions), but you do want to put that Terrain /Data folder in a mod of its own, and "cut" the RAW and PSD files out of it, Pasting them to a folder you will remember for future edits - but again, only edit the PSD file and not the RAW. Something happens to them after the edits... One of the big things to remember is the learning curve here, and EXPERIMENTATION. It can be quite frustrating at times doing this kind of work
![]()
__________________
"...and bollocks to the naysayers" - Jimbuna |
![]() |
![]() |
![]() |
#1460 | |
Electrician's Mate
![]() Join Date: Jun 2009
Posts: 139
Downloads: 765
Uploads: 0
|
![]() Quote:
Эта технология мне известна. Я думал что то появилось оригинальней и практичней. По ней мы с astvitaliy1982 сделали Балтийское море. А astvitaliy1982 кроме всего даже смог Ладожское озеро сделать. -------------------------- I know this technology. I thought something more original and practical appeared. According to it, astvitaliy1982 and I made the Baltic Sea. And astvitaliy1982, in addition, was even able to make Lake Ladoga. Attachment 6141Снимок экрана 2025-03-11.jpg |
|
![]() |
![]() |
![]() |
#1461 |
Seaman
![]() Join Date: Jul 2009
Location: Québec city
Posts: 36
Downloads: 374
Uploads: 0
|
![]() Thanks again for this suggestion but it don’t work either (for the moment at least). I explain what I’ve done : As exemple I take the ATug. In the file “ATug.eqp” I add your code to the bottom. The last item was “[Equipment 12]” so I put : ;Barrage Balloon Loadout [Equipment 13] NodeName=M01 LinkName=Aerial_Bomb StartDate=19380101 EndDate=19451231 Loadout=Barrage Balloon (Of course, using MultiSH3, I change my save folder). Any idea, Something else I miss, I do wrong ? Thanks again for your help. |
![]() |
![]() |
![]() |
#1462 | |
A-ganger
![]() Join Date: Feb 2024
Posts: 79
Downloads: 83
Uploads: 0
|
![]() Quote:
Code:
[Loadout 1] Name=Barrage Balloon |
|
![]() |
![]() |
![]() |
#1463 | |
I break things
|
![]() Quote:
![]() I have added two X01 nodes, to the M35B, on both the F & B models from GWX-KC. I then added the following to the M35B.eqp. [Equipment 34] NodeName=X01 LinkName=Aerial_Bomb StartDate=19420630 EndDate=19451231 This would mean, the ship will "always" carry the balloons. ------------------------------------------------------------ To use this as a loadout. 1 - Build the X0 nodes to the ship models in question, X01 maybe already used, so use the next in sequence. X02 etc. 2 - Add the loadout call below to the ship.cfg file, Again, the (loadout 1) call maybe used, then use the next in sequence. [Loadout 2] etc. [Loadout 1] Name=Barrage Balloon (or whatever name you want, but both names MUST mirror the eqp (Loadout=xxxxxx) details listed below. Type=1 3 - Open the ship.eqp, and copy and duplicate the list, and renumber the [Equipment xx] So if the original had 5 calls, you now have 10 calls, it would be like this: [Equipment 1] NodeName=M01 LinkName=CratePileL_2_M04B StartDate=19380101 EndDate=19421230 [Equipment 2] NodeName=M01 LinkName=PlatformL_M04B StartDate=19421231 EndDate=19451231 [Equipment 3] NodeName=M02 LinkName=OilDrumsL_M04B StartDate=19380101 EndDate=19401101 [Equipment 4] NodeName=M02 LinkName=PlatformL_M04B StartDate=19401102 EndDate=19451231 [Equipment 5] NodeName=A01 LinkName=NULL StartDate=19380101 EndDate=19401230 [Equipment 6] NodeName=M01 LinkName=CratePileL_2_M04B StartDate=19380101 EndDate=19421230 Loadout=Barrage Balloon [Equipment 7] NodeName=M01 LinkName=PlatformL_M04B StartDate=19421231 EndDate=19451231 Loadout=Barrage Balloon [Equipment 8] NodeName=M02 LinkName=OilDrumsL_M04B StartDate=19380101 EndDate=19401101 Loadout=Barrage Balloon [Equipment 9] NodeName=M02 LinkName=PlatformL_M04B StartDate=19401102 EndDate=19451231 Loadout=Barrage Balloon [Equipment 10] NodeName=A01 LinkName=NULL StartDate=19380101 EndDate=19401230 Loadout=Barrage Balloon 4 - And lastly… Add the loadout call to the campaign/mission files. ![]() Hope this helps !!
__________________
|
|
![]() |
![]() |
![]() |
#1464 | |
Seaman
![]() Join Date: Jul 2009
Location: Québec city
Posts: 36
Downloads: 374
Uploads: 0
|
![]() Quote:
Hey, thanks, s7rikeback! I'd given up on this project, thinking it would never work, but your suggestion gives me hope. I'll try it and let you know how it goes. Thanks again. |
|
![]() |
![]() |
![]() |
#1465 | |
Seaman
![]() Join Date: Jul 2009
Location: Québec city
Posts: 36
Downloads: 374
Uploads: 0
|
![]() Quote:
When you wrote : “I have added two X01 nodes”, you mean the nodes of the ship inside the Silent 3ditor ( with no title and nothing else inside the node) like that ? : That’s what I’ve done, on both the F & B models. So I got two nodes, one numbered 154 and one 301. Then I applied your method to use it as a loadout and, effectively, this option appear as a loadout possibility for the ship in the mission editor. I selected it. Also the line “Loadout=Barrage Balloon” has been written by itself (inside the mission coding) when I saved the mission inside the mission editor. So I run the game but, just after the words “Not so long ago…” appears, the game crashed. (Noticed that’s a good sign, because all my previous attempt shows the ship, but with no balloon). What I do wrong ? (for notice, I am on SH3, I tested it on the same ship as yours (M35B, Empire-type Freighter) but in the “Navigation” mission in “NavalAcademy” with the date adjusted to 1943). Thanks again for your help. I feel to be really near to success. |
|
![]() |
![]() |
![]() |
#1466 |
Navy Seal
![]() |
![]()
So is there a detailed tutorial on adding nodes to ships?
specifically, need to add depth charge racks to some escorts missing them and would like to add them to a few merchants for defensive purposes. |
![]() |
![]() |
![]() |
#1467 |
GLOBAL MODDING TERRORIST
|
![]()
Download the S3D videos. There's good stuff in them.
https://www.mediafire.com/file/pchml...-vids.zip/file ![]() |
![]() |
![]() |
![]() |
#1468 | |
Navy Seal
![]() |
![]() Quote:
Thanks, Jeff! |
|
![]() |
![]() |
![]() |
#1469 |
GLOBAL MODDING TERRORIST
|
![]()
@Rick Fortens
I'd bet you missed doing the Node properly. Look at Node 153 and copy how it's done. |
![]() |
![]() |
![]() |
#1470 | |
Seaman
![]() Join Date: Jul 2009
Location: Québec city
Posts: 36
Downloads: 374
Uploads: 0
|
![]() Quote:
And then, when I refer to it, I go like this (as exemple) ? : "[Equipment 34] NodeName=X0155 LinkName=Aerial_Bomb StartDate=19420630 EndDate=19451231" That’s it ? Thanks |
|
![]() |
![]() |
![]() |
|
|