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 > Silent Hunter III
Forget password? Reset here

Reply
 
Thread Tools Display Modes
Old 01-26-07, 12:44 PM   #1
ReallyDedPoet
Canadian Wolf
 
ReallyDedPoet's Avatar
 
Join Date: Jul 2006
Location: Canada. The one and only, East Coast
Posts: 10,884
Downloads: 946
Uploads: 5


Default Text Mods??

Have spoken to a few people about this, thanks for your help. Anybody out there do much stuff with changing text in the game. The " Press the Attack " , " Keep up the Good Work " stuff. I would like to change these and apply randomization as well.
Something similar to what Tikigod did with loading screens and the pin-ups ( nice work Tikigod ).

I have searched the threads here but have not had alot of luck yet. Either a link is broken or outdated.

Thanks for any of your help.

RDP
__________________

Back in the Day



ReallyDedPoet is offline   Reply With Quote
Old 01-26-07, 04:45 PM   #2
JScones
Navy Seal
 
Join Date: Apr 2005
Posts: 5,501
Downloads: 19
Uploads: 0
Default

You can edit essentially any label in **_menu.txt to your liking, but you need SH3Cmdr to apply the randomisation you are after.

To randomise in SH3Cmdr, you don't even need to use the Random folders - you need only add a few lines to the "Randomised events.cfg" file.

For example:

Code:
 
[0:data\Menu\en_menu.txt]
ChooseFrom=13
RndMidPat=1
 
0_STRINGS|4197=Message Acknowledged. Excellent Work.
1_STRINGS|4197=Message Acknowledged. Increase Patrol One Grid NORTH.
2_STRINGS|4197=Message Acknowledged. Increase Patrol One Grid SOUTH.
3_STRINGS|4197=Message Acknowledged. Increase Patrol One Grid WEST.
4_STRINGS|4197=Message Acknowledged. Increase Patrol One Grid EAST.
5_STRINGS|4197=Message Acknowledged. REPOSITION ONE GRID NORTH.
6_STRINGS|4197=Message Acknowledged. REPOSITION ONE GRID SOUTH.
7_STRINGS|4197=Message Acknowledged. Good Hunting Kaleun!
8_STRINGS|4197=Message Acknowledged. Keep up the good work Kaleun!
9_STRINGS|4197=Message Acknowledged. Excellent Results.
10_STRINGS|4197=Message Acknowledged. REPOSITION ONE GRID EAST.
11_STRINGS|4197=Message Acknowledged. REPOSITION ONE GRID WEST.
The limit to what and how you change text is simply your imagination.
JScones is offline   Reply With Quote
Old 01-26-07, 04:49 PM   #3
JScones
Navy Seal
 
Join Date: Apr 2005
Posts: 5,501
Downloads: 19
Uploads: 0
Default

Just found this example by gouldjg to demonstrate the versatility:

Code:
[0:data\Menu\en_menu.txt] 
ChooseFrom=13 
RndMidPat=1 
 
0_STRINGS|4198=Keep up the good work Kaleun! 
1_STRINGS|4198=Great stuff Kaleun! 
2_STRINGS|4198=Very impressive! 
3_STRINGS|4198=Happy Hunting
4_STRINGS|4198=Look Forward to seeing you back at base! 
5_STRINGS|4198=Great stuff Kaleun! 
6_STRINGS|4198=Very impressive! 
7_STRINGS|4198=Happy Hunting
8_STRINGS|4198=Keep up the good work Kaleun! 
9_STRINGS|4198=Great stuff Kaleun! 
10_STRINGS|4198=Very impressive! 
11_STRINGS|4198=You are doing well
 
[1:data\Menu\en_menu.txt] 
ChooseFrom=6 
RndMidPat=1 
 
0_STRINGS|514=I hope she holds! 
1_STRINGS|514=Standbye for leaking! 
2_STRINGS|514=The men are getting uneasy! 
3_STRINGS|514=Do you want me to level off captain?
4_STRINGS|514=I don't think she will hold the pressure! 
 
[2:data\Menu\en_menu.txt] 
ChooseFrom=6 
RndMidPat=1 
 
0_STRINGS|515=We have never been this deep before! 
1_STRINGS|515=Suggest we rise a little! 
2_STRINGS|515=The men are nervous Sir! 
3_STRINGS|515=I think we should level off?
4_STRINGS|515=The pressure will get us soon! 
 
[3:data\Menu\en_menu.txt] 
ChooseFrom=3 
RndMidPat=1 
 
0_STRINGS|598=Enemy is pinging us, sir! 
1_STRINGS|598=Those Bastards! 
2_STRINGS|598=Were being pinged! 
 
[4:data\Menu\en_menu.txt] 
ChooseFrom=3 
RndMidPat=1 
 
0_STRINGS|599=Enemy ship engaging us, sir! 
1_STRINGS|599=There comming for us! 
2_STRINGS|599=What shall we do Sir? 
 
 
[5:data\Menu\en_menu.txt] 
ChooseFrom=3 
RndMidPat=1 
 
0_STRINGS|601=We may have been detected, sir!
1_STRINGS|601=Damn they have detected us, sir!
2_STRINGS|601=I think they have detected us!
JScones is offline   Reply With Quote
Old 01-27-07, 01:30 PM   #4
ReallyDedPoet
Canadian Wolf
 
ReallyDedPoet's Avatar
 
Join Date: Jul 2006
Location: Canada. The one and only, East Coast
Posts: 10,884
Downloads: 946
Uploads: 5


Default

Thanks Jscones. I will give it a try and do it through SHCommander.

Good Hunting!

RDP
__________________

Back in the Day



ReallyDedPoet is offline   Reply With Quote
Old 01-27-07, 02:11 PM   #5
bigboywooly
Rear Admiral
 
Join Date: Apr 2006
Location: Swindon, England
Posts: 10,151
Downloads: 35
Uploads: 0
Default

So you just add the lines to the bottom of the cfg Jaeson ?
__________________


My mediafire page http://www.mediafire.com/?11eoq19bq9r41
bigboywooly is offline   Reply With Quote
Old 01-27-07, 06:32 PM   #6
JScones
Navy Seal
 
Join Date: Apr 2005
Posts: 5,501
Downloads: 19
Uploads: 0
Default

Quote:
Originally Posted by bigboywooly
So you just add the lines to the bottom of the cfg Jaeson ?
Yup
JScones is offline   Reply With Quote
Old 01-27-07, 10:10 PM   #7
ReallyDedPoet
Canadian Wolf
 
ReallyDedPoet's Avatar
 
Join Date: Jul 2006
Location: Canada. The one and only, East Coast
Posts: 10,884
Downloads: 946
Uploads: 5


Default

Worked like a charm! Lots of possibilities
__________________

Back in the Day



ReallyDedPoet is offline   Reply With Quote
Old 02-08-07, 08:51 AM   #8
charlesmester
Loader
 
Join Date: Sep 2005
Posts: 89
Downloads: 0
Uploads: 0
Default

Can anybody please explain to me where you find the randonise events cfg. folder? Looked under sh3 comm. and could not find it, is it under the sh3 folder? and what would be the exact name of the folder I should be looking for? Thanks in advance.

Chuck
charlesmester is offline   Reply With Quote
Old 02-08-07, 08:55 AM   #9
Morts
Admiral
 
Join Date: Sep 2006
Location: Denmark
Posts: 2,395
Downloads: 23
Uploads: 0
Default

its in the SH3 Commander\Cfg folder
Morts is offline   Reply With Quote
Old 02-08-07, 09:00 AM   #10
charlesmester
Loader
 
Join Date: Sep 2005
Posts: 89
Downloads: 0
Uploads: 0
Default

Thanks Mort, will have a look when I get home.

Good Hunting

Chuck
charlesmester 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 07:09 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.