
Bug reports can go on the plugin manager forum on thexuniverse site, Here
SpkInstaller is a command line programming for installing and uninstalling packages.
this is mainly to test the new package library which will eventually be used to make the full plugin manager.
this should not be tested in a live game installer, as it ignores much of the old plugin manager data file and will make it incompatable with the current plugin manager.
The purpose of this beta is to test the installing and uninstall of packages file, and make sure the files are installing correctly.
none of the advanced features of the plugin manager will be availabe, some of these include
- Custom Wares
- Update Packages
- Patch Mods
- Different language texts
- All files are installed correctly and in the right place
- When file already exists from another package, the newest one is used
- Uninstalling removes all unused files
- Uninstalling doesn't remove files that are used by other isntalled packages
- Enabling/Disabling packages
- Original file backup/restore
- Fake patch renaming
- Uninstall scripts
- Text files for correct languages are being created
- Shared flagged files
- Parent/Child packages
- Installing Multiple files at once
- Installing mutl-spk files
If your using vista, you most likly need to run the command prompt as adminstrator. Still trying to work out the file permissions, etc.
The program can be used from the current X3TC directory, or you can specific a "Working" directory to use it in.
ChangeLog:
V0.70:
- Added Game Version Checking
- Added long names for switch and commands, ie (/install, /uninstall) and (--verbose)
- Added Support to installed as disabled, use command (/installdisable)
- Added Support to install multiple files at once, use command (/install [file1] [file2] [file3])
- Added Support for Multi-Spk files
- Added Parent/Child support
- Added Marked Shared file support
- Added Script Lanague Names
- Added original file handling
- Added fake patch sorting
- Added uninstall scripts
- the Error = 3 when uninstalling fixed
- /s folder is now being removed, as are all folders created in the extras section
- Added debug messages for removing directories
- Added debug messages for /e and /d commands
- Removal of empty directories
- Enabling/Disabling of packages
- Fixed uninstalling of directories
- Added version check for already installed packages
- Added -o (override flag) to install even if version check fails
- Fixed creation of directories
- Fixed readme file installing