Galileo88 / JNSQ

Other
15 stars 16 forks source link

Bad install message is incorrect #15

Closed linuxgurugamer closed 4 years ago

linuxgurugamer commented 4 years ago

Hey, just wanted to let you know, that I cloned the entire JNSQ repo, and then copied the two directories in the GameData directory (JNSQ and RationalResources) into my game, now getting a message saying that it's been installed incorrectly. Getting the following dialog:

KSP_x64_2020-02-02_18-27-21

This is a screenshot of the JNSQ directory where the version file it: explorer_2020-02-02_18-29-30

linuxgurugamer commented 4 years ago

The problem is in the .version files, in the INSTALL_LOC stanza. You have: "INSTALL_LOC": { "NAME": "JNSQ", "PATH": "JNSQ/Version/JNSQ.version" } but the PATH cannot have the file there. YOu can do one of the following:

"INSTALL_LOC":
{
    "NAME": "JNSQ",
    "PATH": "",
    "DIRECTORY": "JNSQ/Version/",
    "FILE": "JNSQ.version"
}

or: "INSTALL_LOC": { "NAME": "JNSQ", "PATH": "", "FILE": "JNSQ/Version/JNSQ.version" }

Galileo88 commented 4 years ago

Ok coolio. i made the change.

linuxgurugamer commented 4 years ago

Please let JadeOfMaar know, the same problem is with RationalResources (at least the RR which came with JNSQ)