Recompiled with extra functionalities
- 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
.\strawberry-perl-5.32.1.1-32bit-portable\portableshell.bat
cpan # CPAN CLI
get Tk::HList Tk::Autoscroll Tk::DynaTabFrame
get Win32::FileOp
get pp
install Tk::HList Tk::Autoscroll Tk::DynaTabFrame
install Win32::FileOp
force install pp
exit # EXIT CPAN CLI
- FairStrides
- tk102 - Original KSE author