Skip to content

Instantly share code, notes, and snippets.

@toadicus
toadicus / gist:396f1e47cd7b51ab49cb
Last active August 29, 2015 14:11
Quick-and-dirty KSPScenario example for Kerbal Weather Systems
using System;
using System.Collections.Generic;
namespace NSScientific
{
/*
* You will need to tinker with the GameScenes here; I'm not entirely sure how it all works. This seems like a
* reasonable set to me.
* */
[KSPScenario(
// Part or All Mod's covered
//
// RemoteTech2
// Squad
// Hyomoto Aerospace
// Dmagic
// DongFangHong
// FASA By Frizzank & APOLLO By DennyTX
// NovaPunch
// Telemachus
@toadicus
toadicus / FooPatch.cfg
Last active August 29, 2015 14:10
Totally Bogus Patch
@PART[*]:FOR[Testing]
{
%bar = foo
%baz = abc
}
Flight State Captured
(Filename: /BuildAgent/work/d3d49558e4d408f4/artifacts/LinuxStandalonePlayerGenerated/UnityEngineDebug.cpp Line: 53)
Saving Achievements Tree...
(Filename: /BuildAgent/work/d3d49558e4d408f4/artifacts/LinuxStandalonePlayerGenerated/UnityEngineDebug.cpp Line: 53)
Saving Achievements Tree...