Recompiled with extra functionnalities
- Download the zip file named
KSE_XXX.zip
(whenXXX
is the latest version) in the release section: link. - Unzip this file in a folder of your choice.
- Make sure
kse.ini
contains the right paths to your KotOR games. By default those point towards the Steam versions. You can use the embedded KPF.exe to help you set these up. - Launch
KSE.exe
- Install perl 5.16.3.1 32bits (portable) http://strawberryperl.com/releases.html
- Unzip the archive in the folder of your cloned repository
- Open Powershell
- Exectue .bat file in the unzipped directory to setup the environement for perl
\\Path\to\portableshell.bat
pushd \\Path\to\code
- Install required dependencies :
cpan install Tk::HList
cpan install Tk::Autoscroll
cpan install Tk::DynaTabFrame
cpan install Win32::FileOp
cpan -fi PAR::Packer
- Compile the perl script :
pp --gui -o KSE.exe kse.pl
- Launch KSE.exe
- FairStrides
- tk102 - Original KSE author