Jack Twilley

Results 65 comments of Jack Twilley

@Cheaterman as an alternative, there are a number of projects out there bringing equivalent functionality to what MJ and KER offer to https://github.com/KSP-KOS/KOS. There are some essential differences between KRPC...

@Cheaterman No disrespect taken! I have a few years of professional experience with Python (yay Django) but I found kOS to be a lot more compelling for internally-directed missions. With...

You make a great point with regard to updating the documentation, especially with the bits about tags. Removing the boot versions of Console/Warning/Error was due to space. I have no...

Alas, @xeger, I didn't realize I was stepping on your toes when I started this. :-) If you prefer your approach, just let me know!

The overwrite-boot-with-mission is a great idea. I haven't tested it yet, but I bet you don't even have to test the volume's contents -- just set https://ksp-kos.github.io/KOS/structures/vessels/kosprocessor.html#attribute:KOSPROCESSOR:BOOTFILENAME to the startup...

That actually worked. I'm impressed! The first executable line in the script is `CORE:VOLUME:DELETE(CORE:BOOTFILENAME).` to maximize the room for incoming files. In fact, the total space and bytes free values...

@xeger I've finished my tweaks, let me know if you like this or if you'd rather I port just the deletion code to the existing boot script.

Oh, and a question for you -- what's the history behind the RAMP scripts being in the root of the repository but in `./ramp/` in the script directory? If the...

I have not played KSP since purchasing the expansions (ironic, I know) but if kOS is up to date with the most recent KSP I will put some time this...

Okay, kOS has been updated to work with 1.8.1! * Reinstalled KSP, CKAN, and kOS and Trajectories. * Copied the code from this branch into place. * Added the patch...