![]() |
SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997 |
|
![]() |
#1 |
Watch
![]() Join Date: Jul 2005
Posts: 25
Downloads: 0
Uploads: 0
|
![]()
Has anyone had any success enabling the "Add Log Entry" menu items, located on the Captain's Log screen? To be more specific, the [G35 I*] Menu items, located in the menu_1024_768.ini file; related to the "AddLogEntryGrp". Example of what I'm talking about:
[G35 I2] Name=AddLogEntryGrp Type=1026;Menu group ItemID=0x35010000 ParentID=0x35000000 Pos=157,643,650,639 Color=0xFFFFFFFF [G35 I5] Name=LogText Type=1035;Edit box ItemID=0x35010002 ParentID=0x35010000 Pos=8,-9,631,581 Color=0xFFFFFF96 Materials=4 Display=4;All directions Mat 0=data/menu/gui/layout/sel.tga Mat 1=data/menu/gui/layout/sel.tga Mat 2=data/menu/gui/layout/sel.tga Mat 3=data/menu/gui/layout/sel.tga MatFlags=0x1 TexFmt=0x9 Font=5 Text=0 TextFlags=0x10 StatesColors=0xCDBEB4FF, 0xCDBEB4FF, 0xCDBEB4FF, 0xCDBEB4FF TextMaxLen=1014 |
![]() |
![]() |
![]() |
#2 |
Ocean Warrior
![]() Join Date: May 2005
Location: São Paulo Brazil
Posts: 2,728
Downloads: 132
Uploads: 0
|
![]()
Interesting... :hmm:
But perhaps is another unfinished feature by the devs...who knows... :hmm: Rubini. |
![]() |
![]() |
![]() |
#3 |
Admiral
![]() Join Date: May 2005
Location: Bay Area, California, USA
Posts: 2,377
Downloads: 0
Uploads: 0
|
![]()
This looks interesting.
I can't guarantee anything, but I'll give it a look. ![]()
__________________
It takes two to tango ![]() |
![]() |
![]() |
![]() |
#4 |
Watch
![]() Join Date: Jul 2005
Posts: 25
Downloads: 0
Uploads: 0
|
![]()
just read a post in general forum about this, so here's a bump...
|
![]() |
![]() |
![]() |
#5 |
Silent Hunter
![]() |
![]()
bump
|
![]() |
![]() |
![]() |
#6 |
Navy Dude
![]() Join Date: Aug 2004
Location: Holland.
Posts: 175
Downloads: 0
Uploads: 0
|
![]()
Interesting indeed, it would add much to the immersiveness if we could write our own log entries.
__________________
![]() |
![]() |
![]() |
![]() |
#7 |
Commander
![]() Join Date: May 2005
Posts: 477
Downloads: 6
Uploads: 0
|
![]()
I took a look at this. The code is all in place in the menu configuration, and a few simple changes can make the "Add new log entry" text show, but there doesn't appear to be an event handler in the SH3 code to execute the text entry box. It's a real shame because the Captain's Log format supports adding the extra entries. The trick seems to be getting an event handler which reads the date/time and opens the textbox defined by this entry in the menu_1024_768.ini:
Code:
[G35 I5] Name=LogText Type=1035;Edit box ItemID=0x35010002 ParentID=0x35010000 Pos=8,-9,631,581 Color=0xFFFFFF96 Materials=4 Display=4;All directions Mat 0=data/menu/gui/layout/sel.tga Mat 1=data/menu/gui/layout/sel.tga Mat 2=data/menu/gui/layout/sel.tga Mat 3=data/menu/gui/layout/sel.tga MatFlags=0x1 TexFmt=0x9 Font=5 Text=0 TextFlags=0x10 StatesColors=0xCDBEB4FF, 0xCDBEB4FF, 0xCDBEB4FF, 0xCDBEB4FF TextMaxLen=1014 |
![]() |
![]() |
![]() |
|
|