DioKyrie / TESkyrimGodot

An Open Source Recreation of The Elder Scrolls: Skyrim in the Godot Engine
MIT License
0 stars 0 forks source link

TESGInstaller #1

Open DioKyrie opened 2 days ago

DioKyrie commented 2 days ago

This is the installer that will install game content.

It should be specific to OS. It needs to find Skyrim files at expected default paths, if not display this to user. User should be able to change path if needed. Then Installer should rename original .exe file and place new one so steam recognizes this project as original game. All project except .exe file should be placed as a single folder into Skyrim directory. Folder name "TESG" TESG

  1. Rename old.exe
  2. Move new.exe
  3. Create Folder "TESG"
  4. Move rest of project files to folder

The new.exe should launch OS specific TESG app from inside of TESG folder.