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

Reply
 
Thread Tools Display Modes
Old 12-30-10, 02:21 PM   #1
KarlKoch
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

Quote:
Originally Posted by ETsd4 View Post
The SHRadioTraffic.dll is going in which folder? The root-folder of silent hunter 5?
Thats correct. JSGME should put it there on its own.
  Reply With Quote
Old 12-30-10, 02:49 PM   #2
KarlKoch
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

If you tried it, please report errors (or that it is working) here. Thank you.
  Reply With Quote
Old 12-30-10, 05:14 PM   #3
THE_MASK
Ace of the deep .
 
THE_MASK's Avatar
 
Join Date: Jan 2006
Posts: 9,226
Downloads: 901
Uploads: 73


Default

Just pondering , could you for example have the crew notify me by way of the radio operator such as MC_RR_RADIO_18 "hold on i am recieving a message'' etc . This is the way the game was meant to play . You are on the ball .
THE_MASK is offline   Reply With Quote
Old 12-30-10, 05:22 PM   #4
KarlKoch
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

Quote:
Originally Posted by sober View Post
Just pondering , could you for example have the crew notify me by way of the radio operator such as MC_RR_RADIO_18 "hold on i am recieving a message'' etc . This is the way the game was meant to play . You are on the ball .
Sure, thats pretty easy to do. I didn't make it happen yet, because its a fancy thing and i first wanted to have the coding part done. I am actually thinking about BdU asking for a status report in case the player misses to send one on a daily basis. Could be optional as well. Since the mod does not rely on any gamemechanic, pretty much everything can be done.
  Reply With Quote
Old 12-30-10, 08:14 PM   #5
ETsd4
中国水兵
 
Join Date: Dec 2010
Posts: 278
Downloads: 91
Uploads: 0
Default

Quote:
Originally Posted by KarlKoch View Post
If you tried it, please report errors (or that it is working) here. Thank you.
1.) The radio-message-text needs minimum 10 times the length it has actual.

Look at this messagelength from the OKW-mod with 12000 messages with correct time and date: OKW=Oberkommando der Wehrmacht=German Headquarter

From:
@Meldungen des drahtlosen Dienstes@
Messagetext:
^....^01.09.1939|Das Oberkommando der Wehrmacht gibt bekannt: Im Zuge der deutschen Kampfhandlungen aus Schlesien, Pommern und Ostpreußen wurden an allen Fronten schon heute die erwarteten Anfangserfolge erzielt. Die von Süden über das Gebirge vorgegangenen Truppen haben die Linie Neumarkt-Sucha erreicht. Südlich Mährisch-Ostrau ist die Olsa bei Teschen überschritten. Südlich des Industriegebietes sind unsere Truppen in Höhe von Kattowitz im zügigen Vordringen. Die aus Schlesien angesetzten Truppen sind im flüssigen Vorgehen in Richtung Tschenstochau und nördlich davon. Im Korridor nähern sich unsere Truppen der Brahe und haben die Netze bei Nakel erreicht."

IMO this must be possible (;

Actual in your version if a messagetext exceeds the message-length of 30(?) letters the radio-traffic is broken and nothing works.

2.) The 1. received message is not completly shown up on the paper at a resolution of 1920x1200. The sendername and the messagetext is cut off.

3) Have testet the version with a modified radiotraffic.xml with date 01.09.1939, time 23:00 and a modified sendername: works so far.
ETsd4 is offline   Reply With Quote
Old 12-31-10, 03:32 AM   #6
KarlKoch
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

Quote:
Originally Posted by ETsd4 View Post
2.) The 1. received message is not completly shown up on the paper at a resolution of 1920x1200. The sendername and the messagetext is cut off.
Can you give me a screenshot of this? I cannot run such high resolutions here.

And thanks for hinting to the messagelenght problem.


However, i am actually thinking about abandoning the mod, because TDW already did something similar and there is no need to have 2 Mods of the same.
  Reply With Quote
Old 12-31-10, 02:08 PM   #7
ETsd4
中国水兵
 
Join Date: Dec 2010
Posts: 278
Downloads: 91
Uploads: 0
Default

Quote:
Originally Posted by KarlKoch View Post
Can you give me a screenshot of this? I cannot run such high resolutions here.

.
Quote:
Originally Posted by KarlKoch View Post
However, i am actually thinking about abandoning the mod, because TDW already did something similar and there is no need to have 2 Mods of the same.
If i am correct the "Multiple UIs for SH5 with TDC and Automation"-mod has some problems with other fine mods (environment-mod by w-clear for example). So a stand-alone-solution has advantages.
ETsd4 is offline   Reply With Quote
Old 12-31-10, 02:18 PM   #8
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by KarlKoch View Post
Can you give me a screenshot of this? I cannot run such high resolutions here.

And thanks for hinting to the messagelenght problem.


However, i am actually thinking about abandoning the mod, because TDW already did something similar and there is no need to have 2 Mods of the same.
Don't abandon! It's great for users to have options Maybe some like the way you do it, maybe some like the way I do it, maybe others like what someone else makes.

Another reason to not abandon is I don't 'part out' my mod into individual pieces. You either use my mod as is or you don't. So a standalone version will suit many people.
TheDarkWraith is offline   Reply With Quote
Old 01-08-11, 11:06 AM   #9
KarlKoch
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

Status update:

- Added internal functionality for replacing placeholders within the Messagetext displayed to the User (for now, Nearest Base and Playername can be replaced)

- Added internal functionality to let BdU ask for missing patrol reports with different Messages, triggered by time passed since last patrol report

- Added internal functionality to send new orders to the player on a conditional basis. Conditions are (for now): Torpedoes remaining on playersub, fuel remaining, tonnage sunk and current Date/Time

- Added internal functionality to add messages to the engine from within the game (for example to be able to report ships nearby)

- Added internal functionality to handle special encoded messages (you name it, enigma-support down the road)

To-Do:

- Add internal functionality to add contact-data to a message

- To all the Scriptingstuff needed for it to work ingame

- Build a proper UI

- Add a small Application to make entering new messages easier and failsafe

- No idea yet
  Reply With Quote
Old 01-08-11, 11:34 AM   #10
Rickster1
Chief
 
Join Date: Jul 2005
Posts: 320
Downloads: 508
Uploads: 0
Default

looking forward to this mod
Rickster1 is offline   Reply With Quote
Old 01-08-11, 01:59 PM   #11
Sepp von Ch.
Sea Lord
 
Join Date: Dec 2009
Location: In my U-552 and Tiger
Posts: 1,732
Downloads: 788
Uploads: 0
Default

There will be a separate mod?
__________________
U-552
Tiger
IDF
Sepp von Ch. is offline   Reply With Quote
Old 01-08-11, 02:45 PM   #12
KarlKoch
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

Quote:
Originally Posted by Josef von Posorschitz View Post
There will be a separate mod?
I am on actually coding a seperate mod, not relying on TDWs solution.
  Reply With Quote
Old 01-08-11, 03:38 PM   #13
Sepp von Ch.
Sea Lord
 
Join Date: Dec 2009
Location: In my U-552 and Tiger
Posts: 1,732
Downloads: 788
Uploads: 0
Default

Quote:
Originally Posted by KarlKoch View Post
I am on actually coding a seperate mod, not relying on TDWs solution.

Perfect! Thank you Karl! Will be the messages in german? Please, please, say yes! German submarine atmosphere is for this sim very important!
The messages will be like in Living in Silent Hunter v5.1? Fantastic!!!! And is this upcoming mod also applicable for the years 1943-1945, ie for the campaign "Open Horizont" ( http://www.subsim.com/radioroom/show...=178257&page=3 ), which I play?
__________________
U-552
Tiger
IDF
Sepp von Ch. is offline   Reply With Quote
Old 01-08-11, 04:40 PM   #14
KarlKoch
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

Quote:
Originally Posted by Josef von Posorschitz View Post
Perfect! Thank you Karl! Will be the messages in german? Please, please, say yes! German submarine atmosphere is for this sim very important!
The messages will be like in Living in Silent Hunter v5.1? Fantastic!!!! And is this upcoming mod also applicable for the years 1943-1945, ie for the campaign "Open Horizont" ( http://www.subsim.com/radioroom/show...=178257&page=3 ), which I play?
The language can be different, its a simple file to translate. i will see if i can get my hands on existing radiomessages soon.

The messages can cover every range of dates specified in said file, there are no limits. I never played LSH, so i can't tell for sure, but it is possible that BdU gives you new (and reasonable) orders. If you report your patrol status, BdU can allow you to return back to port when your fuel is low or you are running out of torpedoes. You didn't send a patrol report for over 36 hours? BdU is missing you...
No report for 60 hours? BdU is missing you even more! (With another message, of course) The engine is coded to have 3 levels of messages for this, each can have multiple entries, from which one is randomly chosen.

However, it still needs a lot of work. I am currently thinking about adding code to enable BdU giving you orders based on your position and/or ships nearby (as TDW already managed to do).

The scripting part will take another while, too, because i am not very familiar with that. And of course, the User Interface ingame.
  Reply With Quote
Old 01-09-11, 03:53 AM   #15
Zedi
Sea Lord
 
Join Date: Mar 2010
Posts: 1,845
Downloads: 184
Uploads: 2
Default

Quote:
Originally Posted by KarlKoch View Post
....And of course, the User Interface ingame.
Whats wrong with that?
Zedi 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 03:25 PM.


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.