Jump to content

[1.0] See Science Remaining


Recommended Posts

  • 2 months later...

Great gadget! Very useful...

(it was very kind of you to link to my printable checklists, too.. a new version has been released for 1.0.x and a new thread started. If you could update the link in your OP, that would be appreciated.)

http://forum.kerbalspaceprogram.com/threads/130697-KSP-1-0-x-Complete-Printable-Stock-Science-Checklists

Link to comment
Share on other sites

  • 1 month later...

Hello,

Thanks for the Calculator! Very useful tool! It worked fine for my early data, but when I added a mod it started crashing.

error: Uncaught SyntaxError: Expected "=", "{" or [ \t] but "K" found.

I wrote a quick and dirty patch to fix it for me as follows:

Line 574 of prase_sjs.js

var startClean = input.indexOf("Kerbals");

console.log( input.substring(startClean - 100, startClean + 1000) );

var newString = input.slice(startClean,-1);

var stopClean = newString.indexOf("}");

input = input.slice(0, startClean) + input.slice(startClean + stopClean + 1, -1);

console.log( input.substring(startClean - 100, startClean + 100) );

The following was the offending data, i think it is from the TextureReplacer mod. Anyway I removed the Kerbals group and it worked. i can send you the entire save file if you'd like:

SCENARIO

{

name = TRScenario

scene = 5

reflectionType = REAL

isHelmetRemovalEnabled = True

isAtmSuitEnabled = True

Kerbals

{

Jebediah Kerman = M GENERIC GENERIC

Bill Kerman = M GENERIC GENERIC

Bob Kerman = M GENERIC GENERIC

Valentina Kerman = F GENERIC GENERIC

Mirbel Kerman = F GENERIC GENERIC

Isabella Kerman = F GENERIC GENERIC

Bobsen Kerman = M GENERIC GENERIC

Tridia Kerman = F GENERIC GENERIC

Maxgie Kerman = F GENERIC GENERIC

Lene Kerman = F GENERIC GENERIC

Asliana Kerman = F GENERIC GENERIC

Keltrey Kerman = M GENERIC GENERIC

Camwig Kerman = M GENERIC GENERIC

Tetris Kerman = F GENERIC GENERIC

Thomler Kerman = M GENERIC GENERIC

Dilotte Kerman = F GENERIC GENERIC

Jencan Kerman = M GENERIC GENERIC

}

ClassSuits

{

}

}

Edited by gsonnenf
Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...
This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...