[PROGRAM] X Plugin Manager : V1.87 : 2024-01-06
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 345
- Joined: Wed, 25. Feb 09, 19:44
-
- Posts: 451
- Joined: Fri, 30. Apr 10, 00:35
X2-Illuminatus wrote:The spkconvert.exe is a command line tool. You have to run it from the windows command console / terminal (cmd.exe). See this post for a basic explanation.Also the xpk convert doesn't work. I click it and it opens and closes instantly.
Thank you. I'll look at the thread

Cycrow, how do I remove the inbuilt EMP from the beta? Also, the last time I had installed it, I uninstalled the 1.30 and then installed the beta. Installing the beta while 1.30 is installed seems to have to effect. Is it normal? Should'nt the setup file update the 1.30 to the beta?
Im planning to install the standalone EMP is the built in one has no effect.
-
- Moderator (Script&Mod)
- Posts: 22434
- Joined: Sun, 14. Nov 04, 23:26
what effect does it have with both installed ?Deeparth wrote:X2-Illuminatus wrote:The spkconvert.exe is a command line tool. You have to run it from the windows command console / terminal (cmd.exe). See this post for a basic explanation.Also the xpk convert doesn't work. I click it and it opens and closes instantly.
Thank you. I'll look at the thread
Cycrow, how do I remove the inbuilt EMP from the beta? Also, the last time I had installed it, I uninstalled the 1.30 and then installed the beta. Installing the beta while 1.30 is installed seems to have to effect. Is it normal? Should'nt the setup file update the 1.30 to the beta?
Im planning to install the standalone EMP is the built in one has no effect.
installing the standalone EMP will automatically disable the built in one, as it'll detect theres one installed
-
- Posts: 451
- Joined: Fri, 30. Apr 10, 00:35
-
- Posts: 104
- Joined: Tue, 15. Jan 08, 23:58
Hi to all!
Is it possible to install without any issue a .xsp ship with a mod like XRM (rebalance mod)? Will the plugin manager merge the tship files of both XRM and the ship in xsp format?
Is it possible to install without any issue a .xsp ship with a mod like XRM (rebalance mod)? Will the plugin manager merge the tship files of both XRM and the ship in xsp format?
www.calciopeglio.netsons.org
Un paese e la sua realtà calcisitca.
Un paese e la sua realtà calcisitca.
-
- Moderator (Deutsch)
- Posts: 25130
- Joined: Sun, 2. Apr 06, 16:38
What doesn't work?How do I acess the spkconvert using cmd. Merely typing in the path doesn't work
Note that if you open the command console that you are in a certain directory and that you can only access sub directories or run programs that are in this directory. The easiest way to convert an old spk-file (without the need to type in any directories) is to open cmd.exe, see in which directory you are, copy the old spkfile as well the spkcovert.exe to this directory and run
Code: Select all
spkconvert.exe oldfile.spk newfile.spk
Nun verfügbar! X3: Farnham's Legacy - Ein neues Kapitel für einen alten Favoriten
Die komplette X-Roman-Reihe jetzt als Kindle E-Books! (Farnhams Legende, Nopileos, X3: Yoshiko, X3: Hüter der Tore, X3: Wächter der Erde)
Neuauflage der fünf X-Romane als Taschenbuch
The official X-novels Farnham's Legend, Nopileos, X3: Yoshiko as Kindle e-books!
Die komplette X-Roman-Reihe jetzt als Kindle E-Books! (Farnhams Legende, Nopileos, X3: Yoshiko, X3: Hüter der Tore, X3: Wächter der Erde)
Neuauflage der fünf X-Romane als Taschenbuch
The official X-novels Farnham's Legend, Nopileos, X3: Yoshiko as Kindle e-books!
-
- Posts: 451
- Joined: Fri, 30. Apr 10, 00:35
-
- Posts: 63
- Joined: Wed, 19. Nov 08, 14:42
Heya. Couldn't find a reference to this file on a quick search or an advanced search of the forums, so here's a problem I've uncovered. Might be unique to me, maybe someone's found a fix that I'm not thinking of.
The plugin manager operates normally until Go-time. X3TC runs great.
If I try to launch X3TC 3.1.1 through the shortcut in the manager (Lite v1.30), or if I close the manager, I get an critical exception error and it crashes to desktop.
System specs are in signature, Windows 7 Ultimate x64, UAC disabled (always using Administrator).
It's always with the same DLL and always the same exception code of c0000417. Not sure if I'm missing something blatantly obvious or not but thought I might at least mention this in case anyone else seems to be having issues
The game runs fine otherwise, assuming that launching the actual game shortcut instead of using XPM to launch the game will still allow the use of my plugins, since they were successfully installed through XPM.
Event viewer (condensed) is as follows for the exception:
Problem signature:
Problem Event Name: BEX
Application Name: XPluginManager.exe
Application Version: 0.0.0.0
Application Timestamp: 4d936344
Fault Module Name: MSVCR90.dll
Fault Module Version: 9.0.30729.4926
Fault Module Timestamp: 4a1743c1
Exception Offset: 0006c955
Exception Code: c0000417
Exception Data: 00000000
OS Version: 6.1.7600.2.0.0.256.1
Locale ID: 1033
Additional Information 1: abbf
Additional Information 2: abbf1643c47ad97692becb48ee5e8f04
Additional Information 3: 9bea
Additional Information 4: 9bea736759ec45380799d001c262f925
**Update**
Problem is still occurring. The DLL is part of the VC++ Redist pack which is not getting installed, the file simply doesn't exist in windows\system32. I've tried downloading the x86 and x64 VC++ redists directly from the Microsoft website and installing them, but it did not solve the issue. I also tried grabbing the actual DLL and manually registering it but alas, as I am on 64-bit, it threw a compatibility warning running the regsvr32 command.
I'm really at a loss =\
All of my normal plugins seem to be working, but none the ships I installed with the XPM are showing up in game.
**Update**
Switched to the 1.40 beta, and it is operating normally now. All of my added packages are working in game now except any Installed Ships mods, which do not load at all. This might be due to another mod conflict though since I am running XRM.
The plugin manager operates normally until Go-time. X3TC runs great.
If I try to launch X3TC 3.1.1 through the shortcut in the manager (Lite v1.30), or if I close the manager, I get an critical exception error and it crashes to desktop.
System specs are in signature, Windows 7 Ultimate x64, UAC disabled (always using Administrator).
It's always with the same DLL and always the same exception code of c0000417. Not sure if I'm missing something blatantly obvious or not but thought I might at least mention this in case anyone else seems to be having issues

Event viewer (condensed) is as follows for the exception:
Problem signature:
Problem Event Name: BEX
Application Name: XPluginManager.exe
Application Version: 0.0.0.0
Application Timestamp: 4d936344
Fault Module Name: MSVCR90.dll
Fault Module Version: 9.0.30729.4926
Fault Module Timestamp: 4a1743c1
Exception Offset: 0006c955
Exception Code: c0000417
Exception Data: 00000000
OS Version: 6.1.7600.2.0.0.256.1
Locale ID: 1033
Additional Information 1: abbf
Additional Information 2: abbf1643c47ad97692becb48ee5e8f04
Additional Information 3: 9bea
Additional Information 4: 9bea736759ec45380799d001c262f925
**Update**
Problem is still occurring. The DLL is part of the VC++ Redist pack which is not getting installed, the file simply doesn't exist in windows\system32. I've tried downloading the x86 and x64 VC++ redists directly from the Microsoft website and installing them, but it did not solve the issue. I also tried grabbing the actual DLL and manually registering it but alas, as I am on 64-bit, it threw a compatibility warning running the regsvr32 command.
I'm really at a loss =\
All of my normal plugins seem to be working, but none the ships I installed with the XPM are showing up in game.
**Update**
Switched to the 1.40 beta, and it is operating normally now. All of my added packages are working in game now except any Installed Ships mods, which do not load at all. This might be due to another mod conflict though since I am running XRM.
Insert something witty here, some day...
-
- Posts: 3
- Joined: Sun, 30. Jan 11, 11:17
Download times?
Hey, so I know these posts are a few years old, but what's up with the long download times? less than a kilobyte per second? it's ridiculous. Cycrow, would you be willing to mirror your files to one of the many, many file warehouse sites out there? You page throws 404's at me, and this is the only file I can find that (barely) downloads. I love this game, and I love the modding community, but the lack of distribution is killing me.
-
- Posts: 13
- Joined: Sat, 19. Nov 05, 12:46
-
- Posts: 41
- Joined: Sat, 30. Oct 04, 18:09
Plugin Manager Lite : V1.30
I have re-installed X3TC as directed so as to install XRM, all of which went well, the game/mod runs fine - my problem is installing other scripts using the Plugin Manager. My query is - where is the best place to install this program? My game is marked modified, and there are four (4) scripts/mods marked enabled, but all the other scripts I try to install read 'failed' - help!
{[url=http://forum.egosoft.com/viewtopic.php?t=216696][b]T[/b][b]C[/b] [b]S[/b]&M Posting [b]R[/b]ules[/url]. jlehtone}
{[url=http://forum.egosoft.com/viewtopic.php?t=216696][b]T[/b][b]C[/b] [b]S[/b]&M Posting [b]R[/b]ules[/url]. jlehtone}
-
- Posts: 41
- Joined: Sat, 30. Oct 04, 18:09
-
- Moderator (Script&Mod)
- Posts: 22434
- Joined: Sun, 14. Nov 04, 23:26
-
- Posts: 41
- Joined: Sat, 30. Oct 04, 18:09
-
- Posts: 41
- Joined: Sat, 30. Oct 04, 18:09
-
- Posts: 1288
- Joined: Tue, 7. Mar 06, 20:24
Program Files and Program Files (x86) are protected in Win 7. 
Try to install both in something like
It works fine for me.

Try to install both in something like
Code: Select all
C:\Games
It works fine for me.
« Il suivait son idée. C'était une idée fixe et il était surpris de ne pas avancer. » 
Jacques Prévert

Jacques Prévert
-
- Posts: 41
- Joined: Sat, 30. Oct 04, 18:09