Karandra

Results 13 issues of Karandra

Adds log redirection options. ### Checklist - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [...

# Description Dokany's license permits static linking but it isn't designed to be used as a static library out of the box. The library defines `DllMain` function which causes multiple...

Enhancement

UNC paths such as network share paths (`\\SERVER\Share\Path1\...`) aren't supported in Kortex. Underlying mechanisms in KxFramework don't understand them very well and generally don't work with them. As a workaround...

Bug
General

## This is the list of planned improvements They are not tied to any particular release. I will work on them when it's would be a good time to implement...

Enhancement
Meta issue

# Description Currently Kortex doesn't support installing archives without install configuration (either native or FOMod). Most of mod archives on Nexus and other websites don't have any install configuration so...

Enhancement
Installer
PackageManager
InstallWizard

# Description Kortex don't use hardcoded game information to support a game. Instead it uses special configuration files - instance templates. All games support is implemented using these templates with...

Enhancement
General
PluginManager
SavesManager

# Description Add support for **The Witcher 3: Wild Hunt**, as requested by @Project579. This kind of related to #10, but support for Witcher 3 may require another plugin manager...

General
PluginManager

# Description Some programs can use command line arguments ton configure their behavior. Some of them has this as the only way to use their features. Often user need to...

Enhancement
ProgramManager

# Description All variables that install engine could use is created by package author with exception of requirement group variables which is automatic (though requirement groups is created by package...

PackageCreator
InstallWizard

# Description This could be useful for complex installers that heavily depends on requirements checking and/or uses conditional install. # Required features - [ ] Window with list of all...

Enhancement
PackageCreator