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 12-11-07, 01:29 AM   #1
Tigrone
Commander
 
Join Date: Dec 2001
Location: Newport Beach, CA
Posts: 470
Downloads: 41
Uploads: 0
Default [TEC] Conning Tower Interior Free Cam?

From the conning tower [I'm using TM 1.7.2], when I hit Shift+F2, I get put back in the control room. Can someone help and let me know what code to enter to stay in the conning tower with the free roam camera? Please see what I think is the data/cfg/commands.cfg line entry for Shift+F2 and an unused one for the conning tower. How could I make Shift+F9 be the free roam in the tower?


[Cmd53]
Name=Command_room_free_camera
Ctxt=1
Key0=0x71,s,""
Page=0x33000000,3700
GoBack=Interior_fore_camera


[Cmd55]
Name=Conning_tower_free_camera
Ctxt=1
__________________
Commander Hiram Cassedy: "Tigrone has saved the Air Force and is now returning to Iwo Jima with 28 rescued zoomies." B-29 SNUFFY & THE SHIF'LESS SKONKS among them.

I've a broom at the mast said he, for the broom is a sign for me, that wherever I go, I sweep the mighty sea.
Tigrone is offline   Reply With Quote
Old 12-11-07, 07:28 AM   #2
DrBeast
The Old Man
 
Join Date: Oct 2007
Location: Somewhere Out In Space
Posts: 1,408
Downloads: 36
Uploads: 0
Default

Use the tool found here. It lets you configure your keys any way you like.
__________________



Let the Beast inside you free!
DrBeast is offline   Reply With Quote
Old 12-11-07, 07:37 AM   #3
mrbeast
Ace of the Deep
 
Join Date: Aug 2007
Location: Bolton, UK
Posts: 1,236
Downloads: 0
Uploads: 0
Default

If you head towards the back of the control room in Shift+F2 (can't remember which direction now:hmm: ), through the door, you eventually pop up in the conning tower interior in free cam mode.
__________________
mrbeast is offline   Reply With Quote
Old 12-12-07, 11:34 PM   #4
Tigrone
Commander
 
Join Date: Dec 2001
Location: Newport Beach, CA
Posts: 470
Downloads: 41
Uploads: 0
[Cmd55] What would set it to Shift+F9?

If [Cmd53] is key Shift+F2, what would make [Cmd55] Shift+F9? I just want to be able to activate Free Cam in the tower without being knocked back down the hatch to the Control Room.

[Cmd53]
Name=Command_room_free_camera
Ctxt=1
Key0=0x71,s,""
Page=0x33000000,3700
GoBack=Interior_fore_camera


[Cmd55]
Name=Conning_tower_free_camera
Ctxt=1
__________________
Commander Hiram Cassedy: "Tigrone has saved the Air Force and is now returning to Iwo Jima with 28 rescued zoomies." B-29 SNUFFY & THE SHIF'LESS SKONKS among them.

I've a broom at the mast said he, for the broom is a sign for me, that wherever I go, I sweep the mighty sea.
Tigrone is offline   Reply With Quote
Old 12-13-07, 08:08 AM   #5
DrBeast
The Old Man
 
Join Date: Oct 2007
Location: Somewhere Out In Space
Posts: 1,408
Downloads: 36
Uploads: 0
Default

08x15: check my first post. Alternatively, try changing

Code:
[Cmd13]
Name=Conning_tower_camera
Ctxt=1
Page=0x33000000,3715
Key0=0x78,,"F9"
Page=0x33000000,3715
GoBack=Interior_fore_camera
to

Code:
[Cmd13]
Name=Conning_tower_camera
Ctxt=1
Page=0x33000000,3715
Key0=0x78,,"F9"
Page=0x33000000,3715
GoBack=Conning_tower_free_camera
That might do the trick, too, if you don't want to map another key. That way, when you're in the conning tower, you press your right mouse button and theoretically it should take you to the conning tower free camera view instead of the command room.
__________________



Let the Beast inside you free!
DrBeast is offline   Reply With Quote
Old 12-13-07, 08:29 PM   #6
Tigrone
Commander
 
Join Date: Dec 2001
Location: Newport Beach, CA
Posts: 470
Downloads: 41
Uploads: 0
Thank you for idea DrBeast.

DrBeast,

Thank you for the suggestion. I think I understand it, and will give it a try. I have the key editor you suggested, but I really do not understand how to use. I'm afraid my Tech skills don't extend much beyond simple plain text. I would be happy to use another key if I could tell which one might be safe to use--one not already in use.
__________________
Commander Hiram Cassedy: "Tigrone has saved the Air Force and is now returning to Iwo Jima with 28 rescued zoomies." B-29 SNUFFY & THE SHIF'LESS SKONKS among them.

I've a broom at the mast said he, for the broom is a sign for me, that wherever I go, I sweep the mighty sea.
Tigrone is offline   Reply With Quote
Old 12-14-07, 07:21 AM   #7
DrBeast
The Old Man
 
Join Date: Oct 2007
Location: Somewhere Out In Space
Posts: 1,408
Downloads: 36
Uploads: 0
Default

Adding a key is the easy part. Just change
Code:
Key0=0x78,,"F9"
to
Code:
Key0=0x78,s,"F9"
and you'll get Shift+F9. I've no clue what "Page=" is, though, and what is should be set to. The program I suggested is not that difficult to use. Just read the readme and you'll eventually get the hang of it.
__________________



Let the Beast inside you free!
DrBeast is offline   Reply With Quote
Old 12-15-07, 02:42 AM   #8
DrBeast
The Old Man
 
Join Date: Oct 2007
Location: Somewhere Out In Space
Posts: 1,408
Downloads: 36
Uploads: 0
Default

Quote:
Originally Posted by DrBeast
08x15: check my first post. Alternatively, try changing

Code:
[Cmd13]
Name=Conning_tower_camera
Ctxt=1
Page=0x33000000,3715
Key0=0x78,,"F9"
Page=0x33000000,3715
GoBack=Interior_fore_camera
to

Code:
[Cmd13]
Name=Conning_tower_camera
Ctxt=1
Page=0x33000000,3715
Key0=0x78,,"F9"
Page=0x33000000,3715
GoBack=Conning_tower_free_camera
That might do the trick, too, if you don't want to map another key. That way, when you're in the conning tower, you press your right mouse button and theoretically it should take you to the conning tower free camera view instead of the command room.
I know I'm quoting myself, but I want to make it clear that the above method crashes my game when I try to leave free conning tower camera. Chalk up another failed method :p
__________________



Let the Beast inside you free!
DrBeast 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:51 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.