Skip to content

Instantly share code, notes, and snippets.

View AlexanderDzhoganov's full-sized avatar

Alexander Dzhoganov AlexanderDzhoganov

  • Sofia, Bulgaria
View GitHub Profile
This file has been truncated, but you can view the full file.
Replacing all Assembly-CSharp.RnDBuilding references with PatchLib.RnDBuilding
Patching method System.Void CrewGenerator::.ctor()
Patching method System.Void CrewGenerator::.cctor()
Patching method ProtoCrewMember CrewGenerator::RandomCrewMemberPrototype(ProtoCrewMember/KerbalType)
Patching method System.String CrewGenerator::GetRandomName()
Patching method System.Single CrewGenerator::get_ChanceOfSpecificSingleSyllableName()
Patching method System.Single CrewGenerator::get_ChanceOfSpecificTwoSyllableName()
Patching method System.Void A.AssemblyInfoAttribute::.ctor(System.String)
Patching method System.Void Experience.Effects.AutopilotSkill::.ctor(Experience.ExperienceTrait)
Patching method System.Void Experience.Effects.AutopilotSkill::.ctor(Experience.ExperienceTrait,System.Single[])
#!/bin/sh
git clone https://github.com/KSP-CKAN/CKAN-core.git
xbuild CKAN-core/CKAN-core.sln
git clone https://github.com/KSP-CKAN/CKAN-GUI.git
git clone https://github.com/KSP-CKAN/CKAN-cmdline.git
xbuild CKAN-cmdline/CKAN-cmdline.sln
#!/bin/sh
git clone https://github.com/KSP-CKAN/CKAN-core.git
xbuild CKAN-core/CKAN-core.sln
git clone https://github.com/KSP-CKAN/CKAN-GUI.git
git clone https://github.com/KSP-CKAN/CKAN-cmdline.git
xbuild CKAN-cmdline/CKAN-cmdline.sln
chmod a+x CKAN-core/packages/ILRepack.1.25.0/tools/ILRepack.exe
#!/bin/sh
git clone https://github.com/KSP-CKAN/CKAN-core.git
xbuild CKAN-core/CKAN-core.sln
git clone https://github.com/KSP-CKAN/CKAN-GUI.git
git clone https://github.com/KSP-CKAN/CKAN-cmdline.git
xbuild CKAN-cmdline/CKAN-cmdline.sln
chmod a+x CKAN-core/packages/ILRepack.1.25.0/tools/ILRepack.exe
#!/bin/sh
git clone https://github.com/KSP-CKAN/CKAN-core.git
xbuild CKAN-core/CKAN-core.sln
git clone https://github.com/KSP-CKAN/CKAN-GUI.git
git clone https://github.com/KSP-CKAN/CKAN-cmdline.git
xbuild CKAN-cmdline/CKAN-cmdline.sln
chmod a+x CKAN-core/packages/ILRepack.1.25.0/tools/ILRepack.exe
Achievements 383
ActiveTextureManagement-Aggressive 419
ActiveTextureManagement 418
AdjustableLandingGear 321
AdvancedFlyByWire-Linux 443
AdvancedFlyByWire 232
AerojetKerbodyne 139
AlternateResourcePanel 195
AmbientLightAdjustment 421
AMEG 279
Achievements 383
ActiveTextureManagement-Aggressive 419
ActiveTextureManagement 418
AdjustableLandingGear 321
AdvancedFlyByWire-Linux 443
AdvancedFlyByWire 232
AerojetKerbodyne 139
AlternateResourcePanel 195
AmbientLightAdjustment 421
AMEG 279
Tracing route to kerbalstuff.com [96.126.124.138]
over a maximum of 30 hops:
1 <1 ms <1 ms <1 ms 10.0.0.1
2 1 ms 2 ms 2 ms router.onlinedirect.bg [93.152.160.10]
3 45 ms 44 ms 33 ms as57463.0.8.netix.net [193.218.0.8]
4 83 ms 67 ms 41 ms bbr01.xn01.fra01.networklayer.com [80.81.194.167
]
5 142 ms 94 ms 116 ms ae7.bbr02.xn01.fra01.networklayer.com [50.97.18.
Start: Fri Jan 2 00:48:17 2015
HOST: ksp-ckan.org Loss% Snt Last Avg Best Wrs
t StDev
1.|-- 128.199.32.254 0.0% 100 0.4 0.4 0.3
2.0 0.2
2.|-- 5.101.110.229 0.0% 100 0.4 1.4 0.2 3
6.3 5.3
3.|-- bbr01.eq01.ams01.networklayer.com 0.0% 100 2.0 2.6 1.1 3
2.7 3.1
4.|-- ae1.bbr02.eq01.wdc02.networklayer.com 0.0% 100 81.9 82.0 81.6 8
// No More Grind mod source
// License: public domain
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using UnityEngine;
using Upgradeables;
using UpgradeLevel = Upgradeables.UpgradeableObject.UpgradeLevel;