Skip to content

Releases: Grant-K/TCGVortexIntegration-

BenInExConfig

19 Oct 19:16
Compare
Choose a tag to compare

This Update Pushes a BeInEx Config File to add native support for the BepInEx Config Manager Plugin.

v0.1.2

19 Oct 18:21
d3a8d1e
Compare
Choose a tag to compare

Fixed to work with all mod types in Vortex

v0.1.1

12 Oct 07:07
d3a8d1e
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Fixed line 64, was creating an extra directory in the game folder.

From: return fs.ensureDirWritableAsync(path.join(discovery.path, 'TCG Card Shop Simulator', 'BepInEx'));
To: return fs.ensureDirWritableAsync(path.join(discovery.path, 'BepInEx'));

Initial Release

12 Oct 04:27
d3a8d1e
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

Initial Release