![]() |
SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997 |
![]() |
#31 |
The Old Man
![]() |
![]()
Holy mama.... I bet you didn't do that by hand. Do you by any chance still have the code for entering the data into a table? Would be veeery useful
![]() ![]() Private Sub btnRenumber_Click() Dim iItem As Integer Dim myRange As Range If txtPage.Value = vbNullString Then MsgBox "You must enter the Menu Page" ElseIf Application.Documents.Count < 1 Then MsgBox "No document Opened" Else iItem = 1 Set myRange = ActiveDocument.Range(Start:=0, End:=ActiveDocument.Content.End) myRange.Select With Selection.Find .Forward = True .Wrap = wdFindStop .Text = "[" + txtPage.Value + " I" Do While .Execute Selection.Extend Selection.Extend Selection.Extend Selection.TypeText Text:="[" + UCase(txtPage.Value) + " I" + CStr(iItem) + "]" iItem = iItem + 1 Set myRange = ActiveDocument.Range(Start:=Selection.End, End:=ActiveDocument.Content.End) myRange.Select Loop End With End If End Sub Come to think of it, I don't understand why there was never a tool to visually mod the interface. VB has plugins to view DDS and TGA, a piece of code could make a table with all the items and parameters in the menu.ini file, then show them. Appying the inverse formulas might allow you to drag/move items. There are maximum 200 items on a page so that shouldn't crash the pc. The Display line might be an issue, but... ![]() ![]() |
![]() |
![]() |
![]() |
#32 |
Weps
![]() Join Date: Apr 2005
Location: Illinois
Posts: 366
Downloads: 176
Uploads: 5
|
![]()
Bumped again- two years later.
![]()
__________________
=============
![]() My Game starts with GFO - Keepin' it real as it needs to be! |
![]() |
![]() |
![]() |
#33 |
Weps
![]() Join Date: Apr 2005
Location: Illinois
Posts: 366
Downloads: 176
Uploads: 5
|
![]()
And bumped once again... just 3 years later. Good to see so many of the old die hard companions still here and active after all this time.
Since I am back to SH4 again and because after a long break I forget so much stuff, this was the thread I looked up as a place to start again. Old mods disappear, my favorite home brewed mods get lost and I need to start from scratch. This thread is where so much enjoyment (outside of the actual game play) got their beginnings. This thread never gets old for me. Hope some other mad scientist gamers get a chance to read through and feel the satisfaction of successfully creating their first mod.
__________________
=============
![]() My Game starts with GFO - Keepin' it real as it needs to be! |
![]() |
![]() |
![]() |
#34 |
Engineer
![]() Join Date: Mar 2007
Location: UK
Posts: 219
Downloads: 308
Uploads: 0
|
![]()
Thanks so much for this tutorial, it has helped me fix my missing chrono, radio and gramophone in 2560x1440.
![]()
__________________
"Huntin', hidin' & killin' since Silent Service '83" Click here to view my MS Flight Simulator X, Silent Hunter, Space Shuttle Mission Simulator, X Plane 11 & Train Simulator 2020 screenshots!! http://www.flickr.com/photos/adrians69/ |
![]() |
![]() |
![]() |
|
|