Author Topic: Mount&Blade Module System Manager {0.4.7} | By Swyter  (Read 20695 times)

0 Members and 1 Guest are viewing this topic.

COGlory

  • Recruit
  • *
    • View Profile
  • Faction: Neutral
Re: Mount&Blade Module System Manager {0.2.3} | By Swyter
« Reply #60 on: December 22, 2010, 06:58:34 PM »
I opened it, clicked "OpenBRF" and it popped right up.  :) 

No issues here!  Also, buttons loading speedily. 

Swyter

  • Master Knight
  • *
  • »Star Wars Conquest Dev Team Leader
    • View Profile
    • [my tiny homepage]
  • Faction: Swadian
  • MP nick: Sareth | Swyter
  • M&BWBWF&S
Re: Mount&Blade Module System Manager {0.2.3} | By Swyter
« Reply #61 on: December 22, 2010, 07:02:22 PM »
I opened it, clicked "OpenBRF" and it popped right up.  :) 

No issues here!  Also, buttons loading speedily.

Cool! thx. It was fun.
You have just saved me from the public scorn.  :)

COGlory

  • Recruit
  • *
    • View Profile
  • Faction: Neutral
Re: Mount&Blade Module System Manager {0.2.3} | By Swyter
« Reply #62 on: December 22, 2010, 07:05:52 PM »
You've just saved me a huge annoyance!

Out of curiosity, (I'm assuming you used Visual Studio for this) did System.Diagnostics.Process.Start("build_module.bat directory") work?  When I tried it, I just got errors. 

Swyter

  • Master Knight
  • *
  • »Star Wars Conquest Dev Team Leader
    • View Profile
    • [my tiny homepage]
  • Faction: Swadian
  • MP nick: Sareth | Swyter
  • M&BWBWF&S
Re: Mount&Blade Module System Manager {0.2.3} | By Swyter
« Reply #63 on: December 22, 2010, 07:22:59 PM »
You've just saved me a huge annoyance!

Out of curiosity, (I'm assuming you used Visual Studio for this) did System.Diagnostics.Process.Start("build_module.bat directory") work?  When I tried it, I just got errors.

Definitely I'm not using C# for this. I prefer self-contained runtimes.
So my apps run without any heavy .NET framework, that means you can run it in Linux/Wine.

You should use a Shellexec call (Win32 api): http://tinyurl.com/29s294h

Or try something like this:
Code: (vcs) [Select]
System.Diagnostics.Process.Start("cmd","/c build_module.bat");
« Last Edit: December 22, 2010, 07:25:54 PM by Swyter »

Jezze

  • Grandmaster Knight
  • *
  • Hellow!
    • View Profile
  • Faction: Rhodok
  • M&BWBNW
Re: Mount&Blade Module System Manager {0.2.3} | By Swyter
« Reply #64 on: January 02, 2011, 06:04:16 PM »
Is there a way to configure the module map again? Couldn't find that anywhere.

Swyter

  • Master Knight
  • *
  • »Star Wars Conquest Dev Team Leader
    • View Profile
    • [my tiny homepage]
  • Faction: Swadian
  • MP nick: Sareth | Swyter
  • M&BWBWF&S
Re: Mount&Blade Module System Manager {0.2.3} | By Swyter
« Reply #65 on: January 03, 2011, 02:26:31 PM »
Is there a way to configure the module map again? Couldn't find that anywhere.

I don't understand, Jezze. The module map? Map.txt vertex are edited with the available ex/importers.
And the boundaries are specified in the first lines of Module.ini

dunde

  • Grandmaster Knight
  • *
  • Curious Coder of The Vision
    • View Profile
  • Faction: Swadian
  • WB
Re: Mount&Blade Module System Manager {0.2.3} | By Swyter
« Reply #66 on: January 03, 2011, 02:32:23 PM »
Is there a way to configure the module map again? Couldn't find that anywhere.

I don't understand, Jezze. The module map? Map.txt vertex are edited with the available ex/importers.
And the boundaries are specified in the first lines of Module.ini

May be what Jezze mean is selecting another module system folder. It's took time for me to realize that the window can be resized up so we can reconfigure MsManager.

Jezze

  • Grandmaster Knight
  • *
  • Hellow!
    • View Profile
  • Faction: Rhodok
  • M&BWBNW
Re: Mount&Blade Module System Manager {0.2.3} | By Swyter
« Reply #67 on: January 03, 2011, 03:10:58 PM »
Is there a way to configure the module map again? Couldn't find that anywhere.

I don't understand, Jezze. The module map? Map.txt vertex are edited with the available ex/importers.
And the boundaries are specified in the first lines of Module.ini

In the MySys program you can open the module folder of the mod you configured. But when I configured my new Module System, the button for module folder keeps opening the old module folder.

How can I set the new module folder, or this is done according to the module_info.py in the configured Module Folder of the MySys program?

Hope this clarifies the issue :).

Swyter

  • Master Knight
  • *
  • »Star Wars Conquest Dev Team Leader
    • View Profile
    • [my tiny homepage]
  • Faction: Swadian
  • MP nick: Sareth | Swyter
  • M&BWBWF&S
Re: Mount&Blade Module System Manager {0.2.3} | By Swyter
« Reply #68 on: January 03, 2011, 03:13:15 PM »
May be what Jezze mean is selecting another module system folder. It's took time for me to realize that the window can be resized up so we can reconfigure MsManager.

Oh. I see. I designed the app with a minimalist design in mind. So almost every option it's masked down into the toolbox.
I thought it appeared clearly in the screenshots. Well, simply drag the border down to show the ordered list.

The list of Functions up to Date >

   Configure MSManagerLets you select another module folder. Configuration it's saved independently for every user in the machine.
   Open Module FolderCreates a new Windows explorer window with the automatically gathered path.
   Open Msystem FolderCreates a new Windows explorer window with the given ModuleSystem folder given at first run.
   Start OpenBRFOpens the currently linked application with the BRF format.
   Magic ConstructorPlugin for automatic creation of Sceneprops. Look in the previous page for detailed instructions.
« Last Edit: January 03, 2011, 09:14:52 PM by Swyter »

Swyter

  • Master Knight
  • *
  • »Star Wars Conquest Dev Team Leader
    • View Profile
    • [my tiny homepage]
  • Faction: Swadian
  • MP nick: Sareth | Swyter
  • M&BWBWF&S
Re: Mount&Blade Module System Manager {0.2.3} | By Swyter
« Reply #69 on: January 03, 2011, 03:20:02 PM »
In the MySys program you can open the module folder of the mod you configured. But when I configured my new Module System, the button for module folder keeps opening the old module folder.

How can I set the new module folder, or this is done according to the module_info.py in the configured Module Folder of the MySys program?

Hope this clarifies the issue :).

Lets see your problem. I think what I know the origin of the issue. You're using a manually specified path, that aren't reseted when the configuration changes. Only when the path it's no more.

Good bug you've just found. BTW simply open Regedit, go to [HKEY_CURRENT_USER\Software\MSManagerBySwyter] and remove the entire key. I'll fix this in a moment.

You can also try to move/rename the current location where my program opens so you force to specify again a new folder.

Both are temporal solutions. Later I'll post a quick fixed version.

Jezze

  • Grandmaster Knight
  • *
  • Hellow!
    • View Profile
  • Faction: Rhodok
  • M&BWBNW
Re: Mount&Blade Module System Manager {0.2.3} | By Swyter
« Reply #70 on: January 03, 2011, 03:22:40 PM »
In the MySys program you can open the module folder of the mod you configured. But when I configured my new Module System, the button for module folder keeps opening the old module folder.

How can I set the new module folder, or this is done according to the module_info.py in the configured Module Folder of the MySys program?

Hope this clarifies the issue :).

Lets see your problem. I think what I know the origin of the issue. You're using a manually specified path, that aren't reseted when the configuration changes. Only when the path it's no more.

Good bug you've just found. BTW simply open Regedit, go to [HKEY_CURRENT_USER\Software\MSManagerBySwyter] and remove the entire key. I'll fix this in a moment.

You can also try to move/rename the current location where my program opens so you force to specify again a new folder.

Both are temporal solutions. Later I'll post a quick fixed version.

Yeah, exactly ;). This is exactly what I mean. When I installed it for the first time, the module folder worked perfect, but when I switched to another folder, it kept opening the old module folder.

I shall fix it with the regedit, thanks for the help :D!

Swyter

  • Master Knight
  • *
  • »Star Wars Conquest Dev Team Leader
    • View Profile
    • [my tiny homepage]
  • Faction: Swadian
  • MP nick: Sareth | Swyter
  • M&BWBWF&S
M&B MSYS MANAGER v0.2.4 RELEASED
« Reply #71 on: January 05, 2011, 05:21:24 PM »
M&B MSYS MANAGER v0.2.4 RELEASED

Mandatory update  :). For ease and a better workflow I recommend specially this version.
I'm very happy with the results of today.

✓ :: Fixed the 'lack of reseting paths' when the configuration changes. Thanks to [Jezze] ;)
 ✓ :: Now you can set the opacity of the Tool Box at your wish.
  ✓ :: The path recognition of the artisan Python parser has been improved. 100% of usability.
   ✓ :: Added more filters to the Magic Constructor (now skips strings with /,#,),spaces and another symbols) a more complex algorithm and a beautified window.
    ✓ :: Overall use it's smooth and clever.
     ✓ :: The last version I added an "// Operations" as reference. In this one a "// Module INI" is optionally added.
      ✓ :: Minor tinkering on starting routines and so.


Click Here, or use the first post button for downloading a single, portable useful coding tool.
« Last Edit: January 05, 2011, 05:28:59 PM by Swyter »

Jezze

  • Grandmaster Knight
  • *
  • Hellow!
    • View Profile
  • Faction: Rhodok
  • M&BWBNW
Re: Mount&Blade Module System Manager {0.2.4} | By Swyter
« Reply #72 on: January 05, 2011, 05:39:41 PM »
Awesome :D! Downloading now.

EDIT:

I had to remove the keys from the register of the old MySys manager to get it working, but what a great tool ;). Everything works like a charm!

And when you configure the manager, your configure window does not disappear in my case when you press 'Done' btw.
« Last Edit: January 05, 2011, 05:47:56 PM by Jezze »

Swyter

  • Master Knight
  • *
  • »Star Wars Conquest Dev Team Leader
    • View Profile
    • [my tiny homepage]
  • Faction: Swadian
  • MP nick: Sareth | Swyter
  • M&BWBWF&S
Re: Mount&Blade Module System Manager {0.2.4} | By Swyter
« Reply #73 on: January 05, 2011, 05:56:45 PM »
Awesome :D! Downloading now.

EDIT:

I had to remove the keys from the register of the old MySys manager to get it working, but what a great tool ;). Everything works like a charm!

And when you configure the manager, your configure window does not disappear in my case when you press 'Done' btw.

 :? Have you filled all the items? The Module system directory needs to be selected every time you enter in the Configuration window. I've been testing stuff along 2 hours. Without any serious problem.

Apart from a Windows 7 API error with the transparency selector. But there's nothing I can do there.
« Last Edit: January 05, 2011, 05:59:36 PM by Swyter »

COGlory

  • Recruit
  • *
    • View Profile
  • Faction: Neutral
Re: Mount&Blade Module System Manager {0.2.4} | By Swyter
« Reply #74 on: January 05, 2011, 05:59:11 PM »
It doesn't even load for me.  Just opens up Notepad++.