Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.62 KB

README.md

File metadata and controls

52 lines (38 loc) · 1.62 KB

KotOR Savegame Editor

License GitHub version Github all releases

Recompiled with extra functionnalities

Download

  • Download the zip file named KSE_XXX.zip (when XXX 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

Screenshot

Build On Windows

  • 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

Contributors Prior to this Repository

  • FairStrides
  • tk102 - Original KSE author