KSP2Community / PatchManager

A mod for generic patching needs similar to KSP 1's Module Manager.
https://ksp2community.github.io/PatchManagerDocs/
MIT License
5 stars 5 forks source link

[REQUEST] Add .json extension to cached files #41

Open Falki-git opened 6 months ago

Falki-git commented 6 months ago

Benefit: less hassle/clicks when opening files, quicker. Faster iteration when developing patches.

Use case: edit patch, launch the game, PM caches the files, you quickly want to check what PM did. You open the zip file without unzipping and double click on a file without extracting it. If the file has an extension, it will automatically open with the default editor. If it doesn't, you get a popup where you have to scroll down to find the application you want to open with (WinRAR behavior).

cheese3660 commented 6 months ago

@jan-bures I am assigning you for this, as the caching side of things is your work