Skip to content

Starting Tauri Development#21

Draft
wyatt-herkamp wants to merge 13 commits intomasterfrom
tauri
Draft

Starting Tauri Development#21
wyatt-herkamp wants to merge 13 commits intomasterfrom
tauri

Conversation

@wyatt-herkamp
Copy link
Copy Markdown
Member

@wyatt-herkamp wyatt-herkamp commented Feb 20, 2021

Game Profiles

  • Add, modify, and delete game profiles
  • List Versions avaible within Game Profiles
  • Game Profiles will be able to bet set to Test mode until we get closer to release
  • A drop down to select different profiles
  • Runtime Arguments

Other

  • Optional: Maybe pull blog posts https://kakara.org/feed.xml
  • A button for Auth. Auth will not be added yet
  • Change launcher settings such as JVM
  • Error Handling
  • Rewrite gameloader#load to take a GameProfile

Bugs found in development

  • Broken CI
  • Game and Engine install directory

What this PR wont do.

  1. Have a nice and modern interface
  2. Implement Sign in

Bugs Explained

Game and Engine install directory

When KLauncher downloads a game file they download it to exe_directory/game and exe_directory/engine.
With an install that would be in the ProgramFiles folder on Windows.
We need to remap this to the .kakara folder.

@wyatt-herkamp wyatt-herkamp added enhancement New feature or request help wanted Extra attention is needed labels Feb 20, 2021
@wyatt-herkamp wyatt-herkamp added this to the 1.0 milestone Feb 20, 2021
@wyatt-herkamp wyatt-herkamp self-assigned this Feb 20, 2021
@wyatt-herkamp wyatt-herkamp marked this pull request as draft February 20, 2021 19:53
@wyatt-herkamp
Copy link
Copy Markdown
Member Author

After KLauncher is installed the user will need to add KLauncher's install directory to the path if they want to access klauncher as a command. This is only going to need to be worried about by developers.

@wyatt-herkamp wyatt-herkamp linked an issue Feb 21, 2021 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request help wanted Extra attention is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GUI for KLauncher

2 participants