X Plugin Manager V2.12 : Updated 23/01/2010 *LINUX VERSION AVAILABLE*

The place to discuss scripting and game modifications for X³: Reunion.

Moderators: Moderators for English X Forum, Scripting / Modding Moderators

Rate this program

5. Excelant
1986
71%
4. Good
459
16%
3. OK
161
6%
2. Bad
23
1%
1. Terrible
82
3%
- Not really my thing
84
3%
 
Total votes: 2795

User avatar
dizzy
Posts: 1019
Joined: Sun, 26. Sep 10, 06:00
x4

Post by dizzy » Wed, 3. Dec 14, 02:04

Cycrow wrote:for conflicts it uses creation dates and version numbers to work out which is the most recent and installs that. Scripts files have imbeded version numbers in them which the plugin manager reads
Thanks for your answer. What happens after a conflict has been resolved and it has decided to use a file from plugin A instead of plugin B (because it's newer, whatever) and then the user later removes/disables plugin A? Will the Plugin Manager restore the file to the plugin B version as it's the only enabled plugin having that file?

And another related question, what about files that are installed outside of the Plugin Manager. If I enable plugin A which tries to overwrite a file that was installed there by the vanilla game or by the user outside of Plugin Manager (PM), I assume that the PM will use the same rules to decide if it overwrites it (ie if the file installed outside the PM is "newer" or whatever it won't get overwritten). But if it does get overwritten and the user disables the plugin in the PM which overwrote it, does the PM restore the original contents of that file? (in order for this to work, the PM must make a backup copy of the file before overwriting it)

bodyjumper
Posts: 8
Joined: Fri, 27. Feb 15, 16:13
x4

Post by bodyjumper » Fri, 27. Feb 15, 16:31

hi every one !

i have a question :

the v2.12 is the last version or i need to use the 1.47 ?

i'm confuse the v1.47 is release in 2012 and the v2.12 is release in 2010.

what version is the last?

thank for your answers !

PS : sorry for my bad english (i'm french ) ^^

User avatar
X2-Illuminatus
Moderator (Deutsch)
Moderator (Deutsch)
Posts: 24950
Joined: Sun, 2. Apr 06, 16:38
x4

Post by X2-Illuminatus » Fri, 27. Feb 15, 17:34

v1.47 is the last version.
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!

bodyjumper
Posts: 8
Joined: Fri, 27. Feb 15, 16:13
x4

Post by bodyjumper » Fri, 27. Feb 15, 17:50

thanks, you help me so much ^^

Iwillbenicetou
Posts: 2
Joined: Mon, 16. Mar 15, 20:19

Post by Iwillbenicetou » Wed, 1. Apr 15, 22:17

Classic please help... Serious, I need help with the plugin. I run it on Steam and I can't find the actual game. Please help. ;)
Has X3 TC and AP

User avatar
X2-Illuminatus
Moderator (Deutsch)
Moderator (Deutsch)
Posts: 24950
Joined: Sun, 2. Apr 06, 16:38
x4

Post by X2-Illuminatus » Thu, 2. Apr 15, 09:56

[FAQ] I can't find the game folder. Where is it? (X3TC & X3AP)
[FAQ] I can't find the game folder. Where is it? (X3R)

If you really just have X3TC and X3AP, as it says in your signature, you might want to check that you have the latest version of the PM installed, which is version 1.47, available from here.
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!

Iwillbenicetou
Posts: 2
Joined: Mon, 16. Mar 15, 20:19

Post by Iwillbenicetou » Fri, 3. Apr 15, 01:54

X2-Illuminatus wrote: If you really just have X3TC and X3AP, as it says in your signature, you might want to check that you have the latest version of the PM installed, which is version 1.47, available from here.
Thanks! I think I installed the wrong way or the wrong thing. Thanks for understanding a noob like me. I live in the Rimworld Forums
Has X3 TC and AP

pumpkinmountain
Posts: 3
Joined: Sun, 26. Jun 16, 14:00

Patch to fix compilation on Linux

Post by pumpkinmountain » Sun, 26. Jun 16, 14:17

Hi

Here's a patch to fix compilation errors on modern Linux. If you get errors like:

Code: Select all

CatFile.cpp:778:45: error: ‘memcpy’ was not declared in this scope
   memcpy ( finalData + 1, newdata, *newsize );
                                             ^
Makefile:27: recipe for target 'CatFile.o' failed
then you need this: https://gist.github.com/ringerc/c848dc0 ... 8452fa8658

Apply with patch -p1, e.g.

Code: Select all

curl https://gist.githubusercontent.com/ringerc/c848dc05729116d7fa441f8452fa8658/raw/7e8ca1c53c1edc53b4f7e052deb9c03d84ab24b9/spk-build-fixes.patch | patch -p1
while your current directory is the directory with the "compile.sh" script in it.

I haven't re-hosted the code on github with the patch since the license is unclear and I don't know if I would have the right to do so. So I can only post a patch for now and you have to apply it yourself.

I'm resisting the temptation to convert the buildsystem to cmake and clean up the code, for the moment at least, because I'd rather port the full plugin manager lite over. I'm cloning the svn repo and will take a look at that. Hope this helps in the mean time.[/code]

User avatar
alexalsp
Posts: 1820
Joined: Fri, 18. Jul 14, 05:28
x4

Re: X Plugin Manager V2.12 : Updated 23/01/2010 *LINUX VERSION AVAILABLE*

Post by alexalsp » Sun, 17. Feb 19, 11:37

Links do not work. Fix please.

Cycrow
Moderator (Script&Mod)
Moderator (Script&Mod)
Posts: 22201
Joined: Sun, 14. Nov 04, 23:26
x4

Re: X Plugin Manager V2.12 : Updated 23/01/2010 *LINUX VERSION AVAILABLE*

Post by Cycrow » Mon, 18. Feb 19, 11:41

Try here viewtopic.php?f=94&t=265915
it works for all game versions

Fonsfon-2020
Posts: 3
Joined: Fri, 24. Jul 20, 16:50

Re: X Plugin Manager V2.12 : Updated 23/01/2010 *LINUX VERSION AVAILABLE*

Post by Fonsfon-2020 » Tue, 28. Jul 20, 12:53

None of the download links work, and when I go to the Xplugin page I try from there and I get an 404 error

User avatar
X2-Illuminatus
Moderator (Deutsch)
Moderator (Deutsch)
Posts: 24950
Joined: Sun, 2. Apr 06, 16:38
x4

Re: X Plugin Manager V2.12 : Updated 23/01/2010 *LINUX VERSION AVAILABLE*

Post by X2-Illuminatus » Thu, 30. Jul 20, 20:12

Use the new Plugin Manager. That link works.
Cycrow wrote:
Sat, 14. Jan 06, 23:08
New Plugin Manager Lite is available
This should work for all games, X2, X3 Reunion and TC and will replace the old plugin manager completly

Thread Here
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!

Benzschwagel
Posts: 2
Joined: Sun, 29. Jul 12, 03:01

Re: X Plugin Manager V2.12 : Updated 23/01/2010 *LINUX VERSION AVAILABLE*

Post by Benzschwagel » Mon, 28. Jun 21, 16:33

Found a new link for v2.12:

http://modsreloaded.com/plugin-manager

Enjoy!

Post Reply

Return to “X³: Reunion - Scripts and Modding”