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 06-25-11, 05:50 AM   #1621
h.sie
Admiral
 
Join Date: Jul 2008
Posts: 2,192
Downloads: 131
Uploads: 0


Default

@LGN1: Not yet great work, since no success so far.

The Sub got exactly the same LONG/LAT coordinates as the last waypoint of the convoy, so they nearly should crash. The sub has speed=0, deleteAtLastWaypoint=false, maybe it needs some speed to become active????

Maybe the same priciple with a whole random convoy consisting only of AI-Subs (=wolfpack) in the RND instead of the SCR has more effect? Positive side-effect: We only need to beam once the convoy coordinates and than already have a whole AI-sub convoy consisting of 1-4 subs......we'll see.
__________________
My Mediafire page: http://www.mediafire.com/hsie
h.sie is offline   Reply With Quote
Old 06-25-11, 06:26 AM   #1622
LGN1
Ace of the Deep
 
Join Date: Mar 2006
Posts: 1,138
Downloads: 147
Uploads: 12
Default

Hi h.sie,

it's not yet a full success, but a first one

Was the sub attacked by the convoy?

Maybe a question for some else, but I'm wondering why the AI subs, if they are anyway treated in-game as surface units, are inside the submarine folder and not the ship folder Why not use a usual ship looking like a sub Maybe just a relict from the old days when hopes were high that full working AI subs could be created?

The problem I see with the rnd layer is that you cannot make sure that a unit has been spawned (I think spawning only starts after loading the game and then after the spawning interval. So you might set the spawning probability to 100% and a spawning interval of a few minutes, but then you flood the game with AI subs. However, this might be solved by deleteonlastwaypoint=true and a close last waypoint).

Anyway, I'm not convinced that the problem is rnd vs. scr layer related (BTW, what was the date of the AI sub unit in the scr layer ).

Cheers, LGN1

Last edited by LGN1; 06-25-11 at 09:57 AM.
LGN1 is offline   Reply With Quote
Old 06-25-11, 06:39 AM   #1623
h.sie
Admiral
 
Join Date: Jul 2008
Posts: 2,192
Downloads: 131
Uploads: 0


Default

@lgn1: the convoy was unescorted. but good idea to escort him in order to see if the sub is *really* there (detected by escorts)- and not only a 3d graphics without any function.

regarding RND: it is not nessesary to be sure if a sub is spawned at game start or not, from my programmers view, since the group's root point (location where the rnd group is spawned from) is already in memory at game start, and only this point will be beamed. this could even be a better solution than using the SCR layer. we'll see.
__________________
My Mediafire page: http://www.mediafire.com/hsie
h.sie is offline   Reply With Quote
Old 06-25-11, 06:55 AM   #1624
h.sie
Admiral
 
Join Date: Jul 2008
Posts: 2,192
Downloads: 131
Uploads: 0


Default

if I get this to work, I'll give my own thread a 5 stars rating
__________________
My Mediafire page: http://www.mediafire.com/hsie
h.sie is offline   Reply With Quote
Old 06-25-11, 08:33 AM   #1625
Stiebler
Fuel Supplier
 
Stiebler's Avatar
 
Join Date: Oct 2005
Location: London, UK
Posts: 1,237
Downloads: 29
Uploads: 4


Default U-boat Surrender (4)

I have determined the use of the 'Report Contacts' radio button in SH3.

If a single ship sends a radio message, the 'Report Contacts' button provides a direction and distance to the ship. The big problems with this button are these:
1. Single ships send radio reports rarely, except in the earliest days of the war.
2. The distances involved are too large to be of any use. In the North Sea in 1939, I was getting ranges of up to 600 miles. By the time you reach the point, the target has long moved, and you find yourself chasing the next nearest single ship in the oppositie direction - which has also moved by the time you arrive!

What is really exasperating is that pressing this button can result in one of two messages:
Either: No radio messages received. This is the code my Surrender mod is using.
Or: A direction and distance to a target, which uses some closely related code that is also used by the sonar-man! Evidently general purpose code to provide direction and distance to a target.

There is a way of filtering out the unwanted usage, but I'm not sure whether to continue with the existing code which will only work if no single ship nearby has signalled; or to apply a simple filter, which will result in the unwanted messages being shown as well as the 'Abandon U-boat' message. Hmmm.

SquareSteelBar - you have PM.

Stiebler.
Stiebler is offline   Reply With Quote
Old 06-25-11, 09:14 AM   #1626
h.sie
Admiral
 
Join Date: Jul 2008
Posts: 2,192
Downloads: 131
Uploads: 0


Default

@Stiebler: Thanks for the finding of the interception code of the "contact report / fühlungsmeldung" button.


There are some more useless buttons in sh3 I think , like "suggest best merchant / target " (?) or similar. I never saw that these had any function.
__________________
My Mediafire page: http://www.mediafire.com/hsie
h.sie is offline   Reply With Quote
Old 06-25-11, 09:18 AM   #1627
SquareSteelBar
Sea Lord
 
Join Date: May 2006
Location: U-73
Posts: 1,638
Downloads: 618
Uploads: 0
Default

Quote:
Originally Posted by h.sie View Post
if I get this to work, I'll give my own thread a 5 stars rating
Von mir gibt's dann noch 'einen drauf mit Mappe'...
SquareSteelBar is offline   Reply With Quote
Old 06-25-11, 09:33 AM   #1628
LGN1
Ace of the Deep
 
Join Date: Mar 2006
Posts: 1,138
Downloads: 147
Uploads: 12
Default

Quote:
Originally Posted by h.sie View Post
regarding RND: it is not nessesary to be sure if a sub is spawned at game start or not, from my programmers view, since the group's root point (location where the rnd group is spawned from) is already in memory at game start, and only this point will be beamed. this could even be a better solution than using the SCR layer. we'll see.
The rnd layer has certainly some advantages, e.g., the possibility of spawning random numbers of subs within the existing rnd scheme. However, I don't know what happens if you have a rnd entry without any waypoints. Are the ships spawned on each other In addition, from my experience no ships are spawned in rendering range.

Concerning sending messages: Do you, Stiebler and h.sie, know how the game implements the limits on sending messages, e.g., the two hour interval between sending status reports? I'm wondering because it might be good to change the limits for the 'Fuehlungsmeldung'. With the current setting it is very difficult to report a convoy after the allies have radar because you hardly come close enough to see them (and being on the surface to send the message).

Cheers, LGN1
LGN1 is offline   Reply With Quote
Old 06-25-11, 11:17 AM   #1629
sharkbit
The Old Man
 
Join Date: Apr 2008
Location: Denver, CO
Posts: 1,529
Downloads: 334
Uploads: 0
Default

Quote:
Originally Posted by h.sie View Post
if I get this to work, I'll give my own thread a 5 stars rating
If you get this to work, you should get modder of the century, along wih Stiebler sharing the honor as well for both of your hard work.

I've said it before in this thread and I'll say it again-
Thanks for all of your hard work,Stiebler and h.sie.

The work you guys have done have elevated SH3 beyond anyone's expectations.

__________________
“Prejudice is blind. There will always be someone who says you aren’t welcome at the table. Stop apologizing for who you are and using all your energy trying to change their minds. Yes, you will lose friends, maybe even family. But you will gain your self-respect. You will know your worth. Once you have that, nothing can stop you.”
sharkbit is offline   Reply With Quote
Old 06-25-11, 02:17 PM   #1630
Stiebler
Fuel Supplier
 
Stiebler's Avatar
 
Join Date: Oct 2005
Location: London, UK
Posts: 1,237
Downloads: 29
Uploads: 4


Default U-boat Surrender Mod

This is just a brief note to say that Square Steel Bar has very kindly sent me an excellent red emergency radio button for the forthcoming surrender mod, in response to my earlier request for help.

Also a good idea for the en/de_menu.txt files.

Many thanks to SSB, and no need for anyone else to make another effort.

Stiebler.
Stiebler is offline   Reply With Quote
Old 06-25-11, 03:28 PM   #1631
LGN1
Ace of the Deep
 
Join Date: Mar 2006
Posts: 1,138
Downloads: 147
Uploads: 12
Default

Hi h.sie,

I have made some tests and found that the AI sub (I used GWX's 9b4) attacks

I took a campaign.scr with a Black Swan and a 9b4 AI sub. I 'beamed' the 9b4 into position and watched. Both ships attacked each other (and the 9b4 won). However, the AI sub did not show any reaction except firing the gun. No course deviation, no speed increase, nothing. Just shooting.

I'm really wondering why the AI sub is designated as a submarine Why not create a regular ship that looks like a sub and designate it a destroyer. Shouldn't it then behave as a destroyer, i.e., increase speed, change course, attack,...

Where are the old hands who created the AI subs? Please enlighten me.

Cheers, LGN1
LGN1 is offline   Reply With Quote
Old 06-25-11, 05:27 PM   #1632
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

I would just change the cmdr_ class to ship from submarine. Redo the .sim file using the ship cmdr controller. That should turn it into a 'ship'.
TheDarkWraith is offline   Reply With Quote
Old 06-26-11, 01:40 AM   #1633
SquareSteelBar
Sea Lord
 
Join Date: May 2006
Location: U-73
Posts: 1,638
Downloads: 618
Uploads: 0
Default

Sergbuto did that already in NSS_Uboat7a.sim
SquareSteelBar is offline   Reply With Quote
Old 06-26-11, 04:03 AM   #1634
LGN1
Ace of the Deep
 
Join Date: Mar 2006
Posts: 1,138
Downloads: 147
Uploads: 12
Default

Hi,

I think the 9b4 already has the correct cmdr_class

If I look at the *.sim of, e.g., a Black Swan and a merchant, it looks as if their AI is the same. However, they react differently on a threat. One attacks, speeds up, and changes course, the other one just shoots and starts the sinusoidal sailing. I'm wondering what controls this different behavior. It seems nothing within the *.sim file. Maybe it's their weapon loadout (no depth-charges)

Cheers, LGN1
LGN1 is offline   Reply With Quote
Old 06-26-11, 05:18 AM   #1635
Tobias99
Seaman
 
Join Date: Jul 2006
Posts: 38
Downloads: 52
Uploads: 0
Default

Hello, can anyone help me?

I try to patched SH3 (1.4) with this Tool, but i have a mistake message that means:

"sorry, no comatible version of SH3 found, patching not possible"

Ideas?

Thx for help..

Edit:

I read i can only patch the original .exe from my DVD (without 4GB Patch) but i looked in my DVD, theres no .exe, theres "Autorun" and a "Setup" Button, must i install the game new to extract the .exe?

Last edited by Tobias99; 06-26-11 at 05:39 AM.
Tobias99 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 11:35 PM.


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.