![]() |
SUBSIM: The Web's #1 BBS for all submarine and naval simulations! |
03-26-2010, 06:58 AM
|
#61 | |
|
Navy Seal
![]() Join Date: Apr 2005
Posts: 5,564
Downloads: 19
Uploads: 0
|
Quote:
__________________
Download the JSGME Generic Mod Enabler |
|
|
03-26-2010, 07:03 AM
|
#62 | |||
|
Navy Seal
![]() Join Date: Apr 2005
Posts: 5,564
Downloads: 19
Uploads: 0
|
Quote:
Quote:
Quote:
__________________
Download the JSGME Generic Mod Enabler |
|||
|
03-27-2010, 03:18 AM
|
#63 |
|
Navy Seal
![]() Join Date: Apr 2005
Posts: 5,564
Downloads: 19
Uploads: 0
|
A QUESTION ABOUT FUNCTIONALITY
Currently you can export a list of your activated mods to a text file that you can then open and copy the contents to the clipboard for pasting into forum posts and the like. Would people prefer this option be *replaced* with a simple "Copy activated mods list to clipboard" task? This change will mean you simply select the option from the task list and then you can paste your list without the hassle of intermediary text files. If you do want a text file, then you can very easily and simply paste straight into one yourself. Just floating this as an idea - let me know what you guys prefer...
__________________
Download the JSGME Generic Mod Enabler Last edited by JScones; 03-27-2010 at 03:35 AM. |
|
03-27-2010, 03:37 AM
|
#64 |
|
Silent Hunter
![]() Join Date: Aug 2006
Posts: 3,500
Downloads: 96
Uploads: 0
|
I vote "Yes"! Copy to clipboard is more than enough for this particular feature for me.
|
|
03-27-2010, 06:36 AM
|
#65 | |
|
Ocean Warrior
![]() Join Date: Jul 2006
Location: Reading UK
Posts: 3,476
Downloads: 90
Uploads: 0
|
Quote:
__________________
![]() http://www.thegreywolves.com/ http://wolvesatwar.com/ Download GWX and other goodies: http://hosted.filefront.com/melnibonian |
|
|
03-27-2010, 07:02 AM
|
#66 |
|
Admiral
![]() Join Date: Jan 2006
Location: Russia ©, E-burg
Posts: 2,142
Downloads: 47
Uploads: 1
|
JScones, many thanks for next release.
__________________
![]() The best regards. Alex ® |
|
03-27-2010, 08:15 AM
|
#67 |
|
Ocean Warrior
![]() Join Date: Apr 2005
Location: Carmel, Indiana
Posts: 3,150
Downloads: 284
Uploads: 11
|
I like it the way it is.
What I would like to see is a function such as in CMDR to change only one or a few lines in the game files, such as is done with the config file function of CMDR.
__________________
Irish1958
|
|
03-27-2010, 09:03 AM
|
#68 | |
|
Weps
![]() Join Date: Jan 2010
Location: Asheville, NC, USA
Posts: 361
Downloads: 107
Uploads: 0
|
Quote:
Code:
Private Sub ListBox1_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles ListBox1.KeyDown
If e.Control Then
If e.KeyCode = Keys.C Then
Dim strContents As String = ""
For j As Integer = 0 To ListBox1.SelectedItems.Count - 1
strContents += ListBox1.SelectedItems(j).ToString & vbNewLine
Next
Clipboard.SetText(strContents)
End If
End If
End Sub
__________________
Last edited by Flopper; 03-27-2010 at 09:37 AM. |
|
|
03-27-2010, 09:33 AM
|
#69 |
|
Chief of the Boat
|
Affirmative to that Jaesen....but not an 'essential' for me.
__________________
Stop following me...I'm lost!! GWX3.0 Download Page http://www.mediafire.com/myfiles.php?r=nkjkl#j35rkcr24g8d2 GWX Website/Home Page Donation/instant access to GWX (Help SubSim) http://www.subsim.com/subsim_files/gwx_donation1207.php
|
|
03-27-2010, 01:13 PM
|
#70 |
|
Grey Wolf
![]() Join Date: Mar 2006
Posts: 784
Downloads: 106
Uploads: 7
|
Hi all,
I prefer the present version. I frequently use it to have a list with the ordering of my activated mods. In contrast, I never use it for posting in the web It is just a matter of what I do more often.Cheers, LGN1 |
|
03-28-2010, 03:50 AM
|
#71 |
|
Navy Seal
![]() Join Date: Apr 2005
Posts: 5,564
Downloads: 19
Uploads: 0
|
OK, seems fairly divided, so I've done this:
![]() So far the next version will include the above enhancement, as well as a new help file (aspects of it are here). I've also updated the development software I use so the next version will be Vista/7 native, meaning that those with these newer OS's will get the familiar Vista/7 look and feel. This has no impact on XP users, who will conitnue to get the same look and feel as now.
__________________
Download the JSGME Generic Mod Enabler Last edited by JScones; 03-28-2010 at 06:56 AM. |
|
03-28-2010, 07:56 AM
|
#72 | |
|
Chief of the Boat
|
Quote:
__________________
Stop following me...I'm lost!! GWX3.0 Download Page http://www.mediafire.com/myfiles.php?r=nkjkl#j35rkcr24g8d2 GWX Website/Home Page Donation/instant access to GWX (Help SubSim) http://www.subsim.com/subsim_files/gwx_donation1207.php
|
|
|
04-02-2010, 06:07 AM
|
#73 |
|
Navy Seal
![]() Join Date: Apr 2005
Posts: 5,564
Downloads: 19
Uploads: 0
|
OK, I'm working on v2.4 now. So far I've:
- Added ability to copy the list of activated mods to the clipboard (as above) - Added /s switch for saving mod profiles (a feature that's been requested via email a number of times) - Added new Help file (20 page PDF file covering how to use JSGME) - Now optimised for use with Microsoft Vista and Windows 7 (means the exe file size has doubled to just over 1mb, but it's now truly Vista and Win 7 compatible) - Minor modifications to the behaviour of the "Tasks..." menu Any other features you'd like to see?
__________________
Download the JSGME Generic Mod Enabler |
|
04-02-2010, 06:52 AM
|
#74 | |
|
Weps
![]() Join Date: Jan 2010
Location: Asheville, NC, USA
Posts: 361
Downloads: 107
Uploads: 0
|
Quote:
__________________
|
|
|
04-02-2010, 07:56 AM
|
#75 |
|
Bilge Rat
![]() Join Date: Mar 2010
Posts: 3
Downloads: 13
Uploads: 0
|
Just a question about JSGME (I hope it is not off-topic):
Is there a simple way to have multiple icons added to desktop to start SH3 with different mods? e.g. one icon to start SH3+GWX, and another icon to start SH3+GWX+E-boat. Untill now I have disabled and enabled the various mods manually every time, but its a bit cumbersome and very easy to make a mistake (incorrect order changes behavior of some mods). Thanks in advance. |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
