[BETA] X Plugin Manager Lite : 1.40 RC 3 : 03/01/2012

The place to discuss scripting and game modifications for X³: Terran Conflict and X³: Albion Prelude.

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

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

Post by Cycrow » Sat, 26. Sep 09, 16:33

lostsoulzeffigy wrote:it stopped working, why idk. The only thing i did recently was install America's Army 3 via Steam
what kind of error is it, is it a crash, does it just not load up, does it load up and then crash ?

unfortuatlly that error could be anywhere in the program

so if i know when its happening, i might be able to narrow it down.

althou i dont see y it would stop working after installing anything else.
the error does seem to be coming from .NET thou

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

Post by Cycrow » Sat, 26. Sep 09, 16:35

kelmen wrote:just my opinion, why not develope using C#.Net?

all these missing C++ files, well, should be for hardcore stuffs like 3D game
well, 2 reasons mainly

first, i've never actually used C#, and i only have a C++ compilier.

and second, most of the code is written in c++ as a library, as it will be used in windows, linux, and mac, so writing it in C# is not really an option.

only a small part of the program is actually .NET, and thats litterly just the Gui display

lostsoulzeffigy
Posts: 46
Joined: Fri, 10. Oct 08, 21:51
x4

Post by lostsoulzeffigy » Sun, 27. Sep 09, 01:06

Please excuse my ignorance, I'm not a programmer and know very little about debugging beyond simply troubleshooting a BSOD system crash. Keep in mind that I'm running XP Pro SP2 (x64)


X Plugin Manager crashes before the GUI loads. Dr Watson comes up and asks to generate an error report so i let it. However, instead of letting Dr. Watson exit gracefully i killed it's process so it wouldn't delete the memory dump it created in the %temp% folder.

Now that i have the dump file, i I went ahead and downloaded/installed:

Debugging Tools for Windows - Native x64 version 6.11.1.404
http://www.microsoft.com/whdc/devtools/ ... 64bit.mspx
Windows Server 2003 with Service Pack 2 x64-based retail symbols, all languages
http://www.microsoft.com/whdc/devtools/ ... olpkg.mspx

These are the results of loading the X Plugin Manager memory dump file into WinDbg and running the "!analyze -v" command:

Code: Select all

Loading Dump File [C:\Documents and Settings\Effigy\Desktop\X Plugin Manager Crash Info\WinDbg\Dr Watson DMP File.dmp]
User Mini Dump File: Only registers, stack and portions of memory are available

Symbol search path is: C:\WINDOWS\Symbols;SRV*C:\WINDOWS\Symbols*http://msdl.microsoft.com/download/symbols
Executable search path is: 
Windows XP Version 2600 MP (4 procs) Free x86 compatible
Product: WinNt, suite: SingleUserTS
Machine Name:
Debug session time: Sat Sep 26 17:38:24.000 2009 (GMT-4)
System Uptime: not available
Process Uptime: 0 days 0:00:02.000
........................................
This dump file has an exception of interest stored in it.
The stored exception information can be accessed via .ecxr.
(11ec.11d4): CLR exception - code e0434f4d (first/second chance not available)
eax=00000000 ebx=7d4d8ebe ecx=00000000 edx=00000000 esi=000001fc edi=00000000
eip=7d61c846 esp=002ed4a0 ebp=002ed50c iopl=0         nv up ei pl nz na po nc
cs=0023  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00000202
Unable to load image C:\WINDOWS\system32\ntdll.dll, Win32 error 0n2
*** WARNING: Unable to verify timestamp for ntdll.dll
ntdll!RtlAllocateHeapSlowly+0xf62:
7d61c846 c20c00          ret     0Ch
0:000> !analyze -v
*******************************************************************************
*                                                                             *
*                        Exception Analysis                                   *
*                                                                             *
*******************************************************************************

*** WARNING: Unable to verify checksum for System.ni.dll
*** WARNING: Unable to verify checksum for System.Windows.Forms.ni.dll
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for PluginManagerLite.exe - 
Unable to load image C:\WINDOWS\system32\spk.dll, Win32 error 0n2
*** WARNING: Unable to verify timestamp for spk.dll
*** ERROR: Module load completed but symbols could not be loaded for spk.dll
*** WARNING: Unable to verify checksum for mscorlib.ni.dll
*** WARNING: Unable to verify checksum for System.Drawing.ni.dll
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: kernel32!pNlsUserInfo                         ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: kernel32!pNlsUserInfo                         ***
***                                                                   ***
*************************************************************************

FAULTING_IP: 
kernel32!RaiseException+53
7d4e237e 5e              pop     esi

EXCEPTION_RECORD:  002ee854 -- (.exr 0x2ee854)
ExceptionAddress: 7d4e237e (kernel32!RaiseException+0x00000053)
   ExceptionCode: e0434f4d (CLR exception)
  ExceptionFlags: 00000001
NumberParameters: 1
   Parameter[0]: 80131509

PROCESS_NAME:  PluginManagerLite.exe

ERROR_CODE: (NTSTATUS) 0xe0434f4d - <Unable to get error code text>

EXCEPTION_CODE: (NTSTATUS) 0xe0434f4d - <Unable to get error code text>

EXCEPTION_PARAMETER1:  80131509

MANAGED_STACK: !dumpstack -EE
No export dumpstack found

MANAGED_BITNESS_MISMATCH: 
Managed code needs matching platform of sos.dll for proper analysis. Use 'x86' debugger.

ADDITIONAL_DEBUG_TEXT:  Followup set based on attribute [Is_ChosenCrashFollowupThread] from Frame:[0] on thread:[ffffffff]

LAST_CONTROL_TRANSFER:  from 79eda99c to 7d4e237e

FAULTING_THREAD:  ffffffff

BUGCHECK_STR:  APPLICATION_FAULT_CLR_EXCEPTION_STACKIMMUNE

PRIMARY_PROBLEM_CLASS:  CLR_EXCEPTION_STACKIMMUNE

DEFAULT_BUCKET_ID:  CLR_EXCEPTION_STACKIMMUNE

STACK_TEXT:  
00000000 PluginManagerLite+0x0


SYMBOL_NAME:  PluginManagerLite

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: PluginManagerLite

IMAGE_NAME:  PluginManagerLite.exe

DEBUG_FLR_IMAGE_TIMESTAMP:  4a92ddd5

STACK_COMMAND:  ** Pseudo Context ** ; kb

BUCKET_ID:  APPLICATION_FAULT_CLR_EXCEPTION_STACKIMMUNE_PluginManagerLite

FAILURE_BUCKET_ID:  CLR_EXCEPTION_STACKIMMUNE_e0434f4d_PluginManagerLite.exe!Unknown

WATSON_STAGEONE_URL:  http://watson.microsoft.com/StageOne/PluginManagerLite_exe/0_0_0_0/4a92ddd5/kernel32_dll/5_2_3790_4480/49c51f06/e0434f4d/0002237e.htm?Retriage=1

Followup: MachineOwner
---------

After noticing in the debug results that some parts wanted an x86 debugger i went ahead and downloaded/installed the 32-bit version of WinDbg and ran Windbg (x86), these are the results:

Code: Select all

Microsoft (R) Windows Debugger Version 6.11.0001.404 X86
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [C:\Documents and Settings\Effigy\Desktop\X Plugin Manager Crash Info\WinDbg\Dr Watson DMP File.dmp]
User Mini Dump File: Only registers, stack and portions of memory are available

Symbol search path is: C:\WINDOWS\Symbols;SRV*C:\WINDOWS\Symbols*http://msdl.microsoft.com/download/symbols
Executable search path is: 
Windows XP Version 2600 MP (4 procs) Free x86 compatible
Product: WinNt, suite: SingleUserTS
Machine Name:
Debug session time: Sat Sep 26 17:38:24.000 2009 (GMT-4)
System Uptime: not available
Process Uptime: 0 days 0:00:02.000
........................................
This dump file has an exception of interest stored in it.
The stored exception information can be accessed via .ecxr.
(11ec.11d4): CLR exception - code e0434f4d (first/second chance not available)
eax=00000000 ebx=7d4d8ebe ecx=00000000 edx=00000000 esi=000001fc edi=00000000
eip=7d61c846 esp=002ed4a0 ebp=002ed50c iopl=0         nv up ei pl nz na po nc
cs=0023  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00000202
ntdll!ZwWaitForSingleObject+0x15:
7d61c846 c20c00          ret     0Ch
0:000> !analyze -v
*******************************************************************************
*                                                                             *
*                        Exception Analysis                                   *
*                                                                             *
*******************************************************************************

*** WARNING: Unable to verify checksum for System.ni.dll
*** WARNING: Unable to verify checksum for System.Windows.Forms.ni.dll
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for PluginManagerLite.exe - 
*** WARNING: Unable to verify checksum for spk.dll
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for spk.dll - 
*** WARNING: Unable to verify checksum for mscorlib.ni.dll
*** WARNING: Unable to verify checksum for System.Drawing.ni.dll
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: kernel32!pNlsUserInfo                         ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: kernel32!pNlsUserInfo                         ***
***                                                                   ***
*************************************************************************

FAULTING_IP: 
kernel32!RaiseException+53
7d4e237e 5e              pop     esi

EXCEPTION_RECORD:  002ee854 -- (.exr 0x2ee854)
ExceptionAddress: 7d4e237e (kernel32!RaiseException+0x00000053)
   ExceptionCode: e0434f4d (CLR exception)
  ExceptionFlags: 00000001
NumberParameters: 1
   Parameter[0]: 80131509

DEFAULT_BUCKET_ID:  CLR_EXCEPTION

PROCESS_NAME:  PluginManagerLite.exe

ERROR_CODE: (NTSTATUS) 0xe0434f4d - <Unable to get error code text>

EXCEPTION_CODE: (NTSTATUS) 0xe0434f4d - <Unable to get error code text>

EXCEPTION_PARAMETER1:  80131509

MANAGED_STACK: 
SP       IP       Function
    002EE9D0 7AAB4823 System_ni!System.ComponentModel.BackgroundWorker.RunWorkerAsync(System.Object)+0x1e4fa7
    002EE9E8 7A8CF873 System_ni!System.ComponentModel.BackgroundWorker.RunWorkerAsync()+0x7
    002EE9EC 0262E663 PluginManagerLite!PluginManagerLite.ManagerGui.StartBackground(Int32)+0x13
    002EE9F0 0262E854 PluginManagerLite!PluginManagerLite.ManagerGui.ChangeDirectoryEvent(System.Object, System.EventArgs)+0x124
    002EEABC 7B1A8CEC System_Windows_Forms_ni!System.Windows.Forms.ComboBox.OnSelectedIndexChanged(System.EventArgs)+0x8c
    002EEAD8 7B1F9913 System_Windows_Forms_ni!System.Windows.Forms.ComboBox.set_SelectedIndex(Int32)+0xa3
    002EEAF0 7B1C1201 System_Windows_Forms_ni!System.Windows.Forms.ComboBox.set_Text(System.String)+0xb1
    002EEB04 0262B95C PluginManagerLite!PluginManagerLite.ManagerGui.UpdateDirList()+0x14c
    002EEBB0 02629B1C PluginManagerLite!<Module>.main(System.String[])+0xeec

StackTraceString: <none>
HResult: 80131509

EXCEPTION_OBJECT: !pe 29886c8
Exception object: 029886c8
Exception type: System.InvalidOperationException
Message: This BackgroundWorker is currently busy and cannot run multiple tasks concurrently.
InnerException: <none>
StackTrace (generated):
    SP       IP       Function
    002EE9D0 7AAB4823 System_ni!System.ComponentModel.BackgroundWorker.RunWorkerAsync(System.Object)+0x1e4fa7
    002EE9E8 7A8CF873 System_ni!System.ComponentModel.BackgroundWorker.RunWorkerAsync()+0x7
    002EE9EC 0262E663 PluginManagerLite!PluginManagerLite.ManagerGui.StartBackground(Int32)+0x13
    002EE9F0 0262E854 PluginManagerLite!PluginManagerLite.ManagerGui.ChangeDirectoryEvent(System.Object, System.EventArgs)+0x124
    002EEABC 7B1A8CEC System_Windows_Forms_ni!System.Windows.Forms.ComboBox.OnSelectedIndexChanged(System.EventArgs)+0x8c
    002EEAD8 7B1F9913 System_Windows_Forms_ni!System.Windows.Forms.ComboBox.set_SelectedIndex(Int32)+0xa3
    002EEAF0 7B1C1201 System_Windows_Forms_ni!System.Windows.Forms.ComboBox.set_Text(System.String)+0xb1
    002EEB04 0262B95C PluginManagerLite!PluginManagerLite.ManagerGui.UpdateDirList()+0x14c
    002EEBB0 02629B1C PluginManagerLite!<Module>.main(System.String[])+0xeec

StackTraceString: <none>
HResult: 80131509

MANAGED_OBJECT: !dumpobj 29951dc
Name: System.String
MethodTable: 79330a00
EEClass: 790ed64c
Size: 184(0xb8) bytes
 (C:\WINDOWS\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll)
String: This BackgroundWorker is currently busy and cannot run multiple tasks concurrently.
Fields:
      MT    Field   Offset                 Type VT     Attr    Value Name
00000000  4000096        4         System.Int32  1 instance       84 m_arrayLength
00000000  4000097        8         System.Int32  1 instance       83 m_stringLength
00000000  4000098        c          System.Char  1 instance       54 m_firstChar
00000000  4000099       10        System.String  0   shared   static Empty
    >> Domain:Value Unable to get AppDomain 300698
00000000  400009a       14              SZARRAY  0   shared   static WhitespaceChars
    >> Domain:Value Unable to get AppDomain 300698

EXCEPTION_MESSAGE:  This BackgroundWorker is currently busy and cannot run multiple tasks concurrently.

MANAGED_OBJECT_NAME:  System.InvalidOperationException

LAST_CONTROL_TRANSFER:  from 79eda99c to 7d4e237e

FAULTING_THREAD:  ffffffff

PRIMARY_PROBLEM_CLASS:  CLR_EXCEPTION

BUGCHECK_STR:  APPLICATION_FAULT_CLR_EXCEPTION

STACK_TEXT:  
7aab4823 System_ni!System.ComponentModel.BackgroundWorker.RunWorkerAsync+0x1e4fa7
7a8cf873 System_ni!System.ComponentModel.BackgroundWorker.RunWorkerAsync+0x7
0262e663 PluginManagerLite!PluginManagerLite.ManagerGui.StartBackground+0x13
0262e854 PluginManagerLite!PluginManagerLite.ManagerGui.ChangeDirectoryEvent+0x124
7b1a8cec System_Windows_Forms_ni!System.Windows.Forms.ComboBox.OnSelectedIndexChanged+0x8c
7b1f9913 System_Windows_Forms_ni!System.Windows.Forms.ComboBox.set_SelectedIndex+0xa3
7b1c1201 System_Windows_Forms_ni!System.Windows.Forms.ComboBox.set_Text+0xb1
0262b95c PluginManagerLite!PluginManagerLite.ManagerGui.UpdateDirList+0x14c
02629b1c PluginManagerLite!<Module>.main+0xeec


FOLLOWUP_IP: 
System_ni+674823
7aab4823 cc              int     3

SYMBOL_STACK_INDEX:  0

SYMBOL_NAME:  System_ni!System.ComponentModel.BackgroundWorker.RunWorkerAsync+674823

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: System_ni

IMAGE_NAME:  System.ni.dll

DEBUG_FLR_IMAGE_TIMESTAMP:  4889de7a

STACK_COMMAND:  ** Pseudo Context ** ; kb

FAILURE_BUCKET_ID:  CLR_EXCEPTION_e0434f4d_System.ni.dll!System.ComponentModel.BackgroundWorker.RunWorkerAsync

BUCKET_ID:  APPLICATION_FAULT_CLR_EXCEPTION_System_ni!System.ComponentModel.BackgroundWorker.RunWorkerAsync+674823

WATSON_STAGEONE_URL:  http://watson.microsoft.com/StageOne/PluginManagerLite_exe/0_0_0_0/4a92ddd5/kernel32_dll/5_2_3790_4480/49c51f06/e0434f4d/0002237e.htm?Retriage=1

Followup: MachineOwner
---------
Sorry for the redundant info in the 2 debug outputs.

Hopefully this information is useful.

Any other info i can provide to help?

thedepot
Posts: 4
Joined: Tue, 29. Sep 09, 12:11

Post by thedepot » Tue, 29. Sep 09, 12:22

Hello,
nice job on making a plugin manager for X3TC

I have a problem after install of the B3 at first launch, an error message "unable to open new directory" validate = close the program.

I see the right directory in "Current Directory" as the first windows is present (but not usable because closing after ok on the error message) =>
C:\Program Files (x86)\EGOSOFT\X3 Terran Conflict (X3 Terran Conflict)
the real path directory is :
C:\Program Files (x86)\Egosoft\X3 Terran Conflict

i'm under Vista pro 64 sp2 and may be it's the problem with the special name of "Program Files (x86)" causing conflict with the special name that you use in your program at the end of the path (X3 Terran Conflict)

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

Post by Cycrow » Tue, 29. Sep 09, 14:32

did u try running the the manager with administrator rights.

as program files under vista is usually locked to most programs.

the bit at the end in brackets, is what game is in the directory.
so its found a copy of Terran Conflict there

thedepot
Posts: 4
Joined: Tue, 29. Sep 09, 12:11

Post by thedepot » Tue, 29. Sep 09, 15:39

Indeed Vista is a bit more restrictive about admin/non-admin rights but my local account is administrator (with warning deactivated) yes not very secure but no more pop-up of confirmation for all actions ...
To be sure i tried the "run as administrator" tip .. but as i supposed same result.

I tried to uninstall/reinstall the pluginmanager but still same error, for info the directory PluginManager in C:\Program Files (x86)\Egosoft\X3 Terran Conflict is correctly created as the file PluginManager.dat

The timestamp of the file PluginManager.dat is update at each launch of the program PluginManagerLite.exe which should prove that it as sufficient rights.
I noticed that another file pluginmanager.dat is created/updated at the same time in my user\documents\Egosoft\.

For info i have some plugin installed manually via files directly in directories t/scripts like MARS and salvage claim software mk1.

EDIT : for info2 in vista 64 you have "c:\Program files" for all real 64bit application and "c:\Program files (x86)" for others apps like X3 TC and PluginManagerLite.exe .. then if you use references from environment variables without this distinction may be it explains the error message.

If you need some more infos let me know.

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

Post by Cycrow » Tue, 29. Sep 09, 16:46

it could be a corrupt directory, or it might be having trouble reading the existing data.

i would suggest deleting the pluginmanager directory then try running it again and c if that fixes it

the error message your getting is from when it opens the pluginmanager.dat file

most likly its not liking something in that file.

also, before u delete it, could u also send me the current file so i can look at it.

thedepot
Posts: 4
Joined: Tue, 29. Sep 09, 12:11

Post by thedepot » Tue, 29. Sep 09, 17:21

I cutted/paste the directory, launch and same problem the directory pluginmanager and the.dat file are re-created.
I'll try to attach file ... but not possible i code the content sorry quite long :

Code: Select all

SpkInstaller: 0.82

BetaVersion: 1

UpdateTime: 0

Original: 0 !config.add.wares.few.one.pck

Original: 0 !config.add.wares.few.two.pck

Original: 0 !config.add.wares.much.one.pck

Original: 0 !config.add.wares.much.two.pck

Original: 0 !config.add.wares.one.one.pck

Original: 0 !config.add.wares.one.two.pck

Original: 0 !config.create.nearplanet.pck

Original: 0 !config.earth.torus.pck

Original: 0 !config.faction.atreus.pck

Original: 0 !config.faction.dukes.pck

Original: 0 !config.faction.jsdd.pck

Original: 0 !config.faction.nmmc.pck

Original: 0 !config.faction.otas.pck

Original: 0 !config.faction.plutarch.pck

Original: 0 !config.faction.strongarms.pck

Original: 0 !config.faction.terracorp.pck

Original: 0 !fight.attack.boarded.pck

Original: 0 !fight.attack.enemiesrange.land.pck

Original: 0 !fight.attack.object.bomber.pck

Original: 0 !fight.attack.object.land.pck

Original: 0 !fight.attack.object.owp.pck

Original: 0 !fight.attack.object.pck

Original: 0 !fight.attack.object.std.pck

Original: 0 !fight.board.launchmarines.pck

Original: 0 !fight.defend.earth.pck

Original: 0 !fight.defend.sector.pck

Original: 0 !fight.global.call.defencebase.pck

Original: 0 !fight.invasion.pck

Original: 0 !fight.patrol.attack.object.pck

Original: 0 !fight.patrol.targeting.pck

Original: 0 !fight.targeting.pck

Original: 0 !fight.torus.turret.pck

Original: 0 !galaxyeditor.create.asteroid.pck

Original: 0 !galaxyeditor.create.debris.pck

Original: 0 !galaxyeditor.create.flyingware.pck

Original: 0 !galaxyeditor.create.gate.pck

Original: 0 !galaxyeditor.create.gates.pck

Original: 0 !galaxyeditor.create.nebula.pck

Original: 0 !galaxyeditor.create.planet.pck

Original: 0 !galaxyeditor.create.ship.pck

Original: 0 !galaxyeditor.create.ships.pck

Original: 0 !galaxyeditor.create.special.pck

Original: 0 !galaxyeditor.create.station.pck

Original: 0 !galaxyeditor.create.sun.pck

Original: 0 !galaxyeditor.fac.addresource.pck

Original: 0 !galaxyeditor.fac.addsresource.pck

Original: 0 !galaxyeditor.fac.rmresource.pck

Original: 0 !galaxyeditor.fac.rmsresource.pck

Original: 0 !galaxyeditor.obj.addmarine.pck

Original: 0 !galaxyeditor.obj.addware.pck

Original: 0 !galaxyeditor.obj.installware.pck

Original: 0 !galaxyeditor.station.addproduct.pck

Original: 0 !galaxyeditor.station.rmproduct.pck

Original: 0 !god.conf.pck

Original: 0 !god.tl.deliver.factory.pck

Original: 0 !init.ship.commandpreload.pck

Original: 0 !init.ship.commandupgrade.pck

Original: 0 !init.ship.globalscriptmap.khaak.pck

Original: 0 !init.ship.globalscriptmap.pck

Original: 0 !init.ship.globalscriptmap.pl.pck

Original: 0 !init.ship.globalscriptmap.spfly.pck

Original: 0 !init.ship.globalscriptmap.std.pck

Original: 0 !init.station.commandupgrade.pck

Original: 0 !init.station.globalscriptmap.pck

Original: 0 !init.wing.commandpreload.pck

Original: 0 !init.wing.commandupgrade.pck

Original: 0 !init.wing.globalscriptmap.pck

Original: 0 !init.wing.globalscriptmap.pl.pck

Original: 0 !init.wing.globalscriptmap.std.pck

Original: 0 !job.fight.attackallenemies.pck

Original: 0 !job.fight.defencebase.pck

Original: 0 !job.fight.rthr.attackallenemies.pck

Original: 0 !job.local.stationtostation.pck

Original: 0 !job.patrol.long.pck

Original: 0 !job.patrol.pirat.long.pck

Original: 0 !job.patrol.pirat.short.pck

Original: 0 !job.patrol.scout.pck

Original: 0 !job.patrol.short.pck

Original: 0 !job.pirate.plunderships.pck

Original: 0 !job.police.patrol.pck

Original: 0 !job.special.idle.pck

Original: 0 !job.special.preach.pck

Original: 0 !job.special.repairteam.pck

Original: 0 !job.special.spacefly.hunter.pck

Original: 0 !job.special.taxi.pck

Original: 0 !job.special.tpliners.pck

Original: 0 !job.trade.docktrader.pck

Original: 0 !job.trade.freetrader.docksonly.pck

Original: 0 !job.trade.freetrader.pck

Original: 0 !job.trade.freetrader.raceonly.pck

Original: 0 !job.trade.iceminer.pck

Original: 0 !job.trade.militarysupply.pck

Original: 0 !job.trade.planetsupply.pck

Original: 0 !job.wing.attacknearest.pck

Original: 0 !job.wing.attacksame.pck

Original: 0 !job.wing.protect.pck

Original: 0 !lib.addware.tostation.pck

Original: 0 !lib.check.jumperror.group.pck

Original: 0 !lib.check.jumperror.pck

Original: 0 !lib.check.target.isescaping.pck

Original: 0 !lib.check.use.emergencyjump.pck

Original: 0 !lib.check.weneed.fuel.pck

Original: 0 !lib.comparearray.pck

Original: 0 !lib.createarray.2.pck

Original: 0 !lib.ds.pck

Original: 0 !lib.ext.mapsector.pck

Original: 0 !lib.ext.patrolscan.pck

Original: 0 !lib.ext.scan.forenemies.pck

Original: 0 !lib.fight.defencebase.start.pck

Original: 0 !lib.find.illegalfab.pck

Original: 0 !lib.freight.dropandreturn.pck

Original: 0 !lib.freight.dropoff.pck

Original: 0 !lib.freight.fetch.pck

Original: 0 !lib.get.allships.ingroup.pck

Original: 0 !lib.get.best.missile.fortarget.pck

Original: 0 !lib.get.bestbuy.pck

Original: 0 !lib.get.bestsell.pck

Original: 0 !lib.get.bestship.resupply.pck

Original: 0 !lib.get.enemy.array.pck

Original: 0 !lib.get.enemytarget.pck

Original: 0 !lib.get.group.leader.pck

Original: 0 !lib.get.objectclass.index.pck

Original: 0 !lib.get.objs.insector.pck

Original: 0 !lib.get.outpost.nearest.pck

Original: 0 !lib.get.products.inrange.pck

Original: 0 !lib.get.products.inrange2.pck

Original: 0 !lib.get.products.insector.pck

Original: 0 !lib.get.sectors.inrange.pck

Original: 0 !lib.get.shieldthreshold.pck

Original: 0 !lib.get.shipequipment.pck

Original: 0 !lib.input.chose.ware.onsale.pck

Original: 0 !lib.input.chose.waretype.pck

Original: 0 !lib.input.enemytarget.pck

Original: 0 !lib.input.get.sectorarray.pck

Original: 0 !lib.input.get.ware.tobuy.pck

Original: 0 !lib.interrupt.pck

Original: 0 !lib.job.getidletime.pck

Original: 0 !lib.msg.found.enemies.pck

Original: 0 !lib.msg.patrol.pck

Original: 0 !lib.nav.switch.pck

Original: 0 !lib.resupply.rearm.fromdockedat.pck

Original: 0 !lib.resupply.refuel.fromdockedat.pck

Original: 0 !lib.resupply.set.quota.pck

Original: 0 !lib.ship.regroup.pck

Original: 0 !lib.war.races.pck

Original: 0 !lib.wing.finddockcarrier.pck

Original: 0 !move.boardship.astronaut.pck

Original: 0 !move.boardship.pck

Original: 0 !move.collectrocks.pck

Original: 0 !move.collectware.pck

Original: 0 !move.deploy.fighters.pck

Original: 0 !move.deploy.satellites.pck

Original: 0 !move.emergencyjump.pck

Original: 0 !move.follow.template.notship.pck

Original: 0 !move.follow.template.pck

Original: 0 !move.followship.pck

Original: 0 !move.followship.shadowing.pck

Original: 0 !move.idle.pck

Original: 0 !move.idle.timeout.pck

Original: 0 !move.jump.pck

Original: 0 !move.jumptogate.nearest.pck

Original: 0 !move.jumptoposition.pck

Original: 0 !move.jumptosector.pck

Original: 0 !move.jumptostation.pck

Original: 0 !move.mapsector.pck

Original: 0 !move.military.resupply.pck

Original: 0 !move.mine.loop.pck

Original: 0 !move.mine.minemineral.pck

Original: 0 !move.mine.trade.pck

Original: 0 !move.move.destroy.pck

Original: 0 !move.movefreight.pck

Original: 0 !move.movethroughgate.pck

Original: 0 !move.movetonextsector.pck

Original: 0 !move.movetoobject.pck

Original: 0 !move.movetoobject.samesector.pck

Original: 0 !move.movetoposition.pck

Original: 0 !move.movetopositioncontinue.pck

Original: 0 !move.movetosafestation.pck

Original: 0 !move.movetosector.pck

Original: 0 !move.movetosector.simple.pck

Original: 0 !move.movetostation.destroy.pck

Original: 0 !move.movetostation.pck

Original: 0 !move.movetostationinradius.pck

Original: 0 !move.patrol.multisec.pck

Original: 0 !move.patrol.scanforenemies.pck

Original: 0 !move.patrol.singlesec.pck

Original: 0 !move.patrol.towaypoint.pck

Original: 0 !move.preach.pck

Original: 0 !move.rearm.group.pck

Original: 0 !move.refuel.group.pck

Original: 0 !move.refueljumpdrive.pck

Original: 0 !move.repair.pck

Original: 0 !move.resupply.all.pck

Original: 0 !move.resupply.group.pck

Original: 0 !move.resupply.pck

Original: 0 !move.retreat.pck

Original: 0 !move.returntohomebase.pck

Original: 0 !move.scan.asteroid.pck

Original: 0 !move.scan.asteroids.pck

Original: 0 !move.scan.debris.pck

Original: 0 !move.scanpatrol.pck

Original: 0 !move.setformation.delta.pck

Original: 0 !move.setformation.line.pck

Original: 0 !move.setformation.x.pck

Original: 0 !move.stay.pck

Original: 0 !move.undock.pck

Original: 0 !move.waitfordocked.pck

Original: 0 !move.wing.dockcarrier.pck

Original: 0 !plugin.acp.fight.attack.object.pck

Original: 0 !plugin.acp.fight.attack.tactics.pck

Original: 0 !plugin.acp.fight.evasive.def.pck

Original: 0 !plugin.acp.fight.missle.def.pck

Original: 0 !plugin.acp.fight.skill.std.pck

Original: 0 !plugin.acp.get.varable.pck

Original: 0 !plugin.acp.missile.check.pck

Original: 0 !plugin.faction.attacked.pck

Original: 0 !plugin.faction.killed.pck

Original: 0 !plugin.faction.notoriety.pck

Original: 0 !plugin.fightcommand.attack.pck

Original: 0 !plugin.fightcommand.balancing.pck

Original: 0 !plugin.fightcommand.deccluster.pck

Original: 0 !plugin.fightcommand.defmove.pck

Original: 0 !plugin.fightcommand.fire.task.pck

Original: 0 !plugin.fightcommand.isenemy.pck

Original: 0 !plugin.fightcommand.target.pck

Original: 0 !plugin.fightcommand.weaponposs.pck

Original: 0 !plugin.fightcommand.weaponrange.pck

Original: 0 !repair.repairobject.pck

Original: 0 !setup.torus.pck

Original: 0 !ship.bc.attack.pl.pck

Original: 0 !ship.bc.attacktarget.pl.pck

Original: 0 !ship.bc.command.pck

Original: 0 !ship.bc.dockat.pl.pck

Original: 0 !ship.bc.follow.pl.pck

Original: 0 !ship.bc.followme.pl.pck

Original: 0 !ship.bc.killenemies.pl.pck

Original: 0 !ship.bc.killenemiesland.pl.pck

Original: 0 !ship.bc.movesector.pl.pck

Original: 0 !ship.bc.protect.pl.pck

Original: 0 !ship.bc.protectme.pl.pck

Original: 0 !ship.bc.returnhome.pl.pck

Original: 0 !ship.cmd.attack.bigships.std.pck

Original: 0 !ship.cmd.attack.fighters.std.pck

Original: 0 !ship.cmd.attack.pl.pck

Original: 0 !ship.cmd.attack.std.pck

Original: 0 !ship.cmd.attacknearest.pl.pck

Original: 0 !ship.cmd.attacknearest.std.pck

Original: 0 !ship.cmd.attackreturn.pl.pck

Original: 0 !ship.cmd.attackreturn.std.pck

Original: 0 !ship.cmd.attacksame.pl.pck

Original: 0 !ship.cmd.attacksame.std.pck

Original: 0 !ship.cmd.attackshields.pl.pck

Original: 0 !ship.cmd.attackshields.std.pck

Original: 0 !ship.cmd.attacktarget.pl.pck

Original: 0 !ship.cmd.boardship.pl.pck

Original: 0 !ship.cmd.boardship.preload.pck

Original: 0 !ship.cmd.collectastronaut.pl.pck

Original: 0 !ship.cmd.collectastronaut.pre.pck

Original: 0 !ship.cmd.collectflyingwares.pl.pck

Original: 0 !ship.cmd.collectrocks.std.pck

Original: 0 !ship.cmd.collectware.pl.pck

Original: 0 !ship.cmd.collectware.std.pck

Original: 0 !ship.cmd.defend.pos.std.pck

Original: 0 !ship.cmd.defend.station.pl.pck

Original: 0 !ship.cmd.defend.station.std.pck

Original: 0 !ship.cmd.defendsector.pre.pck

Original: 0 !ship.cmd.defendsector.std.pck

Original: 0 !ship.cmd.deployfighters.pl.pck

Original: 0 !ship.cmd.deployfighters.std.pck

Original: 0 !ship.cmd.deploysats.pl.pck

Original: 0 !ship.cmd.deploysats.std.pck

Original: 0 !ship.cmd.destroy.std.pck

Original: 0 !ship.cmd.follow.pl.pck

Original: 0 !ship.cmd.follow.spacefly.pck

Original: 0 !ship.cmd.follow.std.pck

Original: 0 !ship.cmd.freighdrop.pre.pck

Original: 0 !ship.cmd.freightdrop.std.pck

Original: 0 !ship.cmd.freightfetch.pre.pck

Original: 0 !ship.cmd.freightfetch.std.pck

Original: 0 !ship.cmd.freightransfer.pre.pck

Original: 0 !ship.cmd.freighttransfer.std.pck

Original: 0 !ship.cmd.getware.drone.pl.pck

Original: 0 !ship.cmd.getware.drone.std.pck

Original: 0 !ship.cmd.getware.pl.pck

Original: 0 !ship.cmd.getware.pre.pck

Original: 0 !ship.cmd.getware.std.pck

Original: 0 !ship.cmd.getwarebest.pl.pck

Original: 0 !ship.cmd.getwarebest.std.pck

Original: 0 !ship.cmd.idle.spacefly.pck

Original: 0 !ship.cmd.idle.std.pck

Original: 0 !ship.cmd.invasion.std.pck

Original: 0 !ship.cmd.jump.pl.pck

Original: 0 !ship.cmd.jump.std.pck

Original: 0 !ship.cmd.jumpposition.pl.pck

Original: 0 !ship.cmd.jumpposition.std.pck

Original: 0 !ship.cmd.jumpstation.pl.pck

Original: 0 !ship.cmd.jumpstation.std.pck

Original: 0 !ship.cmd.killenemies.std.pck

Original: 0 !ship.cmd.killenemiesland.pl.pck

Original: 0 !ship.cmd.killenemiesland.std.pck

Original: 0 !ship.cmd.killenemiesrange.pl.pck

Original: 0 !ship.cmd.killenemiesrange.std.pck

Original: 0 !ship.cmd.launchattack.std.pck

Original: 0 !ship.cmd.launchmarines.pl.pck

Original: 0 !ship.cmd.launchmarines.pre.pck

Original: 0 !ship.cmd.launchmarines.std.pck

Original: 0 !ship.cmd.mapsector.pl.pck

Original: 0 !ship.cmd.mapsector.std.pck

Original: 0 !ship.cmd.marinehome.std.pck

Original: 0 !ship.cmd.mine.pl.pck

Original: 0 !ship.cmd.mine.std.pck

Original: 0 !ship.cmd.mine.trade.pl.pck

Original: 0 !ship.cmd.mine.trade.std.pck

Original: 0 !ship.cmd.missile.attack.pre.pck

Original: 0 !ship.cmd.missile.attack.std.pck

Original: 0 !ship.cmd.moveposcontinue.pl.pck

Original: 0 !ship.cmd.moveposcontinue.std.pck

Original: 0 !ship.cmd.moveposition.pl.pck

Original: 0 !ship.cmd.moveposition.std.pck

Original: 0 !ship.cmd.moverepair.std.pck

Original: 0 !ship.cmd.movesector.pl.pck

Original: 0 !ship.cmd.movesector.std.pck

Original: 0 !ship.cmd.movestation.std.pck

Original: 0 !ship.cmd.movetoboard.std.pck

Original: 0 !ship.cmd.mtc.bestbuy.pl.pck

Original: 0 !ship.cmd.mtc.bestbuy.std.pck

Original: 0 !ship.cmd.mtc.bestsell.pl.pck

Original: 0 !ship.cmd.mtc.bestsell.std.pck

Original: 0 !ship.cmd.mtc.trade.run.pl.pck

Original: 0 !ship.cmd.mtc.trade.run.preload.pck

Original: 0 !ship.cmd.mtc.trade.run.std.pck

Original: 0 !ship.cmd.passgate.pl.pck

Original: 0 !ship.cmd.passgate.std.pck

Original: 0 !ship.cmd.patrol.multi.pl.pck

Original: 0 !ship.cmd.patrol.multi.std.pck

Original: 0 !ship.cmd.patrol.scout.std.pck

Original: 0 !ship.cmd.patrol.single.std.pck

Original: 0 !ship.cmd.patrol.std.pck

Original: 0 !ship.cmd.preach.std.pck

Original: 0 !ship.cmd.protect.pl.pck

Original: 0 !ship.cmd.protect.std.pck

Original: 0 !ship.cmd.repair.std.pck

Original: 0 !ship.cmd.repairandland.std.pck

Original: 0 !ship.cmd.resupply.equiplike.pl.pck

Original: 0 !ship.cmd.resupply.equiplike.std.pck

Original: 0 !ship.cmd.resupply.fueler.pl.pck

Original: 0 !ship.cmd.resupply.fueler.std.pck

Original: 0 !ship.cmd.resupply.group.pl.pck

Original: 0 !ship.cmd.resupply.group.preload.pck

Original: 0 !ship.cmd.resupply.group.std.pck

Original: 0 !ship.cmd.resupply.rearm.pl.pck

Original: 0 !ship.cmd.resupply.rearm.std.pck

Original: 0 !ship.cmd.retreat.pl.pck

Original: 0 !ship.cmd.retreat.std.pck

Original: 0 !ship.cmd.returnhome.std.pck

Original: 0 !ship.cmd.scan.roid.pl.pck

Original: 0 !ship.cmd.scan.roid.pre.pck

Original: 0 !ship.cmd.scan.roid.std.pck

Original: 0 !ship.cmd.sellware.drone.pl.pck

Original: 0 !ship.cmd.sellware.drone.std.pck

Original: 0 !ship.cmd.sellware.pl.pck

Original: 0 !ship.cmd.sellware.pre.pck

Original: 0 !ship.cmd.sellware.std.pck

Original: 0 !ship.cmd.sellwarebest.pl.pck

Original: 0 !ship.cmd.sellwarebest.std.pck

Original: 0 !ship.cmd.stay.std.pck

Original: 0 !ship.cmdcheck.deploysats.pck

Original: 0 !ship.cmdcheck.jump.pck

Original: 0 !ship.job.cmd.attackenemies.pck

Original: 0 !ship.job.patrol.pck

Original: 0 !ship.patrol.cmd.attackenemies.pck

Original: 0 !ship.rebuild.action.pck

Original: 0 !ship.sh.attack.ts.flee.pck

Original: 0 !ship.signal.attacked.bigship.pck

Original: 0 !ship.signal.attacked.khaakth.pck

Original: 0 !ship.signal.attacked.pck

Original: 0 !ship.signal.attacked.retreat.pck

Original: 0 !ship.signal.attacked.ts.pck

Original: 0 !ship.signal.captured.pck

Original: 0 !ship.signal.collisionwarn.pck

Original: 0 !ship.signal.docked.std.pck

Original: 0 !ship.signal.docking.pck

Original: 0 !ship.signal.followerneedshelp.pck

Original: 0 !ship.signal.formationleaderchg.pck

Original: 0 !ship.signal.killed.khaak.pck

Original: 0 !ship.signal.killed.pck

Original: 0 !ship.signal.leaderjumps.pck

Original: 0 !ship.signal.leaderneedshelp.pck

Original: 0 !ship.signal.requestundock.pck

Original: 0 !ship.signal.respondtohelpreq.pck

Original: 0 !ship.signal.wingremove.pck

Original: 0 !station.cmd.idle.pl.pck

Original: 0 !station.cmd.profittransfer.pl.pck

Original: 0 !station.cmd.reportinbound.pl.pck

Original: 0 !station.shieldstock.terran.pck

Original: 0 !station.signal.attacked.pl.pck

Original: 0 !trade.getware.pck

Original: 0 !trade.getwareandreturnhome.pck

Original: 0 !trade.getwarebest.pck

Original: 0 !trade.loop.getwarebest.pck

Original: 0 !trade.loop.sellwarebest.pck

Original: 0 !trade.planetsupply.drone.pck

Original: 0 !trade.planetsupply.pck

Original: 0 !trade.sellware.pck

Original: 0 !trade.sellwareandreturnhome.pck

Original: 0 !trade.sellwarebest.pck

Original: 0 !trade.xfer.toship.pck

Original: 0 !turret.attackobject.std.pck

Original: 0 !turret.attacktarget.adv.pck

Original: 0 !turret.attacktarget.std.pck

Original: 0 !turret.killenemies.adv.pck

Original: 0 !turret.killenemies.std.pck

Original: 0 !turret.missileattack.pck

Original: 0 !turret.missiledefense.adv.pck

Original: 0 !turret.missiledefense.std.pck

Original: 0 !turret.missileonly.std.pck

Original: 0 !turret.protect.adv.pck

Original: 0 !turret.protect.std.pck

Original: 0 !turret.swaptask.adv.pck

Original: 0 !wing.cmd.attack.pl.pck

Original: 0 !wing.cmd.attack.std.pck

Original: 0 !wing.cmd.attackall.std.pck

Original: 0 !wing.cmd.attacknearest.pl.pck

Original: 0 !wing.cmd.attacknearest.std.pck

Original: 0 !wing.cmd.attacksame.pl.pck

Original: 0 !wing.cmd.attacksame.std.pck

Original: 0 !wing.cmd.attackshield.pl.pck

Original: 0 !wing.cmd.attackshield.std.pck

Original: 0 !wing.cmd.collectflyingwares.std.pck

Original: 0 !wing.cmd.defend.pos.std.pck

Original: 0 !wing.cmd.equiplike.std.pck

Original: 0 !wing.cmd.follow.pl.pck

Original: 0 !wing.cmd.follow.std.pck

Original: 0 !wing.cmd.idle.std.pck

Original: 0 !wing.cmd.jump.pl.pck

Original: 0 !wing.cmd.jump.std.pck

Original: 0 !wing.cmd.movepos.std.pck

Original: 0 !wing.cmd.movesector.pl.pck

Original: 0 !wing.cmd.movesector.std.pck

Original: 0 !wing.cmd.movestation.pl.pck

Original: 0 !wing.cmd.movestation.std.pck

Original: 0 !wing.cmd.patrol.multi.pl.pck

Original: 0 !wing.cmd.patrol.multi.std.pck

Original: 0 !wing.cmd.protect.pl.pck

Original: 0 !wing.cmd.protect.std.pck

Original: 0 !wing.cmd.reprov.std.pck

Original: 0 !wing.cmd.returnhome.std.pck

Original: 0 !wing.cmd.stay.std.pck

Original: 0 !wing.cmd.supply.pl.pck

Original: 0 !wing.cmd.supply.std.pck

Original: 0 !wing.fight.defendpos.pck

Original: 0 !wing.fight.manager.pck

Original: 0 !wing.fight.startattack.pck

Original: 0 !wing.fight.startprotect.pck

Original: 0 !wing.move.moveposition.pck

Original: 0 !wing.move.movesector.pck

Original: 0 !wing.move.movetostation.pck

Original: 0 !wing.ship.attack.pck

Original: 0 !wing.ship.attack.waitfortarget.pck

Original: 0 !wing.ship.attackformation.pck

Original: 0 !wing.ship.moveformation.pck

Original: 0 !wing.ship.reprov.pck

Original: 0 !wing.stopcmd.allships.pck

Original: 0 galaxy.Example.initplayership.pck

Original: 0 lib.delivery.wares.pck

Original: 0 lib.detectenemy.trader.pck

Original: 0 lib.fly.to.repdock.pck

Original: 0 lib.move.jumptostation.pck

Original: 0 lib.setup.product.placement.pck

Original: 0 lib.ship.sh.attack.trader.flee.pck

Original: 0 lib.ship.signal.attacked.pck

Original: 0 lib.ship.signal.attacked.trader.pck

Original: 0 lib.ship.signal.killed.trader.pck

Original: 0 lib.ship.var.setpilotname.pck

Original: 0 lib.sprintf.format.gametime.pck

Original: 0 lib.station.adjust.stock.pck

Original: 0 lib.station.strike.pck

Original: 0 plugin.autotrade.blacklistsector.pck

Original: 0 plugin.autotrade.buyupgrades.pck

Original: 0 plugin.autotrade.checksector.pck

Original: 0 plugin.autotrade.delivery.end.pck

Original: 0 plugin.autotrade.delivery.equip.pck

Original: 0 plugin.autotrade.delivery.go.pck

Original: 0 plugin.autotrade.delivery.pck

Original: 0 plugin.autotrade.detectenemy.pck

Original: 0 plugin.autotrade.exceptions.pck

Original: 0 plugin.autotrade.fuel.pck

Original: 0 plugin.autotrade.galaxy.pck

Original: 0 plugin.autotrade.galaxycheck.pck

Original: 0 plugin.autotrade.getroute.long.pck

Original: 0 plugin.autotrade.getroute.short.pck

Original: 0 plugin.autotrade.jumptostation.pck

Original: 0 plugin.autotrade.local.pck

Original: 0 plugin.autotrade.local.preload.pck

Original: 0 plugin.autotrade.local.start.pck

Original: 0 plugin.autotrade.localcheck.pck

Original: 0 plugin.autotrade.lockmaster.pck

Original: 0 plugin.autotrade.lockrequest.pck

Original: 0 plugin.autotrade.logging.pck

Original: 0 plugin.autotrade.movepilot.pck

Original: 0 plugin.autotrade.movepilot.start.pck

Original: 0 plugin.autotrade.movepilotcheck.pck

Original: 0 plugin.autotrade.moveware.pck

Original: 0 plugin.autotrade.profit.pck

Original: 0 plugin.autotrade.sector.pck

Original: 0 plugin.autotrade.versionupdater.pck

Original: 0 plugin.autotrade.writelog.pck

Original: 0 setup.plugin.autotrade.pck

Original: 1 0002-L033.pck

Original: 1 0002-L039.pck

Original: 1 0002-L049.pck

Original: 1 0002.pck

Original: 6 00005.mp3

Original: 6 00007.mp3

Original: 6 00009.mp3

Original: 6 00011.mp3

Original: 6 00012.mp3

Original: 6 00013.mp3

Original: 6 00014.mp3

Original: 6 00015.mp3

Original: 6 00016.mp3

Original: 6 00019.mp3

Original: 6 00020.mp3

Original: 6 00021.mp3

Original: 6 00022.mp3

Original: 6 00023.mp3

Original: 6 00024.mp3

Original: 6 00025.mp3

Original: 6 00026.mp3

Original: 6 00027.mp3

Original: 6 00028.mp3

Original: 6 00029.mp3

Original: 6 00030.mp3

Original: 6 00031.mp3

Original: 6 00032.mp3

Original: 6 00033.mp3

Original: 6 00034.mp3

Original: 6 00035.mp3

Original: 6 00036.mp3

Original: 6 00037.mp3

Original: 6 00038.mp3

Original: 6 00039.mp3

Original: 6 00040.mp3

Original: 6 01001.mp3

Original: 6 01002.mp3

Original: 6 01003.mp3

Original: 6 01004.mp3

Original: 6 01005.mp3

Original: 6 02001.mp3

Original: 6 02002.mp3

Original: 6 02003.mp3

Original: 6 02004.mp3

Original: 6 02005.mp3

Original: 6 02006.mp3

Original: 6 03001.mp3

Original: 6 03002.mp3

Original: 6 03003.mp3

Original: 6 03004.mp3

Original: 6 06000.mp3

Original: 6 06004.mp3

Original: 6 06005.mp3

Original: 6 06006.mp3

Original: 6 06012.mp3

Original: 6 06013.mp3

Original: 6 06015.mp3

Original: 6 06017.mp3

Original: 6 06019.mp3

Original: 6 06023.mp3

Original: 6 06030.mp3

Original: 6 06031.mp3

Original: 6 06032.mp3

Original: 6 06033.mp3

Original: 6 06060.mp3

Original: 6 06070.mp3

Original: 6 06112.mp3

Original: 6 06119.mp3

Original: 6 06120.mp3

Original: 6 06131.mp3

Original: 6 06141.mp3

Original: 6 06150.mp3

Original: 6 06153.mp3

Original: 6 06171.mp3

Original: 6 06172.mp3

Original: 6 06173.mp3

Original: 6 06174.mp3

Original: 6 06175.mp3

Original: 6 06176.mp3

Original: 6 06201.mp3

Original: 6 06300.mp3

Original: 6 08100.mp3

Original: 6 08101.mp3

Original: 6 08102.mp3

Original: 6 08103.mp3

Original: 6 08104.mp3

Original: 6 08105.mp3

Original: 6 08106.mp3

Original: 6 08130.mp3

Original: 6 08131.mp3

Original: 6 08132.mp3

Original: 6 08133.mp3

Original: 6 08134.mp3

Original: 6 08135.mp3

Original: 6 08201.mp3

Original: 6 08202.mp3

Original: 6 08203.mp3

Original: 6 08204.mp3

Original: 6 08205.mp3

Original: 6 08206.mp3

Original: 6 08207.mp3

Original: 6 08208.mp3

Original: 6 08209.mp3

Original: 6 08210.mp3

Original: 6 08211.mp3

Original: 6 08212.mp3

Original: 6 08213.mp3

Original: 6 08214.mp3

Original: 6 08215.mp3

Original: 6 08216.mp3

Original: 6 08217.mp3

Original: 6 08218.mp3

Original: 6 08219.mp3

Original: 6 08220.mp3

Original: 6 08222.mp3

Original: 6 08223.mp3

Original: 6 08224.mp3

Original: 6 08225.mp3

Original: 6 08227.mp3

Original: 6 08230.mp3

Original: 6 08231.mp3

Original: 6 08232.mp3

Original: 6 08233.mp3

Original: 6 08234.mp3

Original: 6 08235.mp3

Original: 6 08236.mp3

Original: 6 08301.mp3

Original: 6 08302.mp3

Original: 6 08303.mp3

Original: 6 08304.mp3

Original: 6 08305.mp3

Original: 6 08306.mp3

Original: 6 08307.mp3

Original: 6 08308.mp3

Original: 6 08401.mp3

Original: 6 08402.mp3

Original: 6 08403.mp3

Original: 6 08501.mp3

Original: 6 08502.mp3

Original: 6 08503.mp3

Original: 6 08504.mp3

Original: 6 08505.mp3

Original: 6 08506.mp3

Original: 6 08507.mp3

Original: 6 08508.mp3

Original: 6 08509.mp3

Original: 6 08510.mp3

Original: 6 08511.mp3

Original: 6 08512.mp3

Original: 7 00033.pck

GlobalFiles:

</scripts>


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

Post by Cycrow » Tue, 29. Sep 09, 20:32

the file looks fine, the only other place it will fail is when checking for the plugin managers fake patch.

what fake patches do u have in your directory ?

EDIT: I've found a bug caused by directories with brackets in them (
this will be fixed in beta 4 out soon
Last edited by Cycrow on Wed, 30. Sep 09, 03:16, edited 1 time in total.

User avatar
corhen
Posts: 338
Joined: Thu, 16. Oct 08, 08:45
x3tc

Post by corhen » Wed, 30. Sep 09, 01:26

i installed this program, then went to install a mod..

unfortuanly i forgot to update the .spk's to boot from this version, so it booted from the origonal.


now, neither program is displaying anyscripts installed.....


what should i do?

Ogliss
Posts: 49
Joined: Thu, 25. Nov 04, 00:47
x4

Post by Ogliss » Wed, 30. Sep 09, 03:00

glad to see your up to your old tricks again cycrow, heres to hoping it goes well, any idea if a 64bit vista would cause trouble with the PML?

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

Post by Cycrow » Wed, 30. Sep 09, 03:15

Ogliss wrote:glad to see your up to your old tricks again cycrow, heres to hoping it goes well, any idea if a 64bit vista would cause trouble with the PML?
well, considering its being made and tested on 64bit vista, i would say it should work ok ;)

thedepot
Posts: 4
Joined: Tue, 29. Sep 09, 12:11

Post by thedepot » Wed, 30. Sep 09, 08:27

Cycrow wrote:....

EDIT: I've found a bug caused by directories with brackets in them (
this will be fixed in beta 4 out soon
Yup nice !
It was my first guess the (x86) in the path of the directory conflicting with the (version of X3).
Bug hunt in progress :P

Actually to install .spk i use manually spktool while waiting for the B4.

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

Post by Cycrow » Fri, 2. Oct 09, 19:02

Beta 4 has now been uploaded.

this contains serveral fixes and improvements.

the main fixes/additions:
  • Fixed game directories with brackets in
  • Built in EMP mod
  • Added Plugin Manager scripts for both TC and X3

xavierd
Posts: 800
Joined: Tue, 6. Nov 07, 18:01

Post by xavierd » Fri, 2. Oct 09, 19:31

Will try it now, hopefully i can get the angelwing installed. the other plugin manager didn't like it

User avatar
apricotslice
Posts: 14129
Joined: Sun, 16. May 04, 13:01
x4

Post by apricotslice » Sat, 3. Oct 09, 00:57

Built in EMP ? What happens for people who dont use it ?

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

Post by Cycrow » Sat, 3. Oct 09, 13:53

Emp is automatically generated so it should be a problem

If its already installed or using a mod with it built in the plugging manager won't add it

User avatar
apricotslice
Posts: 14129
Joined: Sun, 16. May 04, 13:01
x4

Post by apricotslice » Sat, 3. Oct 09, 14:13

What about a mod that either doesnt need it, or is using the same file for some other purpose ?

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

Post by Cycrow » Sat, 3. Oct 09, 16:27

if a fake patch has its own wares file, then it will be used as the base for EMP, so emp will simply be added onto that file if theres room.

if you using a mod, then that mods ware file will take priority

the EMP from the plugin manager will never overright existing ware entries so it shuldn't effect any mods that are used

User avatar
apricotslice
Posts: 14129
Joined: Sun, 16. May 04, 13:01
x4

Post by apricotslice » Sat, 3. Oct 09, 16:29

Good. Thanks for verifying that.

Locked

Return to “X³: Terran Conflict / Albion Prelude - Scripts and Modding”